libfm-pref-apps command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libfm-pref-apps: command not found
or when using sudo you get the following error message
sudo: libfm-pref-apps: command not found
Solutions to libfm-pref-apps: command not found
How To Fix libfm-pref-apps: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libfm-pref-apps is provided by libfm-tools package.
libfm-tools is:
LibFM provides file management functions built on top of Glib/GIO giving a convenient higher-level API.
This package contains applications libfm-pref-apps and lxshortcut.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libfm-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libfm-tools.
sudo apt -y install libfm-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install libfm-tools
Summary
In this tutorial we learn how to fix libfm-pref-apps command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.