How to Install and Uninstall python3-cairosvg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-cairosvg" package

Please follow the guidelines below to install python3-cairosvg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cairosvg

2. Uninstall "python3-cairosvg" package

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

$ sudo apt remove python3-cairosvg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cairosvg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-cairosvg
Priority: optional
Section: universe/python
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: cairosvg
Version: 1.0.19-1
Depends: python3, python3:any (>= 3.3.2-2~), python3-cairocffi, python3-lxml
Filename: pool/universe/c/cairosvg/python3-cairosvg_1.0.19-1_all.deb
Size: 26954
MD5sum: a895a3e5195b1420fad81b38351bb785
SHA1: 116c734284935c958d9cf3459ee2fa46405d52b7
SHA256: eb50eb46b0d5bedb27fafe665da012741bf31a93737aad2947bde3769d50230d
Description-en: SVG to PDF/PS/PNG converter based on Cairo (Python3 library)
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
recommendation from the W3C. Once parsed, the result is drawn to a Cairo
surface that can be exported to various formats: PDF, PostScript, PNG and
even SVG.
.
This package contains the Python3 version of the library.
Description-md5: b68f944d0583c279b7258fca0cea0b27
Homepage: http://cairosvg.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu