transmission-remote-gtk command not found

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

Introduction

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

transmission-remote-gtk: command not found

or when using sudo you get the following error message

sudo: transmission-remote-gtk: command not found

Solutions to transmission-remote-gtk: command not found

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

In Ubuntu transmission-remote-gtk is provided by transmission-remote-gtk package.

transmission-remote-gtk is:

transmission-remote-gtk is a GTK+ interface for controlling the Transmission BitTorrent daemon. It is a full featured client, providing the ability to upload, queue, and delete torrent files, monitor downloads, and adjust speed limits.

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

sudo apt-get -y install transmission-remote-gtk

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

You can also use apt command to install transmission-remote-gtk.

sudo apt -y install transmission-remote-gtk

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

sudo aptitude install transmission-remote-gtk

Summary

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