To uninstall vagrant-sshfs just follow these instructions.
sudo apt-get remove vagrant-sshfs
This will remove just the vagrant-sshfs package itself.
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.
If you also want to delete your local/config files for vagrant-sshfs then this will work.
sudo apt-get purge vagrant-sshfs
Or similarly, like this vagrant-sshfs
sudo apt-get purge --auto-remove vagrant-sshfs
Package | vagrant-sshfs |
Version | 1.3.0-2 |
Maintainer | Debian Ruby Extras Maintainers <[email protected]> |
Home page | https://github.com/dustymabe/vagrant-sshfs |
Description | 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. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | ruby |