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

Last updated: July 03,2024

1. Install "python3-py9p.noarch" package

Please follow the steps below to install python3-py9p.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 1:40:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-py9p
Version : 1.0.9
Release : 23.fc34
Architecture : noarch
Size : 58 k
Source : python-py9p-1.0.9-23.fc34.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.