How to Install and Uninstall python3-colcon-installed-package-information.noarch Package on Fedora 38

Last updated: October 05,2024

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

Here is a brief guide to show you how to install python3-colcon-installed-package-information.noarch on Fedora 38

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

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

This tutorial shows how to uninstall python3-colcon-installed-package-information.noarch on Fedora 38:

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

3. Information about the python3-colcon-installed-package-information.noarch package on Fedora 38

Last metadata expiration check: 2:05:41 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-colcon-installed-package-information
Version : 0.1.0
Release : 2.fc38
Architecture : noarch
Size : 34 k
Source : python-colcon-installed-package-information-0.1.0-2.fc38.src.rpm
Repository : fedora
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.