remmina-file-wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
remmina-file-wrapper: command not found
or when using sudo you get the following error message
sudo: remmina-file-wrapper: command not found
Solutions to remmina-file-wrapper: command not found
How To Fix remmina-file-wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu remmina-file-wrapper is provided by remmina package.
remmina is:
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks.
Remmina supports multiple network protocols in an integrated and consistent user interface.
Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install remmina
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install remmina.
sudo apt -y install remmina
Or if you have aptitude installed you can use the following command.
sudo aptitude install remmina
Summary
In this tutorial we learn how to fix remmina-file-wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.