How to Install and Uninstall python-plac-doc.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python-plac-doc.noarch" package

This tutorial shows how to install python-plac-doc.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python-plac-doc.noarch

2. Uninstall "python-plac-doc.noarch" package

Please follow the guidelines below to uninstall python-plac-doc.noarch on Fedora 36:

$ sudo dnf remove python-plac-doc.noarch $ sudo dnf autoremove

3. Information about the python-plac-doc.noarch package on Fedora 36

Last metadata expiration check: 0:00:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python-plac-doc
Version : 1.3.5
Release : 1.fc36
Architecture : noarch
Size : 309 k
Source : python-plac-1.3.5-1.fc36.src.rpm
Repository : updates
Summary : Documentation for plac
URL : https://github.com/ialbert/plac
License : BSD
Description : plac is a Python package that can generate command line parameters from
: function signatures.
:
: plac works on Python 2.6 through all versions of Python 3.
:
: plac has no dependencies beyond modules already present in the Python standard
: library.
:
: plac implements most of its functionality in a single file that may be included
: in your source code.