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

Last updated: October 08,2024

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

Please follow the step by step instructions below to install python3-colcon-installed-package-information.noarch on CentOS Stream 8

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

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

This guide let you learn how to uninstall python3-colcon-installed-package-information.noarch on CentOS Stream 8:

$ 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 8

Last metadata expiration check: 5:31:14 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-colcon-installed-package-information
Version : 0.1.0
Release : 1.el8
Architecture : noarch
Size : 26 k
Source : python-colcon-installed-package-information-0.1.0-1.el8.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.