lemonbar command not found

In this troubleshooting guide we learn how to fix lemonbar command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

lemonbar: command not found

or when using sudo you get the following error message

sudo: lemonbar: command not found

Solutions to lemonbar: command not found

How To Fix lemonbar: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu lemonbar is provided by lemonbar package.

lemonbar is:

lemonbar is a lightweight bar based on XCB. It provides foreground/background color switching along with text alignment and colored under/overlining of text, full utf8 support and reduced memory footprint. Nothing less and nothing more.

To fix this problem, we can install more using the command below.

sudo apt-get -y install lemonbar

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install lemonbar.

sudo apt -y install lemonbar

Or if you have aptitude installed you can use the following command.

sudo aptitude install lemonbar

Summary

In this tutorial we learn how to fix lemonbar command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.