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

Last updated: May 19,2024

1. Install "libnest2d-dev" package

This guide covers the steps necessary to install libnest2d-dev on Kali Linux

$ sudo apt update $ sudo apt install libnest2d-dev

2. Uninstall "libnest2d-dev" package

This guide covers the steps necessary to uninstall libnest2d-dev on Kali Linux:

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

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

Package: libnest2d-dev
Source: libnest2d
Version: 5.0.0-3
Installed-Size: 315
Maintainer: Debian 3-D Printing Packages <[email protected]>
Architecture: amd64
Size: 61580
SHA256: 6974400abdb86e063a0f61304c40132cb51fe2644314798119ad30363c43dfec
SHA1: 633611c0c3b69e7cdd7b7165c3892aa7b4814bd1
MD5sum: bf96beaf709e24604a05eeb77b539396
Description: 2D irregular bin packaging and nesting C++ header-only library
Libnest2D is a library and framework for the 2D bin packaging problem.
Inspired from the SVGNest Javascript library the project is built from scratch
in C++11. The library is written with a policy that it should be usable out of
the box with a very simple interface but has to be customizable to the very
core as well. The algorithms are defined in a header only fashion with
templated geometry types. These geometries can have custom or already existing
implementation to avoid copying or having unnecessary dependencies.
.
A default backend is provided if the user of the library just wants to use it
out of the box without additional integration. This backend is reasonably fast
and robust, being built on top of boost geometry and the polyclipping library.
Usage of this default backend implies the dependency on these packages but its
header only as well.
Description-md5:
Homepage: https://github.com/Ultimaker/libnest2d
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libn/libnest2d/libnest2d-dev_5.0.0-3_amd64.deb