How to Install and Uninstall python3-scour Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-scour" package

Learn how to install python3-scour on Kali Linux

$ sudo apt update $ sudo apt install python3-scour

2. Uninstall "python3-scour" package

This guide let you learn how to uninstall python3-scour on Kali Linux:

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

3. Information about the python3-scour package on Kali Linux

Package: python3-scour
Source: scour
Version: 0.38.2-4.1
Installed-Size: 231
Maintainer: Martin Pitt
Architecture: all
Depends: python3:any, python3-pkg-resources
Size: 55660
SHA256: ed50b2a1bcb50e9be2430ef3a258ac50dddfc6774b580ac6ffc63029bf5e1ecd
SHA1: c8e2364bdc25623a4e97d8a739a9aa2052507d3e
MD5sum: 86a38eebe5acc7d996a0942c74df21d5
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/codedread/scour
Section: python
Priority: optional
Filename: pool/main/s/scour/python3-scour_0.38.2-4.1_all.deb