gst-browser command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gst-browser: command not found
or when using sudo you get the following error message
sudo: gst-browser: command not found
Solutions to gst-browser: command not found
How To Fix gst-browser: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gst-browser is provided by gnu-smalltalk-browser package.
gnu-smalltalk-browser is:
This package contains VisualGST, an Integrated Development Environment for GNU Smalltalk.
For more information on GNU Smalltalk see the gnu-smalltalk package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnu-smalltalk-browser
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnu-smalltalk-browser.
sudo apt -y install gnu-smalltalk-browser
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnu-smalltalk-browser
Summary
In this tutorial we learn how to fix gst-browser command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.