How to Install and Uninstall libnanosvg-dev Package on Kali Linux

Last updated: June 16,2024

1. Install "libnanosvg-dev" package

Please follow the instructions below to install libnanosvg-dev on Kali Linux

$ sudo apt update $ sudo apt install libnanosvg-dev

2. Uninstall "libnanosvg-dev" package

This tutorial shows how to uninstall libnanosvg-dev on Kali Linux:

$ sudo apt remove libnanosvg-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnanosvg-dev package on Kali Linux

Package: libnanosvg-dev
Source: nanosvg
Version: 0.0~git20231229.93ce879-1
Installed-Size: 570
Maintainer: Chow Loong Jin
Architecture: amd64
Size: 312000
SHA256: 42219ac068cc2894cc1f5a037f04ff57ce032ab846344dabbcb8cf217ef35848
SHA1: 85d369bdb30d848d9d078d894dceaf1cd699a603
MD5sum: bbbbccaa5347fb4b960c78acfa34f9d2
Description: simple svg parsing library -- development files
NanoSVG is a simple stupid single-header-file SVG parse. The output of
the parser is a list of cubic bezier shapes.
.
The library suits well for anything from rendering scalable icons in
your editor application to prototyping a game.
.
NanoSVG supports a wide range of SVG features, but something may be
missing, feel free to create a pull request!
.
The shapes in the SVG images are transformed by the viewBox and
converted to specified units. That is, you should get the same looking
data as your designed in your favorite app.
.
NanoSVG can return the paths in few different units. For example if you
want to render an image, you may choose to get the paths in pixels, or
if you are feeding the data into a CNC-cutter, you may want to use
millimeters.
.
The units passed to NanoSVG should be one of: 'px', 'pt', 'pc' 'mm',
'cm', or 'in'. DPI (dots-per-inch) controls how the unit conversion is
done.
.
If you don't know or care about the units stuff, "px" and 96 should get
you going.
.
This package contains header files, other development files, and a static
library required to compile programs against this library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/memononen/nanosvg
Section: libdevel
Priority: optional
Filename: pool/main/n/nanosvg/libnanosvg-dev_0.0~git20231229.93ce879-1_amd64.deb