deluge-console command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
deluge-console: command not found
or when using sudo you get the following error message
sudo: deluge-console: command not found
Solutions to deluge-console: command not found
How To Fix deluge-console: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu deluge-console is provided by deluge-console package.
deluge-console is:
Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it’s backend and featuring multiple user-interfaces: GTK+, web and console.
It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.
This package contains the console user-interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install deluge-console
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install deluge-console.
sudo apt -y install deluge-console
Or if you have aptitude installed you can use the following command.
sudo aptitude install deluge-console
Summary
In this tutorial we learn how to fix deluge-console command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.