uget-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
uget-gtk: command not found
or when using sudo you get the following error message
sudo: uget-gtk: command not found
Solutions to uget-gtk: command not found
How To Fix uget-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu uget-gtk is provided by uget package.
uget is:
Uget (formerly urlgfe) is a simple, lightweight and easy-to-use download manager. It provides the following features:
- Resume downloads.
- Queue downloads.
- Classify downloads in categories.
- Mozilla Firefox integration (through Flashgot plugin).
- Clipboard monitoring.
- Import downloads import from HTML files.
- Batch download.
It also can be launched from the command line.
To fix this problem, we can install more using the command below.
sudo apt-get -y install uget
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install uget.
sudo apt -y install uget
Or if you have aptitude installed you can use the following command.
sudo aptitude install uget
Summary
In this tutorial we learn how to fix uget-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.