How to Install and Uninstall potrace Package on Kali Linux

Last updated: May 14,2024

1. Install "potrace" package

This tutorial shows how to install potrace on Kali Linux

$ sudo apt update $ sudo apt install potrace

2. Uninstall "potrace" package

In this section, we are going to explain the necessary steps to uninstall potrace on Kali Linux:

$ sudo apt remove potrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the potrace package on Kali Linux

Package: potrace
Source: potrace (1.16-2)
Version: 1.16-2+b1
Installed-Size: 206
Maintainer: Bartosz Fenski
Architecture: amd64
Depends: libc6 (>= 2.34), libpotrace0 (>= 1.16-2+b1), zlib1g (>= 1:1.1.4)
Suggests: netpbm
Size: 85004
SHA256: 269176221aeed9de8cac4528c4097cd1adf813a6518a985b32709d558aa7709d
SHA1: befbb83a8b9a47cdc60284901545a6f9a44ffae7
MD5sum: fe57e06babcfcadb84c1efc6b7d6000a
Description: utility to transform bitmaps into vector graphics
potrace is a utility for tracing a bitmap, which means, transforming
a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM,
PPM, or BMP format), and the default output is an encapsulated PostScript
file (EPS). A typical use is to create EPS files from scanned data, such as
company or university logos, handwritten notes, etc. The resulting image is
not "jaggy" like a bitmap, but smooth. It can then be rendered at any
resolution.
.
Potrace can currently produce the following output formats: EPS,
PostScript, PDF, SVG (scalable vector graphics), DXF, GeoJSON, PGM
(for easy antialiasing of pixel-based images), Gimppath, and
XFig. Additional backends might be added in the future.
Description-md5:
Homepage: http://potrace.sourceforge.net/
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::converting, works-with::image,
works-with::image:raster, works-with::image:vector
Section: graphics
Priority: optional
Filename: pool/main/p/potrace/potrace_1.16-2+b1_amd64.deb