bbrun command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bbrun: command not found
or when using sudo you get the following error message
sudo: bbrun: command not found
Solutions to bbrun: command not found
How To Fix bbrun: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bbrun is provided by bbrun package.
bbrun is:
bbrun is a small but very useful application. It makes it convenient to quickly execute commands from the blackbox window manager. bbrun is very similar to KDE’s Alt+F2 Run Command dialog box. When launched, it occupies a small portion of the desktop and docks itself to the right side of the screen. The run dialog is opened by clicking a tiny bbrun icon.
You don’t necessarily need blackbox for this program to work. It looks just as good in fluxbox, but it won’t look the same in other window managers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bbrun
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bbrun.
sudo apt -y install bbrun
Or if you have aptitude installed you can use the following command.
sudo aptitude install bbrun
Summary
In this tutorial we learn how to fix bbrun command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.