How to Install and Uninstall libnop-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libnop-dev" package

Learn how to install libnop-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libnop-dev

2. Uninstall "libnop-dev" package

Please follow the guidelines below to uninstall libnop-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libnop-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libnop-dev
Architecture: amd64
Version: 0.0~git20200728.45dfe0f-3
Priority: optional
Section: universe/libdevel
Source: libnop
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Deep Learning Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 383
Filename: pool/universe/libn/libnop/libnop-dev_0.0~git20200728.45dfe0f-3_amd64.deb
Size: 50172
MD5sum: 650044ae487221848a0cb5c7449501f3
SHA1: 5e7f051566f97aaaa61997a31b75aac7551a056a
SHA256: 69bc7df07e35850c5c6ecfa42ec0c0de6b0599ccfd288719947a2e3bc73b82bc
SHA512: b0255cacdfba95b743ad8baf07d301403a708f833df9e44c899c4c861f7a41b626c5f8a24d0562f2834b8649f267473c166578d9dd9bde5ab2d4636aea9e029b
Homepage: https://github.com/google/libnop
Description-en: 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: 7d5291013b15ab95733904ff46054849