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

Last updated: May 17,2024

1. Install "python3-scour" package

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

$ sudo apt update $ sudo apt install python3-scour

2. Uninstall "python3-scour" package

This tutorial shows how to uninstall python3-scour on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-scour
Priority: optional
Section: universe/python
Installed-Size: 170
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: all
Source: scour
Version: 0.32-1
Depends: python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~), python3-pkg-resources
Filename: pool/universe/s/scour/python3-scour_0.32-1_all.deb
Size: 38560
MD5sum: aedd322e6f3b9fde4c2e8a382b7150ad
SHA1: 61cef1fa260ba180baee187cfb7b2b79a784e997
SHA256: 7d875c9185cec8ebf922aebed1316752fe13d623f1f3579305e2db914fc5e082
Description-en: SVG scrubber and optimizer (Python 3 module)
Scour is a Python module that aggressively cleans SVG files, removing a lot of
unnecessary information that certain tools or authors embed into their
documents. The goal of scour is to provide an identically rendered image
(i.e. a scoured document should have no discernable visible differences from
the original file) while minimizing the file size.
.
WARNING: Scour is intended to be run on files that have been edited in Vector
Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
optimize the file, and as result, it will change the file's structure and
(possibly) its semantics. If you have hand-edited your SVG files, you will
probably not be happy with the output of Scour.
.
Never use scour to overwrite your original file!
Description-md5: 8543015d2b7d3b9f9490aa0cee5d3303
Homepage: https://github.com/codedread/scour
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu