How to Install and Uninstall python3-catkin_lint.noarch Package on Fedora 35

Last updated: July 08,2024

1. Install "python3-catkin_lint.noarch" package

Please follow the step by step instructions below to install python3-catkin_lint.noarch on Fedora 35

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

2. Uninstall "python3-catkin_lint.noarch" package

Please follow the instructions below to uninstall python3-catkin_lint.noarch on Fedora 35:

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

3. Information about the python3-catkin_lint.noarch package on Fedora 35

Last metadata expiration check: 3:13:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-catkin_lint
Version : 1.6.17
Release : 1.fc35
Architecture : noarch
Size : 100 k
Source : python-catkin_lint-1.6.17-1.fc35.src.rpm
Repository : updates
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.