vinagre command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vinagre: command not found
or when using sudo you get the following error message
sudo: vinagre: command not found
Solutions to vinagre: command not found
How To Fix vinagre: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vinagre is provided by vinagre package.
vinagre is:
Vinagre is a remote desktop client integrated into the GNOME Desktop.
With Vinagre you can have several connections open simultaneously, bookmark your servers thanks to the Favorites support, store the passwords in the GNOME keyring, and browse the network to look for VNC servers.
Supported protocols are VNC, SSH, and RDP.
To fix this problem, we can install more using the command below.
sudo apt-get -y install vinagre
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vinagre.
sudo apt -y install vinagre
Or if you have aptitude installed you can use the following command.
sudo aptitude install vinagre
Summary
In this tutorial we learn how to fix vinagre command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.