deluge command not found

In this troubleshooting guide we learn how to fix deluge command not found error message

Introduction

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

deluge: command not found

or when using sudo you get the following error message

sudo: deluge: command not found

Solutions to deluge: command not found

How To Fix deluge: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu deluge is provided by deluge package.

deluge 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.

You may want to install this package to use Deluge in classic mode, which means the daemon and the GTK+ user-interface are linked together.

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

sudo apt-get -y install deluge

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

You can also use apt command to install deluge.

sudo apt -y install deluge

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

sudo aptitude install deluge

Summary

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