Can't receive latest version

Linux specific questions, problems.
Post Reply
clk

Can't receive latest version

Post by clk »

Recently I install Ubunbtu 18.04.6 LTS, and use these commands in terminal:

$ sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
<Output is skipped>

$ sudo apt-get update && sudo apt-get install qbittorrent
<Output is skipped>

$ qbittorrent --version
qBittorrent v4.0.3

$ cat /etc/apt/sources.list.d/qbittorrent-team-ubuntu-qbittorrent-stable-bionic.list
deb http://ppa.launchpad.net/qbittorrent-te ... ble/ubuntu bionic main
# deb-src http://ppa.launchpad.net/qbittorrent-te ... ble/ubuntu bionic main


$ apt search qbittorrent
Сортировка… Готово
Полнотекстовый поиск… Готово
qbittorrent/bionic,now 4.0.3-1 amd64 [установлен]
bittorrent client based on libtorrent-rasterbar with a Qt5 GUI

qbittorrent-dbg/bionic 4.0.3-1 amd64
debug symbols for qbittorrent and qbittorrent-nox

qbittorrent-nox/bionic 4.0.3-1 amd64
Клиент bittorrent, основанный на libtorrent-rasterbar (без поддержки X)



I install old version qbittorrent!
Can you help me with install newest version?
Attachments
qbt.png
qbt.png (50.02 KiB) Viewed 1820 times
unseen19
Veteran
Veteran
Posts: 188
Joined: Mon Mar 15, 2021 1:36 pm

Re: Can't receive latest version

Post by unseen19 »

Hi,

Ubuntu 18.04 is no more supported https://www.qbittorrent.org/news.php (Wednesday March 24th 2021)
Depending of your installation you may have other options but quiet possible the PPA has nothing more to offer
clk

Re: Can't receive latest version

Post by clk »

I see qBittorrent 4.3.3 is latest version for Ubuntu 18.04.
How I can install qBittorrent 4.3.3?

I have download and unpack this archive:
https://ppa.launchpadcontent.net/qbitto ... 4.1.tar.xz

$ ./configure
<Many lines are skipped>
configure: error: Could not find qmake


$ sudo apt install qt5-qmake
<Many lines are skipped>

$ ./configure
<Many lines are skipped>
configure: error: Could not find qmake


So I can't compile qBittorrent 4.3.3...
Post Reply