Archives For bittorrent client

For GNOME fans, there’s now a GTK 4 BitTorrent client that has a stylish user interface looks native in Ubuntu, Fedora Workstation or other Linux with GNOME desktop.

The software was originally written in Vala as a GTK3 app. By the 2.0 release (in beta at the moment), it’s rebuilt from scratch using Rust. Along with libadwaita library, it has an adaptive UI that fits well in small displays (e.g., Linux mobile or tablet).

Fragments adaptive UI

Fragments is based on Transmission, the out-of-the-box BitTorrent client in Ubuntu. Besides deep integration with GNOME desktop, the key features so far include:

  • Automatic clipboard detection. Click or copy a magnet link, it will handle the downloads automatically.
  • Control remote Fragments or Transmission sessions.

Say you have a Linux machine running as a ‘download server’ either with desktop environment or not. After setting up the remote access functionality in Transmission GTK or CLI, user may use Fragments’ menu option ‘Add Remote Connection‘ to remote control the server via RPC protocol.

Fragments add remote session

Once connected, the header-bar turns purple and it displays ‘Remote Control “Name”‘ as subtitle indicates that you’re in control of the remote session. A little server icon appears in header-bar, allows to switch between local and remote sessions.

As well, it displays statistics about current session, such as overall network usage, and allows to select encryption type and toggle dark mode, and more.

How to Install Fragments in Ubuntu & other Linux:

The software is available as Flatpak package. Open terminal by searching from ‘Activities’ overview screen. When it opens, run following commands one by one:

1.) Install Flatpak framework if you don’t have it installed via command:

sudo apt install flatpak

2.) Add flathub, the main repository hosts a large list of flatpak packages:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

3.) Finally install the BitTorrent client via command:

flatpak install flathub de.haeckerfelix.Fragments

The last command will install the latest stable release. For those want to try out the 2.0 Beta with newest features, run command below instead:

flatpak install https://dl.flathub.org/beta-repo/appstream/de.haeckerfelix.Fragments.flatpakref

Once installed, search for and open it from ‘Activities’ overview and enjoy!

How to remove Fragments BitTorrent Client:

To uninstall the app, simply run command in a terminal window:

flatpak uninstall --delete-data de.haeckerfelix.Fragments

That’s all. Enjoy!

Deluge bittorrent client 2.0 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.

Deluge 2.0 was released with following exciting new features:

  • Shiny new logo.
  • Multi-user support.
  • Performance updates to handle thousands of torrents with faster loading times.
  • A New Console UI which emulates GTK/Web UIs.
  • GTK UI migrated to GTK3 with UI improvements and additions.
  • Magnet pre-fetching to allow file selection when adding torrent.
  • Fully support libtorrent 1.2 release.
  • Language switching support.
  • Improved documentation hosted on ReadTheDocs.
  • AutoAdd plugin replaces built-in functionality.

How to Install Deluge 2.0 in Ubuntu:

Deluge stable PPA has built the latest packages for Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04 and their derivatives.

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run commands:

1. Run command to add the PPA:

sudo add-apt-repository ppa:deluge-team/stable

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. If a previous release was installed, upgrade it via Software Updater:

or run command in terminal to install or upgrade Deluge:

sudo apt install deluge

Uninstall:

To uninstall Deluge PPA, open Software & Updates -> Other Software tab and remove the repository line.

To remove Deluge torrent client, run command in terminal:

sudo apt remove --autoremove deluge

qBittorrent

The third bug-fix release for qBittorrent 4.1 was released a day ago with new features, some bug-fixes, web UI and search improvements.

qBittorrent 4.1.3 release highlights:

  • Preselect name without extension when renaming files
  • Allow setting seq & first/last from context menu without metadata
  • Show “N/A” if there is no scrape
  • Save option about tracker favicons under correct key
  • When file data are unreachable pause torrent and show “Missing Files” status
  • Don’t disable DHT when using force proxy
  • Correctly save torrent queue position/state/priority changes in fastresume
  • Fix icon height/width ratio
  • Fix values sorted wrong in “Last Activity” column
  • Replace png icons with svg
  • Various Web UI improvements
  • Refactor in searchjob to always color visited entries
  • Set “enter” as shortcut to download the selected torrents in search job
  • Add regex option in the search filter’s context menu
  • Fix GUI scaling issue on Linux

