How to Install and Uninstall vagrant-sshfs Package on openSUSE Leap

Last updated: May 06,2024

1. Install "vagrant-sshfs" package

Here is a brief guide to show you how to install vagrant-sshfs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install vagrant-sshfs

2. Uninstall "vagrant-sshfs" package

This guide covers the steps necessary to uninstall vagrant-sshfs on openSUSE Leap:

$ sudo zypper remove vagrant-sshfs

3. Information about the vagrant-sshfs package on openSUSE Leap

Information for package vagrant-sshfs:
--------------------------------------
Repository : Main Repository
Name : vagrant-sshfs
Version : 1.3.7-bp155.1.43
Arch : x86_64
Vendor : openSUSE
Installed Size : 138.0 KiB
Installed : No
Status : not installed
Source package : vagrant-sshfs-1.3.7-bp155.1.43.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.