How to Install and Uninstall python3-pyct.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-pyct.noarch" package

This guide covers the steps necessary to install python3-pyct.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pyct.noarch" package

Please follow the step by step instructions below to uninstall python3-pyct.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pyct.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:35:07 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pyct
Version : 0.4.8
Release : 3.el9
Architecture : noarch
Size : 36 k
Source : python-pyct-0.4.8-3.el9.src.rpm
Repository : epel
Summary : Python packaging Common Tasks
URL : https://github.com/pyviz-dev/pyct
License : BSD
Description : A utility package that includes:
:
: 1. pyct.cmd: Makes various commands available to other packages. (Currently no
: sophisticated plugin system, just a try import/except in the other
: packages.) The same commands are available from within python. Can either
: add new subcommands to an existing argparse based command if the module has
: an existing command, or create the entire command if the module has no
: existing command. Currently, there are commands for copying examples and
: fetching data.
:
: 2. pyct.build: Provides various commands to help package building, primarily
: as a convenience for project maintainers.