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

Last updated: September 21,2024

1. Install "python3-py9p.noarch" package

This guide let you learn how to install python3-py9p.noarch on Fedora 38

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

2. Uninstall "python3-py9p.noarch" package

Please follow the instructions below to uninstall python3-py9p.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:43:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-py9p
Version : 1.0.9
Release : 29.fc38
Architecture : noarch
Size : 77 k
Source : python-py9p-1.0.9-29.fc38.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.