How to Install and Uninstall python3-scour Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-scour" package

This guide let you learn how to install python3-scour on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-scour

2. Uninstall "python3-scour" package

This guide let you learn how to uninstall python3-scour on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-scour package on Ubuntu 21.10 (Impish Indri)

Package: python3-scour
Architecture: all
Version: 0.38.2-1
Priority: optional
Section: universe/python
Source: scour
Origin: Ubuntu
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 225
Depends: python3-six (>= 1.9.0), python3:any, python3-pkg-resources
Filename: pool/universe/s/scour/python3-scour_0.38.2-1_all.deb
Size: 48156
MD5sum: 054707f5be1f3a0913450132718dacf7
SHA1: 69632efa1a4e28336cc955793758870f2e2db141
SHA256: a6fb779ee585c28a342bdc6f90605f7c608b7fd1b7adaf12d2ef0054d0b176b3
SHA512: fc8bcb1d3719f2a00c620974589d4a4b9e12a3aa13813bdb1012db9bcd35e1502232f56fa09d980a332f0dd1b8926f3cfe658e7f6a9cbce4aa9dafb99dee2d2e
Homepage: https://github.com/codedread/scour
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 discernible 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: 29daec8096ef391a7a0ff8185a298699
Task: ubuntustudio-video, ubuntustudio-graphics