pcmanfm-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pcmanfm-qt: command not found
or when using sudo you get the following error message
sudo: pcmanfm-qt: command not found
Solutions to pcmanfm-qt: command not found
How To Fix pcmanfm-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pcmanfm-qt is provided by pcmanfm-qt package.
pcmanfm-qt is:
PCManFM-Qt is the Qt port of the LXDE file manager PCManFM.
Libfm-Qt is a companion library providing components to build desktop file managers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pcmanfm-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pcmanfm-qt.
sudo apt -y install pcmanfm-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install pcmanfm-qt
Summary
In this tutorial we learn how to fix pcmanfm-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.