floatbg command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
floatbg: command not found
or when using sudo you get the following error message
sudo: floatbg: command not found
Solutions to floatbg: command not found
How To Fix floatbg: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu floatbg is provided by floatbg package.
floatbg is:
Subtly changes the color of the root window over time, so slowly that it won’t be noticed. This is a good alternative to placing a picture in the root window.
To fix this problem, we can install more using the command below.
sudo apt-get -y install floatbg
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install floatbg.
sudo apt -y install floatbg
Or if you have aptitude installed you can use the following command.
sudo aptitude install floatbg
Summary
In this tutorial we learn how to fix floatbg command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.