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

Last updated: September 20,2024

1. Install "python-redmine" package

Please follow the step by step instructions below to install python-redmine on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-redmine

2. Uninstall "python-redmine" package

In this section, we are going to explain the necessary steps to uninstall python-redmine on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-redmine
Priority: optional
Section: universe/python
Installed-Size: 118
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Version: 1.4.0-1
Provides: python2.7-redmine
Depends: python-requests, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-redmine/python-redmine_1.4.0-1_all.deb
Size: 20032
MD5sum: a5c311d99f1da7eb63f65f2ee1cb1adc
SHA1: cdc728cd15f92dd1bd458b74ec36d77cf260e9c6
SHA256: 368feb38c09ede475fe24211d14a9f13aeb1c054443cd79f7e99a073ff9e4356
Description-en: Python library for the Redmine RESTful API (Python 2)
Python Redmine is a library for communicating with a Redmine project
management application. Redmine exposes some of it's data via RESTful
(Representational State Transfer) application programming interface (API) for
which Python Redmine provides a simple but powerful Pythonic API inspired by
a well-known Django object-relational mapping (ORM).
.
This is the Python 2 version of the package.
Description-md5: fd6bee2b30ba1b2e646208209deef696
Homepage: https://github.com/maxtepkeev/python-redmine
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu