How to Install and Uninstall python3-colcon-spawn-shell.noarch Package on Rocky Linux 8

Last updated: March 29,2024

1. Install "python3-colcon-spawn-shell.noarch" package

Please follow the step by step instructions below to install python3-colcon-spawn-shell.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-colcon-spawn-shell.noarch

2. Uninstall "python3-colcon-spawn-shell.noarch" package

This guide let you learn how to uninstall python3-colcon-spawn-shell.noarch on Rocky Linux 8:

$ sudo dnf remove python3-colcon-spawn-shell.noarch $ sudo dnf autoremove

3. Information about the python3-colcon-spawn-shell.noarch package on Rocky Linux 8

Last metadata expiration check: 0:24:56 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-colcon-spawn-shell
Version : 0.2.0
Release : 2.el8
Architecture : noarch
Size : 19 k
Source : python-colcon-spawn-shell-0.2.0-2.el8.src.rpm
Repository : epel
Summary : Source colcon workspaces in a new shell
URL : https://github.com/colcon/colcon-spawn-shell
License : ASL 2.0
Description : This is a colcon plugin to chain workspaces in new shells. It allows quickly
: un-chaining workspaces by exiting the spawned shell.
:
: The shell's prompt is edited to show the workspace order. The only supported
: shell is bash.