How to Install and Uninstall python3-colcon-alias.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

Please follow the instructions below to install python3-colcon-alias.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall python3-colcon-alias.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-colcon-alias.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:47:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-colcon-alias
Version : 0.1.0
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : python-colcon-alias-0.1.0-1.el9.src.rpm
Repository : epel
Summary : Extension for colcon to create and modify command aliases
URL : https://github.com/colcon/colcon-alias
License : ASL 2.0
Description : An extension for colcon-core to create and modify command aliases.
:
: Aliases condense any number of colcon command invocations made up of a verb
: followed by all associated arguments down to another 'alias' verb. When
: invoking the alias verb, additional arguments can be appended to the original
: invocations.