How to Install and Uninstall python3-colcon-override-check.noarch Package on CentOS Stream 8

Last updated: October 08,2024

1. Install "python3-colcon-override-check.noarch" package

In this section, we are going to explain the necessary steps to install python3-colcon-override-check.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-colcon-override-check.noarch

2. Uninstall "python3-colcon-override-check.noarch" package

Please follow the instructions below to uninstall python3-colcon-override-check.noarch on CentOS Stream 8:

$ sudo dnf remove python3-colcon-override-check.noarch $ sudo dnf autoremove

3. Information about the python3-colcon-override-check.noarch package on CentOS Stream 8

Last metadata expiration check: 0:11:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-colcon-override-check
Version : 0.0.1
Release : 1.el8
Architecture : noarch
Size : 20 k
Source : python-colcon-override-check-0.0.1-1.el8.src.rpm
Repository : epel
Summary : Extension for colcon to check for problems overriding installed packages
URL : https://github.com/colcon/colcon-override-check
License : Apache-2.0
Description : An extension for colcon-core to check for potential problems when overriding
: installed packages. Most notably, warn the user when overriding a package upon
: which other packages in an underlay depend, but ones which are not also being
: overridden.