thunar-volman command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
thunar-volman: command not found
or when using sudo you get the following error message
sudo: thunar-volman: command not found
Solutions to thunar-volman: command not found
How To Fix thunar-volman: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu thunar-volman is provided by thunar-volman package.
thunar-volman is:
The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media.
To fix this problem, we can install more using the command below.
sudo apt-get -y install thunar-volman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install thunar-volman.
sudo apt -y install thunar-volman
Or if you have aptitude installed you can use the following command.
sudo aptitude install thunar-volman
Summary
In this tutorial we learn how to fix thunar-volman command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.