How to Install and Uninstall python3-catkin_lint.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "python3-catkin_lint.noarch" package

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

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

2. Uninstall "python3-catkin_lint.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-catkin_lint.noarch on Rocky Linux 8:

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

3. Information about the python3-catkin_lint.noarch package on Rocky Linux 8

Last metadata expiration check: 1:31:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-catkin_lint
Version : 1.6.12
Release : 1.el8
Architecture : noarch
Size : 104 k
Source : python-catkin_lint-1.6.12-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.