Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apt ppa not working for Ubuntu noble derivative Mint 22.1 #22209

Open
theretohere opened this issue Jan 26, 2025 · 3 comments
Open

apt ppa not working for Ubuntu noble derivative Mint 22.1 #22209

theretohere opened this issue Jan 26, 2025 · 3 comments

Comments

@theretohere
Copy link

qBittorrent & operating system versions

Current qBittorrent: v4.6.7

cat /etc/os-release
NAME="Linux Mint"
VERSION="22.1 (Xia)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 22.1"
VERSION_ID="22.1"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=xia
UBUNTU_CODENAME=noble

What is the problem?

The Linux Mint 22.1 OS derivative of Ubuntu 24.04 does not install the latest qbittorrent 5.0.3, and stays stuck on qbittorent 4.6.7 when using the official PPA's.

Steps to reproduce

Go to https://www.qbittorrent.org/download.

Select Linux, then Ubuntu. Use the PPA command on Linux Mint 22.1 Xia (Ubuntu 24.04 base):

qBittorrent Stable

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt-get update && sudo apt-get install qbittorrent

Additional context

It looks like the PPA might be looking only at the VERSION_CODENAME from the /etc/os-release, and not seeing the expected noble. Maybe add a secondary check for UBUNTU_CODENAME to cover Ubuntu derivatives?

Log(s) & preferences file(s)

cat qbittorrent-team-qbittorrent-stable-noble.list
deb [signed-by=/etc/apt/keyrings/qbittorrent-team-qbittorrent-stable-noble.gpg] https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable/ubuntu noble main

@theretohere
Copy link
Author

theretohere commented Jan 26, 2025

I also tried the unstable PPA, with the same result:

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-unstable
sudo apt-get update && sudo apt-get install qbittorrent

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
qbittorrent is already the newest version (1:4.6.7.99202411110115-8155-91943e481ubuntu24.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

@userdocs
Copy link
Contributor

It's not a bug/issue as per this comment.

#21522 (comment)

The Linux Mint 22.1 OS derivative of Ubuntu 24.04

@Dnkhatri
Copy link

you will need to use appimage as the QT version on linux mint ie ubuntu long term release wont be updated and qbittorrent needs a newer version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants