LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Updates (https://www.linuxquestions.org/questions/linux-newbie-8/updates-4175733886/)

Peter2402 02-15-2024 10:53 AM

Updates
 
When updating Linux Mint I get this message:

The repository 'https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable/ubuntu virginia Release' does not have a Release file.

How do I update?

beachboy2 02-15-2024 01:29 PM

Peter2402,

Welcome to LQ forums.

You appear to be using Linux Mint 21.3 Virginia, which is based on Ubuntu Jammy.

Open a Terminal (Ctrl + Alt + T) and remove the PPA with this command:

Code:

sudo ppa-purge ppa:qbittorrent-team/qbittorrent-stable
Then visit:
https://launchpad.net/~qbittorrent-t...s_filter=jammy

Expand Technical details about this PPA.

Next, select your Ubuntu version (Jammy 22.04).

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources via:

Update Manager > Edit > Software Sources > PPA > Add.


Code:

deb https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable/ubuntu jammy main

deb-src https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable/ubuntu jammy main



All times are GMT -5. The time now is 12:12 PM.