sfcbmofpp command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sfcbmofpp: command not found
or when using sudo you get the following error message
sudo: sfcbmofpp: command not found
Solutions to sfcbmofpp: command not found
How To Fix sfcbmofpp: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sfcbmofpp is provided by sfcb package.
sfcb is:
The small footprint CIM broker (SFCB) is part of the SBLIM project (Standards Based Linux Instrumentation for Manageability). SFCB is a CIM server for resource-constrained and embedded environments. A CIM daemon (aka CIMOM) responds to CIM/WBEM client requests for system management data and performs system management tasks.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sfcb
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sfcb.
sudo apt -y install sfcb
Or if you have aptitude installed you can use the following command.
sudo aptitude install sfcb
Summary
In this tutorial we learn how to fix sfcbmofpp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.