How to Install and Uninstall python3-catkin_lint.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-catkin_lint.noarch" package

Please follow the guidance below to install python3-catkin_lint.noarch on AlmaLinux 9

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

2. Uninstall "python3-catkin_lint.noarch" package

This guide covers the steps necessary to uninstall python3-catkin_lint.noarch on AlmaLinux 9:

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

3. Information about the python3-catkin_lint.noarch package on AlmaLinux 9

Last metadata expiration check: 0:03:55 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-catkin_lint
Version : 1.6.22
Release : 1.el9
Architecture : noarch
Size : 99 k
Source : python-catkin_lint-1.6.22-1.el9.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.