Installlion's Logo

Installlion.com

How To Uninstall vagrant-sshfs On Parrot 3.7

To uninstall vagrant-sshfs just follow these instructions.

Uninstall just vagrant-sshfs

vagrant plugin that adds synced folder support with sshfs folders from the Vagrant host into the Vagrant guest via FUSE SSHFS. In the default mode it does this by executing the SSHFS client software within the guest, which creates an SSH connection from the Vagrant guest back to the Vagrant host.Parrot 3.7ruby1.3.0-2
sudo apt-get remove vagrant-sshfs

This will remove just the vagrant-sshfs package itself.

Uninstall vagrant-sshfs and its dependencies

sudo apt-get remove --auto-remove vagrant-sshfs

This will remove the vagrant-sshfs package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for vagrant-sshfs then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge vagrant-sshfs

Or similarly, like this vagrant-sshfs

sudo apt-get purge --auto-remove vagrant-sshfs

Package Data

Packagevagrant-sshfs
Version1.3.0-2
MaintainerDebian Ruby Extras Maintainers <[email protected]>
Home pagehttps://github.com/dustymabe/vagrant-sshfs
Descriptionvagrant plugin that adds synced folder support with sshfs folders from the Vagrant host into the Vagrant guest via FUSE SSHFS. In the default mode it does this by executing the SSHFS client software within the guest, which creates an SSH connection from the Vagrant guest back to the Vagrant host.
Distroparrot
Releasejollyroger
Repomain
Sectionruby

Dependencies