volumeicon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
volumeicon: command not found
or when using sudo you get the following error message
sudo: volumeicon: command not found
Solutions to volumeicon: command not found
How To Fix volumeicon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu volumeicon is provided by volumeicon-alsa package.
volumeicon-alsa is:
This is a lightweight volume control that sits in your systray. This version is compatible with ALSA. Features: * Change volume by scrolling on the systray icon * Ability to choose which channel to control * Configurable stepsize (percentage of volume increase/decrease per scrollwheel step) * Several icon themes (with gtk theme as default) * Configurable external mixer * Volume slider
To fix this problem, we can install more using the command below.
sudo apt-get -y install volumeicon-alsa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install volumeicon-alsa.
sudo apt -y install volumeicon-alsa
Or if you have aptitude installed you can use the following command.
sudo aptitude install volumeicon-alsa
Summary
In this tutorial we learn how to fix volumeicon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.