How to Install and Uninstall python3-colcon-alias.noarch Package on Fedora 38

Last updated: January 16,2025

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

Please follow the guidance below to install python3-colcon-alias.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall python3-colcon-alias.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:11:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-colcon-alias
Version : 0.1.0
Release : 1.fc38
Architecture : noarch
Size : 34 k
Source : python-colcon-alias-0.1.0-1.fc38.src.rpm
Repository : updates
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.