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

Last updated: July 01,2024

1. Install "python-pisa" package

This guide covers the steps necessary to install python-pisa on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pisa

2. Uninstall "python-pisa" package

This is a short guide on how to uninstall python-pisa on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pisa
Priority: extra
Section: universe/python
Installed-Size: 632
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pisa
Version: 3.0.32-3
Provides: python2.7-pisa
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-html5lib, python-imaging, python-pypdf, python-reportlab (>= 2.2), python-pkg-resources
Filename: pool/universe/p/pisa/python-pisa_3.0.32-3_all.deb
Size: 172946
MD5sum: d6c5ac1aa365b4a3c0cc8975ed82152d
SHA1: 1bcbb24157de1aeb67c66a80a7ce16c20d4d740b
SHA256: 6c6965b9c570a522c146d76d34069db9ff865909d587f18ddb5b5b6a09f8c090
Description-en: PDF generator using HTML and CSS (Python module)
pisa is an html2pdf converter using the ReportLab Toolkit, HTML5lib and pyPdf.
.
It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written
in pure Python so it is platform independent. The main benefit of this tool
that a user with Web skills like HTML and CSS is able to generate PDF
templates very quickly without learning new technologies. Easy integration
into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope,
Plone, Google AppEngine (GAE) etc.
Description-md5: b7253364c33c6215ea546e92e7fa4d57
Homepage: http://www.xhtml2pdf.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu