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

Last updated: May 17,2024

1. Install "libnop-dev" package

This tutorial shows how to install libnop-dev on Kali Linux

$ sudo apt update $ sudo apt install libnop-dev

2. Uninstall "libnop-dev" package

Please follow the step by step instructions below to uninstall libnop-dev on Kali Linux:

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

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

Package: libnop-dev
Source: libnop (0.0~git20200728.45dfe0f-4)
Version: 0.0~git20200728.45dfe0f-4+b1
Installed-Size: 384
Maintainer: Debian Deep Learning Team
Architecture: amd64
Size: 50524
SHA256: f9f99c2edb7bcf95b43a5e61f8b4209add0387afe60f470bae15ff91601f7071
SHA1: edb643415f33d740bd3f45129d19d5e7cede3c3d
MD5sum: 946275f7782b74d75aa059b5bb0b848b
Description: C++ Native Object Protocols
libnop is a header-only library for serializing and deserializing C++ data
types without external code generators or runtime support libraries. The only
mandatory requirement is a compiler that supports the C++14 standard.
.
libnop has the following goals:
.
* Make simple serialization tasks easy and complex tasks tractable.
* Remove the need to use code generators and schema files to describe
data types, formats, and protocols: perform these tasks naturally
within the C++ language.
* Avoid additional runtime support requirements for serialization.
* Provide contemporary features such as bidirectional binary
compatibility, data validation, type safety, and type fungibility.
* Handle intrinsic types, common STL types and containers, and
user-defined types with a minimum of effort.
* Produce optimized code that is easy to analyze and profile.
* Avoid internal dynamic memory allocation when possible.
Description-md5:
Homepage: https://github.com/google/libnop
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libn/libnop/libnop-dev_0.0~git20200728.45dfe0f-4+b1_amd64.deb