qbittorrent-nox command not found

In this troubleshooting guide we learn how to fix qbittorrent-nox command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

qbittorrent-nox: command not found

or when using sudo you get the following error message

sudo: qbittorrent-nox: command not found

Solutions to qbittorrent-nox: command not found

How To Fix qbittorrent-nox: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu qbittorrent-nox is provided by qbittorrent-nox package.

qbittorrent-nox is:

BitTorrent client written in C++ and based on libtorrent-rasterbar. qBittorrent-nox is a version of qBittorrent (Qt5 application) that does not require X and can be controlled via a WebUI, thus is more suitable for headless servers. It is a feature rich but lightweight client that is very similar to rTorrent. Its main features are:

  • Remote control through a Web user interface
  • Vuze-compatible protocol encryption
  • uTorrent-compatible Peer eXchange (PeX)
  • DHT (trackerless) support
  • UPnP / NAT-PMP port forwarding
  • IPv6 compliant
  • Advanced control over torrent content and trackers
  • IP Filtering (eMule / Peer Guardian filters)
  • Torrents queueing and prioritizing
  • Good localization (~25 languages supported)
  • Unicode support

To fix this problem, we can install more using the command below.

sudo apt-get -y install qbittorrent-nox

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install qbittorrent-nox.

sudo apt -y install qbittorrent-nox

Or if you have aptitude installed you can use the following command.

sudo aptitude install qbittorrent-nox

Summary

In this tutorial we learn how to fix qbittorrent-nox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.