deluge-web command not found

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

Introduction

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

deluge-web: command not found

or when using sudo you get the following error message

sudo: deluge-web: command not found

Solutions to deluge-web: command not found

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

In Ubuntu deluge-web is provided by deluge-web package.

deluge-web 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 on a remote server running the deluge daemon (package deluged). See: URL:http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

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

sudo apt-get -y install deluge-web

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

You can also use apt command to install deluge-web.

sudo apt -y install deluge-web

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

sudo aptitude install deluge-web

Summary

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