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

In summary, the user is experiencing an error when trying to run software updates on Ubuntu 18.04 due to incompatible PPAs. They are considering deleting all the PPAs under Other Software in Software Updates, or upgrading to a newer version of Ubuntu for more recent package versions.
  • #1
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
  • #2
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)
 
  • #3
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

1. What is the process for updating Linux in Ubuntu 18.04?

The process for updating Linux in Ubuntu 18.04 is fairly simple. You can use the command line by typing sudo apt update to update the list of available packages and then sudo apt upgrade to install any updates. Alternatively, you can use the Software Updater application to install updates through a graphical interface.

2. How often should I update Linux in Ubuntu 18.04?

It is recommended to update Linux in Ubuntu 18.04 on a regular basis, ideally at least once a week. This ensures that your system stays secure and up-to-date with the latest bug fixes and improvements.

3. Can I schedule automatic updates for Linux in Ubuntu 18.04?

Yes, you can schedule automatic updates for Linux in Ubuntu 18.04 by using the unattended-upgrades package. This will automatically download and install updates at a specified time, reducing the need for manual updates.

4. Will updating Linux in Ubuntu 18.04 affect my installed applications and files?

Updating Linux in Ubuntu 18.04 should not affect your installed applications and files. However, it is always recommended to backup important files before performing any updates, just in case.

5. Can I roll back an update for Linux in Ubuntu 18.04 if something goes wrong?

Yes, you can roll back an update for Linux in Ubuntu 18.04 if something goes wrong. You can use the apt-get command with the install option to install a specific version of a package. Additionally, you can use the apt-cache showpkg command to see a list of available versions for a specific package.

Similar threads

Replies
2
Views
2K
Back
Top