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

Last updated: May 14,2024

1. Install "libcoyotl-dev" package

This guide let you learn how to install libcoyotl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcoyotl-dev

2. Uninstall "libcoyotl-dev" package

In this section, we are going to explain the necessary steps to uninstall libcoyotl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcoyotl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1268
Maintainer: Ubuntu Developers
Original-Maintainer: Al Stone
Architecture: amd64
Source: libcoyotl
Version: 3.1.0-6.2
Depends: libcoyotl-3.1-4v5 (= 3.1.0-6.2)
Filename: pool/universe/libc/libcoyotl/libcoyotl-dev_3.1.0-6.2_amd64.deb
Size: 161536
MD5sum: a127691fe4bb6b666477890e9c08fa82
SHA1: c78500ee00eaea40e283a4867223cef6b5bb0fb4
SHA256: 551fa6108e07e55c0b34bd61199baa2730bba936555c097557bad1103bb31253
Description-en: portable C++ classes used by acovea -- development files
This package provides the files needed to develop code that uses the
libcoyotl library.
.
The classes provided here do not easily fit into a single category; in
essence, these are tools that the author of the acovea package has found
useful in a variety of applications.
.
Among the algorithms included:
.
- a polymorphic collection of the best pseudorandom number generators,
including the Mersenne Twister and Marsaglia's favorites.
.
- utilities for working with real numbers, including additional functions
for trigonometry, least common multiple, greatest common denominator,
rounding, and other purposes.
.
- a simple cross-platform command-line parser.
.
- a framework for generating rectangular mazes.
.
- a template for fixed-point math based on different integer sizes and
decimal point locations.
.
- templatized sorting utilities (designed before standard C++'s use
of , but still useful).
.
- validation tools for "Design by Contract" programming.
Description-md5: 5f57f3f4c2772c913d1028fd66641ee4
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu