How To Install python3-colcon-bundle on Rocky Linux 8

In this tutorial we learn how to install python3-colcon-bundle on Rocky Linux 8. python3-colcon-bundle is Plugin to bundle built software for the colcon command line tool

Introduction

In this tutorial we learn how to install python3-colcon-bundle on Rocky Linux 8.

What is python3-colcon-bundle

This package is a plugin to colcon-core. It provides functionality to bundle a built workspace. A bundle is a portable environment which can be moved to a different linux system and executed as if the contents of the bundle was installed locally.

We can use yum or dnf to install python3-colcon-bundle on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-colcon-bundle.

Install python3-colcon-bundle on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-colcon-bundle using dnf by running the following command:

sudo dnf -y install python3-colcon-bundle

Install python3-colcon-bundle on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-colcon-bundle using yum by running the following command:

sudo yum -y install python3-colcon-bundle

How To Uninstall python3-colcon-bundle on Rocky Linux 8

To uninstall only the python3-colcon-bundle package we can use the following command:

sudo dnf remove python3-colcon-bundle

python3-colcon-bundle Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/colcon_bundle
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/colcon_bundle-0.1.0-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/colcon_bundle/__init__.py
/usr/lib/python3.6/site-packages/colcon_bundle/__pycache__
/usr/lib/python3.6/site-packages/colcon_bundle/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__init__.py
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/apt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/apt.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/base_pip_installer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/base_pip_installer.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/pip.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/pip.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/pip3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/__pycache__/pip3.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/installer/apt.py
/usr/lib/python3.6/site-packages/colcon_bundle/installer/assets
/usr/lib/python3.6/site-packages/colcon_bundle/installer/assets/apt_package_blacklist.txt
/usr/lib/python3.6/site-packages/colcon_bundle/installer/assets/bionic.sources.list
/usr/lib/python3.6/site-packages/colcon_bundle/installer/assets/focal.sources.list
/usr/lib/python3.6/site-packages/colcon_bundle/installer/assets/xenial.sources.list
/usr/lib/python3.6/site-packages/colcon_bundle/installer/base_pip_installer.py
/usr/lib/python3.6/site-packages/colcon_bundle/installer/pip.py
/usr/lib/python3.6/site-packages/colcon_bundle/installer/pip3.py
/usr/lib/python3.6/site-packages/colcon_bundle/task
/usr/lib/python3.6/site-packages/colcon_bundle/task/__init__.py
/usr/lib/python3.6/site-packages/colcon_bundle/task/__pycache__
/usr/lib/python3.6/site-packages/colcon_bundle/task/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/python
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__init__.py
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__pycache__
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__pycache__/bundle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/__pycache__/bundle.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/task/python/bundle.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__init__.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_archive_generators.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_archive_generators.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_dependency_utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_dependency_utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_installer_manager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_installer_manager.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_overlay_utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_overlay_utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_path_context.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/_path_context.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/bundle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/bundle.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/bundlefile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/bundlefile.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/__pycache__/utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/colcon_bundle/verb/_archive_generators.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/_dependency_utilities.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/_installer_manager.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/_overlay_utilities.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/_path_context.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/assets
/usr/lib/python3.6/site-packages/colcon_bundle/verb/assets/v1_setup.sh
/usr/lib/python3.6/site-packages/colcon_bundle/verb/assets/v2_setup.jinja2.sh
/usr/lib/python3.6/site-packages/colcon_bundle/verb/assets/v2_workspace_setup.jinja2.sh
/usr/lib/python3.6/site-packages/colcon_bundle/verb/bundle.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/bundlefile.py
/usr/lib/python3.6/site-packages/colcon_bundle/verb/utilities.py
/usr/share/doc/python3-colcon-bundle
/usr/share/doc/python3-colcon-bundle/NOTICE
/usr/share/doc/python3-colcon-bundle/README.md
/usr/share/licenses/python3-colcon-bundle
/usr/share/licenses/python3-colcon-bundle/LICENSE

References

Summary

In this tutorial we learn how to install python3-colcon-bundle on Rocky Linux 8 using yum and dnf.