How to Install and Uninstall vagrant-sshfs Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "vagrant-sshfs" package

Please follow the guidance below to install vagrant-sshfs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install vagrant-sshfs

2. Uninstall "vagrant-sshfs" package

Please follow the guidelines below to uninstall vagrant-sshfs on openSuSE Tumbleweed:

$ sudo zypper remove vagrant-sshfs

3. Information about the vagrant-sshfs package on openSuSE Tumbleweed

Information for package vagrant-sshfs:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : vagrant-sshfs
Version : 1.3.7-3.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 137.6 KiB
Installed : No
Status : not installed
Source package : vagrant-sshfs-1.3.7-3.7.src
Upstream URL : https://github.com/dustymabe/vagrant-sshfs
Summary : SSHFS synced folder implementation for Vagrant
Description :
This Vagrant plugin adds synced folder support for mounting folders from the
Vagrant host into the Vagrant guest via 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.