How to Install and Uninstall fuse9p.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "fuse9p.noarch" package

This is a short guide on how to install fuse9p.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install fuse9p.noarch

2. Uninstall "fuse9p.noarch" package

Here is a brief guide to show you how to uninstall fuse9p.noarch on Fedora 34:

$ sudo dnf remove fuse9p.noarch $ sudo dnf autoremove

3. Information about the fuse9p.noarch package on Fedora 34

Last metadata expiration check: 4:05:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : fuse9p
Version : 1.0.9
Release : 23.fc34
Architecture : noarch
Size : 13 k
Source : python-py9p-1.0.9-23.fc34.src.rpm
Repository : fedora
Summary : Plan9 filesystem client for FUSE
URL : https://github.com/svinota/py9p
License : MIT
Description : Protocol 9P is developed for Plan9 operating system from Bell Labs.
: It is used for remote file access, and since files are key objects
: in Plan9, 9P can be used also for composite file access, RPC etc.
:
: This package contains FUSE client for the 9p protocol. It is in the
: beta development state.