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

Last updated: May 16,2024

1. Install "python-paver" package

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

$ sudo apt update $ sudo apt install python-paver

2. Uninstall "python-paver" package

Learn how to uninstall python-paver on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-paver
Priority: optional
Section: universe/python
Installed-Size: 725
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: all
Version: 1.2.1-1.1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-jquery
Filename: pool/universe/p/python-paver/python-paver_1.2.1-1.1_all.deb
Size: 126066
MD5sum: ebfcea783ab6c86b023fd264c7d7d457
SHA1: 438316f2787d14acf7f9b4f2c43a8695ed6e19db
SHA256: 8711c4aaa8629c1008b8f10d6cf78af1a229f24d52bd3649fbe6ac328b5f555e
Description-en: Easy build, distribution and deployment scripting in Python
Paver is a Python-based build/distribution/deployment scripting tool along
the lines of Make or Rake. What makes Paver unique is its integration with
commonly used Python libraries. Common tasks that were easy before remain
easy. More importantly, dealing with your applications specific needs and
requirements is also easy
.
It is not designed to handle the dependency tracking requirements of, for
example, a C program. It is designed to help out with all of your other
repetitive tasks (run documentation generators, moving files about,
downloading things), all with the convenience of Python's syntax and massive
library of code.
Description-md5: 929d5eef62a14ec15e022e36cb5b860d
Homepage: http://paver.github.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu