How to Install and Uninstall scour Package on Kali Linux

Last updated: May 07,2024

1. Install "scour" package

Please follow the guidance below to install scour on Kali Linux

$ sudo apt update $ sudo apt install scour

2. Uninstall "scour" package

Please follow the guidance below to uninstall scour on Kali Linux:

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

3. Information about the scour package on Kali Linux

Package: scour
Version: 0.38.2-4.1
Installed-Size: 37
Maintainer: Martin Pitt
Architecture: all
Provides: dh-sequence-scour
Depends: python3:any, python3-scour
Suggests: gir1.2-rsvg-2.0 (>= 2.46), python3-gi-cairo
Size: 17216
SHA256: 0666d3d84c877f7e871a64696c53b61ec9c54edd47dbdd95388be2fc6f93ef1c
SHA1: e9dbbea3e7380527c15e25f2200ba0b8e4a9c013
MD5sum: 2c5e0158cc554e86286a0def9b9375d5
Description: SVG scrubber and optimizer (CLI and debhelper)
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.
.
This package provides the "scour" command line utility and a dh_scour
debhelper extension which optimizes all shipped SVGs during package build. If
gir1.2-rsvg-2.0 and python3-gi-cairo are available, it will also do a
before/after comparison and discard the optimized image if they differ by more
than 0.05%.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/codedread/scour
Section: python
Priority: optional
Filename: pool/main/s/scour/scour_0.38.2-4.1_all.deb