How to Install and Uninstall python3-catkin_lint.noarch Package on CentOS Stream 8

Last updated: June 23,2024

1. Install "python3-catkin_lint.noarch" package

This tutorial shows how to install python3-catkin_lint.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-catkin_lint.noarch

2. Uninstall "python3-catkin_lint.noarch" package

Here is a brief guide to show you how to uninstall python3-catkin_lint.noarch on CentOS Stream 8:

$ sudo dnf remove python3-catkin_lint.noarch $ sudo dnf autoremove

3. Information about the python3-catkin_lint.noarch package on CentOS Stream 8

Last metadata expiration check: 1:24:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-catkin_lint
Version : 1.6.22
Release : 1.el8
Architecture : noarch
Size : 107 k
Source : python-catkin_lint-1.6.22-1.el8.src.rpm
Repository : epel
Summary : Check catkin packages for common errors
URL : https://pypi.python.org/pypi/catkin_lint
License : BSD
Description : catkin_lint checks package configurations for the catkin build system of ROS.
: It runs a static analysis of the package.xml and CMakeLists.txt files in your
: package, and it will detect and report a number of common problems.