How to Install and Uninstall vagrant-sshfs Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 05,2024

1. Install "vagrant-sshfs" package

Please follow the guidance below to install vagrant-sshfs on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install vagrant-sshfs

2. Uninstall "vagrant-sshfs" package

Please follow the steps below to uninstall vagrant-sshfs on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove vagrant-sshfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the vagrant-sshfs package on Ubuntu 20.10 (Groovy Gorilla)

Package: vagrant-sshfs
Architecture: all
Version: 1.3.4-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 118
Depends: ruby | ruby-interpreter, openssh-sftp-server, vagrant
Filename: pool/universe/v/vagrant-sshfs/vagrant-sshfs_1.3.4-1_all.deb
Size: 20552
MD5sum: 112f60c34863150b9f163aec1067175c
SHA1: c6429b48fa08edeabc4dc9f553ce6c7140ad47b5
SHA256: e59fe868a5baa2ac4922e7be1a205b2490187cfd404998b6d84554d63bb7dbb4
SHA512: a7e871a3b0c258a1c5cd70c9fa21cb78cd02eb8db43c60ac0ddc82807e8ff68dc53c881ceab5d83fc65a4d9cf70d9348048f58404f3031d924cf83676bc1e305
Homepage: https://github.com/dustymabe/vagrant-sshfs
Description-en: vagrant plugin that adds synced folder support with sshfs
This is a vagrant plugin that adds synced folder support for mounting
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.
.
The benefits of this approach:
- Works on any host platform and hypervisor type - Windows, Linux, Mac
OS X - Virtualbox, Libvirt, Hyper-V, VMWare
- Seamlessly works on remote Vagrant solutions - Works with vagrant
aws/openstack/etc.. plugins
.
The drawbacks with this approach:
- Performance is worse than an implementation like NFS
- There must be `sftp-server` software on the Vagrant host
Description-md5: ea2276dc2ca3e85b06bf1ef92a8943d8
Ruby-Versions: all