youtubedl-gui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
youtubedl-gui: command not found
or when using sudo you get the following error message
sudo: youtubedl-gui: command not found
Solutions to youtubedl-gui: command not found
How To Fix youtubedl-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu youtubedl-gui is provided by youtubedl-gui package.
youtubedl-gui is:
Graphical interface to youtube-dl, the CLI for downloading videos from a variety of sites. Allows control of format, resolution, audio and video codecs, etc.
To fix this problem, we can install more using the command below.
sudo apt-get -y install youtubedl-gui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install youtubedl-gui.
sudo apt -y install youtubedl-gui
Or if you have aptitude installed you can use the following command.
sudo aptitude install youtubedl-gui
Summary
In this tutorial we learn how to fix youtubedl-gui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.