transgui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
transgui: command not found
or when using sudo you get the following error message
sudo: transgui: command not found
Solutions to transgui: command not found
How To Fix transgui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu transgui is provided by transgui package.
transgui is:
This package contains Transmission Remote GUI, which is a feature rich, cross platform, front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than build-in Transmission web interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install transgui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install transgui.
sudo apt -y install transgui
Or if you have aptitude installed you can use the following command.
sudo aptitude install transgui
Summary
In this tutorial we learn how to fix transgui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.