0

I see no download button. I submitted my email but it just linked me back to the same app page.

3 Answers3

1

Open the Ubuntu Software Center, search for qBittorrent, click qBittorrent in the search results to select it, click the button that says More Info and then click the button marked by the mouse pointer in the screenshot below that says Install to install it.

enter image description here

karel
  • 114,770
1

I'm not too sure whether you're exactly referring to the software center or a website as the tag & title confuses me. Also, there's a default client named Transmission for torrent downloads; you may make a use of it for such needs. Just do a simple search from the Ubuntu dash home (seen below;)

enter image description here

Nevertheless, qBittorent app should be visible for download on software center as the official repositories are there from Ubuntu 9.04 "Jaunty" onward. Below a screen where you'll just need to click on install to proceed further.

enter image description here

Else you may download more up-to-date packages using PPAs. To do so, you can do below;

  • Firstly open a terminal (press CTRL+ALT+T)
  • And then type below commands to add PPAs (Use either one of the above as you prefer)

qBittorrent Stable

sudo add-apt-repository ppa:hydr0g3n/qbittorrent-stable

or qBittorrent Unstable

sudo add-apt-repository ppa:hydr0g3n/qbittorrent-trunk
  • Type below to install
sudo apt-get update && sudo apt-get install qbittorrent
AzkerM
  • 10,270
  • 6
  • 32
  • 51
0

If by the Ubuntu app site you mean Ubuntu Package Search.

Simply search for the package you want (qbittorrent) as seen below selecting the distribution that you are looking for. Select the exact hit and you can select Download the source package and then choose the specific source file to download (you will need to compile it)

A far easier method would be to simply add the Universe repository and then issue the command sudo apt-get install qbittorrent

enter image description here

Elder Geek
  • 36,023
  • 25
  • 98
  • 183