How to Install and Uninstall python-jenkinsapi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python-jenkinsapi" package

This is a short guide on how to install python-jenkinsapi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jenkinsapi

2. Uninstall "python-jenkinsapi" package

Here is a brief guide to show you how to uninstall python-jenkinsapi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-jenkinsapi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-jenkinsapi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-jenkinsapi
Priority: optional
Section: universe/python
Installed-Size: 194
Maintainer: Ubuntu Developers
Original-Maintainer: Al Stone
Architecture: all
Version: 0.2.29-1
Provides: python2.7-jenkinsapi
Depends: python-lxml, python-bs4, python-pkg-resources, python (>= 2.7), python (<< 2.8), python-requests, python-tz
Filename: pool/universe/p/python-jenkinsapi/python-jenkinsapi_0.2.29-1_all.deb
Size: 37800
MD5sum: da2156ba39e46c3af64b351a0f7381fc
SHA1: b7a7f1ce11c21447084cc61221c9bc890685b5cf
SHA256: 755b6c44ccc52f4796778a1097c833978d6d51b72fbd791b4a4f1fcd0031bf6b
Description-en: bindings for Python usage of the Jenkins remote API
Jenkins is the market leading continuous integration system, originally
created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use
by providing an easy to use conventional Python interface.
.
Jenkins (and its predecessor Hudson) are useful projects for automating
common development tasks (e.g., unit-testing, production batches) - but
they are somewhat Java-centric. Thankfully the designers have provided
an excellent and complete REST interface. This library wraps up that
interface as more conventional Python objects in order to make most
Jenkins-oriented tasks simpler.
Description-md5: ca8ada3827a339bf9b131dd4732d148b
Homepage: http://pypi.python.org/pypi/jenkinsapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu