deluge-gtk command not found

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

Introduction

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

deluge-gtk: command not found

or when using sudo you get the following error message

sudo: deluge-gtk: command not found

Solutions to deluge-gtk: command not found

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

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

deluge-gtk 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 the Deluge GTK+ user-interface as a thin client and connect to a remote daemon. 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-gtk

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

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

sudo apt -y install deluge-gtk

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

sudo aptitude install deluge-gtk

Summary

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