taffybar command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
taffybar: command not found
or when using sudo you get the following error message
sudo: taffybar: command not found
Solutions to taffybar: command not found
How To Fix taffybar: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu taffybar is provided by taffybar package.
taffybar is:
This bar is based on gtk2hs and provides several widgets (including a few graphical ones). It also sports an optional snazzy system tray.
This package comes pre-configured with the default configuration. If you want to build your custom-configured version, make sure that libghc-taffybar-dev is installed and put your configuration in ~/.config/taffybar/taffybar.hs
To fix this problem, we can install more using the command below.
sudo apt-get -y install taffybar
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install taffybar.
sudo apt -y install taffybar
Or if you have aptitude installed you can use the following command.
sudo aptitude install taffybar
Summary
In this tutorial we learn how to fix taffybar command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.