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

Last updated: May 03,2024

1. Install "libquadrule-dev" package

This is a short guide on how to install libquadrule-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libquadrule-dev

2. Uninstall "libquadrule-dev" package

This tutorial shows how to uninstall libquadrule-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libquadrule-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 927
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: quadrule
Version: 0~20121001-2
Depends: libquadrule1 (= 0~20121001-2)
Filename: pool/universe/q/quadrule/libquadrule-dev_0~20121001-2_amd64.deb
Size: 232104
MD5sum: 225f31340b9e75da7a901a7f72d43560
SHA1: bde8fbceed7e5989878db1f6e9d27ed393c1bf0f
SHA256: d6c3ee3e60f3e3fdf27346c60bcf529147fa15da3ca73fa0e32335461bd18c88
Description-en: Development files for quadrule
QUADRULE is a C library which sets up a variety of quadrature rules, used to
approximate the integral of a function over various domains.
.
QUADRULE returns the abscissas and weights for a variety of one dimensional
quadrature rules for approximating the integral of a function. The best rule is
generally Gauss-Legendre quadrature, but other rules offer special features,
including the ability to handle certain weight functions, to approximate an
integral on an infinite integration region, or to estimate the approximation
error.
.
This package provides everything needed for compiling C programs that call
quadrule functions.
Description-md5: 1d7f17af0e2073cb44b2af43781f945c
Multi-Arch: foreign
Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu