dzen2-gcpubar command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dzen2-gcpubar: command not found
or when using sudo you get the following error message
sudo: dzen2-gcpubar: command not found
Solutions to dzen2-gcpubar: command not found
How To Fix dzen2-gcpubar: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dzen2-gcpubar is provided by dzen2 package.
dzen2 is:
Dzen was designed to be scriptable in any language and integrate well with window managers like dwm, wmii and xmonad though it will work with any window manger.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dzen2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dzen2.
sudo apt -y install dzen2
Or if you have aptitude installed you can use the following command.
sudo aptitude install dzen2
Summary
In this tutorial we learn how to fix dzen2-gcpubar command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.