How To Install python3-pycmd on Fedora 36

In this tutorial we learn how to install python3-pycmd in Fedora 36. python3-pycmd is Tools for managing/searching Python related files

Introduction

In this tutorial we learn how to install python3-pycmd on Fedora 36.

What is python3-pycmd

Pycmd is a collection of command line tools for helping with Python development.

We can use yum or dnf to install python3-pycmd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pycmd.

Install python3-pycmd on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-pycmd using dnf by running the following command:

sudo dnf -y install python3-pycmd

Install python3-pycmd on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-pycmd using yum by running the following command:

sudo yum -y install python3-pycmd

How To Uninstall python3-pycmd on Fedora 36

To uninstall only the python3-pycmd package we can use the following command:

sudo dnf remove python3-pycmd

python3-pycmd Package Contents on Fedora 36

/usr/bin/py.cleanup
/usr/bin/py.convert_unittest
/usr/bin/py.countloc
/usr/bin/py.lookup
/usr/bin/py.svnwcrevert
/usr/bin/py.which
/usr/lib/python3.10/site-packages/pycmd
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pycmd-1.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pycmd/__init__.py
/usr/lib/python3.10/site-packages/pycmd/__pycache__
/usr/lib/python3.10/site-packages/pycmd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pycleanup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pycleanup.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pyconvert_unittest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pyconvert_unittest.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pycountloc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pycountloc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pylookup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pylookup.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pysvnwcrevert.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pysvnwcrevert.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pywhich.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycmd/__pycache__/pywhich.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycmd/pycleanup.py
/usr/lib/python3.10/site-packages/pycmd/pyconvert_unittest.py
/usr/lib/python3.10/site-packages/pycmd/pycountloc.py
/usr/lib/python3.10/site-packages/pycmd/pylookup.py
/usr/lib/python3.10/site-packages/pycmd/pysvnwcrevert.py
/usr/lib/python3.10/site-packages/pycmd/pywhich.py
/usr/share/doc/python3-pycmd
/usr/share/doc/python3-pycmd/CHANGELOG
/usr/share/doc/python3-pycmd/README.txt
/usr/share/licenses/python3-pycmd
/usr/share/licenses/python3-pycmd/LICENSE

References

Summary

In this tutorial we learn how to install python3-pycmd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).