How to Install and Uninstall python3-colcon-core.noarch Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "python3-colcon-core.noarch" package

Here is a brief guide to show you how to install python3-colcon-core.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-colcon-core.noarch

2. Uninstall "python3-colcon-core.noarch" package

Please follow the steps below to uninstall python3-colcon-core.noarch on Oracle Linux 8:

$ sudo dnf remove python3-colcon-core.noarch $ sudo dnf autoremove

3. Information about the python3-colcon-core.noarch package on Oracle Linux 8

Last metadata expiration check: 5:09:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-colcon-core
Version : 0.9.0
Release : 1.el8
Architecture : noarch
Size : 181 k
Source : python-colcon-core-0.9.0-1.el8.src.rpm
Repository : epel
Summary : Command line tool to build sets of software packages
URL : https://colcon.readthedocs.io
License : ASL 2.0
Description : colcon is a command line tool to improve the workflow of building, testing and
: using multiple software packages. It automates the process, handles the ordering
: and sets up the environment to use the packages.