How to Install and Uninstall libnoise-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libnoise-dev" package

Please follow the step by step instructions below to install libnoise-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnoise-dev

2. Uninstall "libnoise-dev" package

This guide covers the steps necessary to uninstall libnoise-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libnoise-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnoise-dev
Priority: optional
Section: universe/devel
Installed-Size: 2467
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Di Gregorio
Architecture: amd64
Source: libnoise
Version: 1.0.0+repack-0+nmu1.1
Depends: libnoise0 (= 1.0.0+repack-0+nmu1.1)
Filename: pool/universe/libn/libnoise/libnoise-dev_1.0.0+repack-0+nmu1.1_amd64.deb
Size: 623778
MD5sum: 8090927a5cb05635fcb6fac1fe95a49c
SHA1: 9553f3ed1a06f85342d26f5dba9c5709fc4c6e2e
SHA256: 959c15bd88da3f2a628d379d71efecd295ddf5f30da7352749e4aca08cb98ba3
Description-en: Portable, coherent noise-generating library for C++
libnoise is a portable C++ library that is used to generate coherent noise,
a type of smoothly-changing noise. libnoise can generate Perlin noise,
ridged multifractal noise, and other types of coherent-noise. Coherent noise
is often used by graphics programmers to generate natural-looking textures,
planetary terrain, and other things.
.
This package contains the headers and static libraries needed to build
programs using libnoise.
Description-md5: 828666310d2f8c620404f88966bb65c0
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu