Skip to content

Adding the PPA on Ubuntu breaks the installation process #25

@ignacy11

Description

@ignacy11

curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/thepbone_ppa.gpg sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list" sudo apt update

the above creates a broken .list file in /etc/apt/sources.list.d because one of the developers of the project has changed their username, and now the PPA is outdated.

To fix this, add this PPA instead:
curl -s --compressed "https://timschneeb.github.io/PPA-Repository/KEY.gpg" | sudo apt-key add - sudo curl -s --compressed -o /etc/apt/sources.list.d/timschneeb_ppa.list "https://timschneeb.github.io/PPA-Repository/timschneeb_ppa.list" sudo apt update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions