Should I delete all PPAs to fix failed updates on Ubuntu 18.04?

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Linux Ubuntu
AI Thread Summary
On Ubuntu 18.04, users may encounter the error "Failed to download repository information" when attempting software updates. This issue typically arises from the inclusion of PPAs (Personal Package Archives) that do not have a Release file, indicating they are not maintained for the current version of Ubuntu. Specifically, repositories such as texstudio, gstffmpeg-keep, and equalx are not supported for Ubuntu 18.04 (Bionic), as they only cater to older versions like 12.04 and 14.04. To resolve the issue, users should consider removing these unsupported PPAs from the Software Updates settings. If a newer version of a package is needed, it is advisable to look for actively maintained PPAs or to upgrade the system to a more recent version of Ubuntu, such as 20.04, which offers extended support and more up-to-date packages.
member 428835
Hi PF

On Ubuntu 18.04 when I try and run software updates I get the error "Failed to download repository information". When I run apt-get in terminal I get
Code:
E: The repository 'http://ppa.launchpad.net/blahota/texstudio/ubuntu bionic 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.

E: The repository 'http://ppa.launchpad.net/mc3man/gstffmpeg-keep/ubuntu bionic 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.

E: The repository 'http://ppa.launchpad.net/q-quark/equalx/ubuntu bionic 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.

Any ideas? I'm thinking its a PPA issue. In Software Updates under Other Software should I delete all http://ppa.launchpad packages?
 
Computer science news on Phys.org
Based on this answer, the PPA you've added does not support your version of Ubuntu.

Checking the first one (texstudio), it seems to be the case. Only Ubuntu versions 12.04, 14.04, 14.10, 15.04 are supported. (Click the 'Technical details about this PPA' link to see this info)
 
joshmccraney said:
I'm thinking its a PPA issue.
Given the error messages that's a fairly safe deduction :biggrin:
joshmccraney said:
In Software Updates under Other Software should I delete all http://ppa.launchpad packages?
Either that, or if you need a newer version than what is in the bionic repo then seek out actively maintained PPAs: for instance for texstudio the one linked from https://www.texstudio.org/

Or if my guess that you have just upgraded from 16.04 (which reaches EOL this month) is correct, delete all the PPAs and upgrade on through to 20.04 for another 2 years of support (and more recent versions of packages, although focal is still on 2.12.22 for texmate so if you want v3 you will still need Sundermeyer's PPA).
 
  • Like
Likes member 428835
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...

Similar threads

Back
Top