Once again I'm trying to install Xiphos because the version that Synaptic and the Software Manager has and installs is not the most current version and the drop down menus for the books don't scroll.
The terminal shows that adding ppa is not supported-
:~$ sudo add-apt-repository ppakgcrosswire/ppa
[sudo] password for sifu:
Adding PPAs is not supported
sifu@reddragon:~$ sudo apt update
Ign:1 http://packages.linuxmint.com debbie InRelease
Hit:2 http://packages.linuxmint.com debbie Release
Hit:3 http://security.debian.org buster/updates InRelease
Hit:5 https://deb.debian.org/debian buster InRelease
Hit:6 https://deb.debian.org/debian buster-updates InRelease
Hit:7 https://deb.debian.org/debian buster-backports InRelease
Ign:8 https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster InRelease
Err:9 https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster Release
404 Not Found [IP: 2001:67c:1560:8003::8003 443]
Reading package lists... Done
E: The repository 'https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've tried to add a ppa but it's not supported and two adding the repo complains about a release file not being present.
Furthermore APT will refuse to download the data by default.
Here's what the man page says:
An archive has an unsigned Release file or no Release file at all current APT versions will refuse to download data from them by default in update operations and even if forced to download front-ends like apt-get(8) will require explicit confirmation if an installation request includes a package from such an unauthenticated archive. You can force all APT clients to raise only warnings by setting the configuration option Acquire:: Allow InsecureRepositories to true.
Individual repositories can also be allowed to be insecure via the sources.list (5) option allow-insecure=yes. Note that insecure repositories are strongly discouraged and all options to force apt to continue supporting them will eventually be removed. Users also have the Trusted option available to disable even the warnings, but be sure to understand the implications as detailed in sources.list(5). A repository which previously was authenticated but would lose this state in an update operation raises an error in all APT clients irrespective of the option to allow or forbid usage of insecure repositories. The error can be overcome by additionally setting Acquire::Allow Downgrade To Insecure Repositories to true or for Individual repositories with the sources.list(5) option allow-downgrade-to-insecure=yes.
A few questions, and I hope someone can help here.
If adding ppa's are not supported how do I change that?
And how exactly do I tell APT to allow this repo to=true?
Is this a matter of editing the sources.list or editing a certain config file?
The terminal shows that adding ppa is not supported-
:~$ sudo add-apt-repository ppakgcrosswire/ppa
[sudo] password for sifu:
Adding PPAs is not supported
sifu@reddragon:~$ sudo apt update
Ign:1 http://packages.linuxmint.com debbie InRelease
Hit:2 http://packages.linuxmint.com debbie Release
Hit:3 http://security.debian.org buster/updates InRelease
Hit:5 https://deb.debian.org/debian buster InRelease
Hit:6 https://deb.debian.org/debian buster-updates InRelease
Hit:7 https://deb.debian.org/debian buster-backports InRelease
Ign:8 https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster InRelease
Err:9 https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster Release
404 Not Found [IP: 2001:67c:1560:8003::8003 443]
Reading package lists... Done
E: The repository 'https://launchpad.net/~pkgcrosswire/+archive/ubuntu/ppa buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I've tried to add a ppa but it's not supported and two adding the repo complains about a release file not being present.
Furthermore APT will refuse to download the data by default.
Here's what the man page says:
An archive has an unsigned Release file or no Release file at all current APT versions will refuse to download data from them by default in update operations and even if forced to download front-ends like apt-get(8) will require explicit confirmation if an installation request includes a package from such an unauthenticated archive. You can force all APT clients to raise only warnings by setting the configuration option Acquire:: Allow InsecureRepositories to true.
Individual repositories can also be allowed to be insecure via the sources.list (5) option allow-insecure=yes. Note that insecure repositories are strongly discouraged and all options to force apt to continue supporting them will eventually be removed. Users also have the Trusted option available to disable even the warnings, but be sure to understand the implications as detailed in sources.list(5). A repository which previously was authenticated but would lose this state in an update operation raises an error in all APT clients irrespective of the option to allow or forbid usage of insecure repositories. The error can be overcome by additionally setting Acquire::Allow Downgrade To Insecure Repositories to true or for Individual repositories with the sources.list(5) option allow-downgrade-to-insecure=yes.
A few questions, and I hope someone can help here.
If adding ppa's are not supported how do I change that?
And how exactly do I tell APT to allow this repo to=true?
Is this a matter of editing the sources.list or editing a certain config file?