How to Install qBittorrent 4.1.2 in Ubuntu:

The official qBittorrent PPA maintains qBittorrent binary packages for Ubuntu 16.04, Ubuntu 18.04, and derivatives.

1. To add the PPA, open terminal either via Ctrl+Alt+T or searching “Terminal” from app launcher. When it opens, run:

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

Type in your password (no visual feedback while typing due to security reason) when it prompts and hit Enter to continue.

2. To upgrade from a previous release, launch Software Updater and you’ll see qBittorrent available for upgrade after checking for updates.

upgrade qBittorrent

Or run commands below to install /upgrade it from terminal:

sudo apt update && sudo apt install qbittorrent

Uninstall:

To remove qBittorrent PPA, go to Software & Updates -> Other Software, or run command in terminal:

sudo add-apt-repository --remove ppa:qbittorrent-team/qbittorrent-stable

To remove the bittorrent client, either use your system package manager or run command:

sudo apt-get remove --autoremove qbittorrent

qBittorrent

qBittorrent 4.1.2, free and reliable p2p bittorrent client, was released a few days ago with some new features, various bug-fixes and other improvements.

qBittorrent 4.1.2 release highlights:

  • New options for “inhibit sleep”
  • Add option for regexps in the transferlist search filter’s context menu
  • Add async io threads option to AdvancedSettings
  • Allow save resume interval to be disabled
  • Add checkbox for recursive download dialog
  • Add changelog link in program updater
  • Implement “Sequential downloading” feature.
  • Various bug-fixes, WebUI improvements, and more.

How to Install qBittorrent 4.1.2 in Ubuntu:

The official qBittorrent PPA maintains qBittorrent binary packages for Ubuntu 16.04, Ubuntu 18.04, and derivatives (though the new 4.1.2 release is not ready at the moment of writing).

1. To add the PPA, open terminal either via Ctrl+Alt+T or searching “Terminal” from app launcher. When it opens, run:

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

Type in your password (no visual feedback while typing due to security reason) when it prompts and hit Enter to continue.

2. To upgrade from a previous release, launch Software Updater and you’ll see qBittorrent available for upgrade after checking for updates.

upgrade qBittorrent

Or run commands below to install /upgrade it from terminal:

sudo apt update && sudo apt install qbittorrent

Uninstall:

To remove qBittorrent PPA, go to Software & Updates -> Other Software, or run command in terminal:

sudo add-apt-repository --remove ppa:qbittorrent-team/qbittorrent-stable

To remove the bittorrent client, either use your system package manager or run command:

sudo apt-get remove --autoremove qbittorrent

qBittorrent

qBittorrent reached the new major 4.1.0 release a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04.

qBittorrent 4.1.0 release highlights:

  • Add “Coalesce reads & writes” checkbox in advanced options
  • Smart Filter for RSS
  • Possibility to configure at which speed a torrent is considered slow.
  • When creating a torrent you can choose to preserve the file order
  • A new, redesigned and refactored WebAPI
  • Switch built-in Web UI html to HTML5
  • Allow to disable Stacktrace support
  • Various other Web UI improvements.
  • Various code optimizations and bug-fixes. Read NEWS page for details.

How to Install qBittorrent 4.1 in Ubuntu:

The official qBittorrent PPA contains the latest packages for Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, and derivatives.

1. To add the PPA, open terminal either via Ctrl+Alt+T or searching “Terminal” from app launcher. When it opens, run:

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

Type in your password (no visual feedback while typing due to security reason) when it prompts and hit Enter to continue.

2. To upgrade from a previous release, launch Software Updater and you’ll see qBittorrent available for upgrade after checking for updates.

upgrade qBittorrent

Or run commands below to install /upgrade it from terminal:

sudo apt update && sudo apt install qbittorrent

3. (Optional) To uninstall the 4.1 release and revert to the stock version of qBittorrent in Ubuntu repository, do:

sudo apt install ppa-purge && sudo ppa-purge ppa:qbittorrent-team/qbittorrent-stable