How to Install and Uninstall python3-colcon-installed-package-information.noarch Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "python3-colcon-installed-package-information.noarch" package

Learn how to install python3-colcon-installed-package-information.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-colcon-installed-package-information.noarch

2. Uninstall "python3-colcon-installed-package-information.noarch" package

Please follow the guidance below to uninstall python3-colcon-installed-package-information.noarch on CentOS Stream 9:

$ sudo dnf remove python3-colcon-installed-package-information.noarch $ sudo dnf autoremove

3. Information about the python3-colcon-installed-package-information.noarch package on CentOS Stream 9

Last metadata expiration check: 1:39:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-colcon-installed-package-information
Version : 0.1.0
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : python-colcon-installed-package-information-0.1.0-1.el9.src.rpm
Repository : epel
Summary : Extensions for colcon to inspect packages which have already been installed
URL : https://github.com/colcon/colcon-installed-package-information
License : ASL 2.0
Description : These colcon extensions provide a mechanism which can be used for getting
: information about packages outside of the workspace, which have already been
: built and installed prior to the current operation.
:
: In general, they work similarly to and are based on the
: PackageDiscoveryExtensionPoint and PackageAugmentationExtensionPoint
: extensions provided by colcon_core.