obconf command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
obconf: command not found
or when using sudo you get the following error message
sudo: obconf: command not found
Solutions to obconf: command not found
How To Fix obconf: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu obconf is provided by obconf package.
obconf is:
ObConf is a small graphical utility which configures the window manager Openbox’ preferences and configuration settings on the fly.
If you are an Openbox user, you may want this package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install obconf
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install obconf.
sudo apt -y install obconf
Or if you have aptitude installed you can use the following command.
sudo aptitude install obconf
Summary
In this tutorial we learn how to fix obconf command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.