How to Install and Uninstall python3-py9p.noarch Package on Fedora 36

Last updated: January 18,2025

1. Install "python3-py9p.noarch" package

Here is a brief guide to show you how to install python3-py9p.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-py9p.noarch

2. Uninstall "python3-py9p.noarch" package

Please follow the guidance below to uninstall python3-py9p.noarch on Fedora 36:

$ sudo dnf remove python3-py9p.noarch $ sudo dnf autoremove

3. Information about the python3-py9p.noarch package on Fedora 36

Last metadata expiration check: 0:32:48 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-py9p
Version : 1.0.9
Release : 26.fc36
Architecture : noarch
Size : 58 k
Source : python-py9p-1.0.9-26.fc36.src.rpm
Repository : fedora
Summary : Pure Python implementation of 9P protocol (Plan9)
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 library provides low-level 9p2000.u API. For high-level look
: into python-pyvfs.
:
: This is a Python 3 version.