How To Install libcoyotl-3.1-4v5 on Debian 9

In this tutorial we learn how to install libcoyotl-3.1-4v5 on Debian 9. libcoyotl-3.1-4v5 is portable C++ classes used by acovea

Introduction

In this tutorial we learn how to install libcoyotl-3.1-4v5 on Debian 9.

What is libcoyotl-3.1-4v5

libcoyotl-3.1-4v5 is:

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.

There are three methods to install libcoyotl-3.1-4v5 on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libcoyotl-3.1-4v5 Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libcoyotl-3.1-4v5 using apt-get by running the following command:

sudo apt-get -y install libcoyotl-3.1-4v5

Install libcoyotl-3.1-4v5 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libcoyotl-3.1-4v5 using apt by running the following command:

sudo apt -y install libcoyotl-3.1-4v5

Install libcoyotl-3.1-4v5 Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libcoyotl-3.1-4v5 using aptitude by running the following command:

sudo aptitude -y install libcoyotl-3.1-4v5

How To Uninstall libcoyotl-3.1-4v5 on Debian 9

To uninstall only the libcoyotl-3.1-4v5 package we can use the following command:

sudo apt-get remove libcoyotl-3.1-4v5

Uninstall libcoyotl-3.1-4v5 And Its Dependencies

To uninstall libcoyotl-3.1-4v5 and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove libcoyotl-3.1-4v5

Remove libcoyotl-3.1-4v5 Configurations and Data

To remove libcoyotl-3.1-4v5 configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge libcoyotl-3.1-4v5

Remove libcoyotl-3.1-4v5 configuration, data, and all of its dependencies

We can use the following command to remove libcoyotl-3.1-4v5 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libcoyotl-3.1-4v5

Dependencies

libcoyotl-3.1-4v5 have the following dependencies:

References

Summary

In this tutorial we learn how to install libcoyotl-3.1-4v5 package on Debian 9 using different package management tools: apt, apt-get and aptitude.