How to Install and Uninstall python3-jenkins.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "python3-jenkins.noarch" package

In this section, we are going to explain the necessary steps to install python3-jenkins.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-jenkins.noarch" package

Please follow the steps below to uninstall python3-jenkins.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-jenkins.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:31:52 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-jenkins
Version : 1.6.0
Release : 1.el8
Architecture : noarch
Size : 222 k
Source : python-jenkins-1.6.0-1.el8.src.rpm
Repository : epel
Summary : Python bindings for the remote Jenkins API
URL : https://python-jenkins.readthedocs.org/en/latest
License : BSD
Description : Python Jenkins is a library for the remote API of the Jenkins continuous
: integration server. It is useful for creating and managing jobs as well as
: build nodes.