glassgui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
glassgui: command not found
or when using sudo you get the following error message
sudo: glassgui: command not found
Solutions to glassgui: command not found
How To Fix glassgui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu glassgui is provided by glassgui package.
glassgui is:
GlassCoder is a minimalist audio encoder for IceCase and Soutcase streaming servers as well as HTTP Live Streaming (HLS). It supports the following audio sources:
Advanced Linux Sound Architecture (ALSA) File Streaming (FILE) JACK Audio Connection Kit (JACK)
The base GlassCoder streamer component utilizes no configuration files or GUI interface whatsoever; with the ‘user interface’ consisting entirely of the command-line invocation. As such, it is well suited for use cases where the encoder is completely driven by an external system or script.
The following audio codecs are supported:
MPEG-1/1.5 Layer 3 (‘MP3’) Ogg Opus Ogg Vorbis PCM16
This package contains GlassGui, a graphical point-and-click interface that can be used to drive GlassCoder or generate command-line invocations that can be copy/pasted to other systems
To fix this problem, we can install more using the command below.
sudo apt-get -y install glassgui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install glassgui.
sudo apt -y install glassgui
Or if you have aptitude installed you can use the following command.
sudo aptitude install glassgui
Summary
In this tutorial we learn how to fix glassgui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.