smtube command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
smtube: command not found
or when using sudo you get the following error message
sudo: smtube: command not found
Solutions to smtube: command not found
How To Fix smtube: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu smtube is provided by smtube package.
smtube is:
SMTube is a stand-alone graphical application which allows one to search and download Youtube videos. Although it is part of the SMPlayer project, it can be used with any multimedia player such as mpv, MPlayer, VLC, Totem or Dragon Player.
To fix this problem, we can install more using the command below.
sudo apt-get -y install smtube
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install smtube.
sudo apt -y install smtube
Or if you have aptitude installed you can use the following command.
sudo aptitude install smtube
Summary
In this tutorial we learn how to fix smtube command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.