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

Last updated: May 10,2024

1. Install "libcpl-dev" package

Please follow the steps below to install libcpl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcpl-dev

2. Uninstall "libcpl-dev" package

Please follow the step by step instructions below to uninstall libcpl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcpl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 3184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Astronomy Maintainers
Architecture: amd64
Source: cpl
Version: 6.6.1-1build1
Depends: libcext-dev, libcfitsio-dev (>= 3.310) | libcfitsio3-dev (>= 3.310), libcplcore20 (= 6.6.1-1build1), libcpldfs20 (= 6.6.1-1build1), libcpldrs20 (= 6.6.1-1build1), libcplui20 (= 6.6.1-1build1), wcslib-dev
Suggests: libcpl-doc
Filename: pool/universe/c/cpl/libcpl-dev_6.6.1-1build1_amd64.deb
Size: 579398
MD5sum: 86c6b5b9fe1ec47ba5d2b28204f42521
SHA1: 23974c6cccc1a1345063ab8d622f8bd68c2ef514
SHA256: b8dbd4b44ceb57a7cbe624ec96b1a525170ef22ce67057d7273fe07ff56b24a9
Description-en: ESO library for automated astronomical data-reduction
The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that
provide a comprehensive, efficient and robust software toolkit. It forms a
basis for the creation of automated astronomical data-reduction tasks (known
as "pipelines").
.
The CPL was developed to standardise the way instrument pipelines
are built, to shorten their development cycle and to ease their
maintenance. However, it may be more generally applied to any similar
application, and the details of the CPL code have been engineered in
a way to make the library portable and flexible, as well as
minimising external dependencies.
.
The CPL provides a host of functionality, presented in a clear,
generic and uniform manner. Among its many features, the CPL offers:
.
* many useful low-level data types (images, tables, matrices, strings,
property lists, ...),
* many fundamental statistic, arithmetic and conversion operations for
these data types.
* medium-level data access methods (e.g. a data abstraction layer for
FITS files),
* data table organisation and manipulation,
* keyword/value handling and management,
* a standardised application interface for pipeline recipes, and,
* support for dynamic loading of recipe modules.
.
Despite the current bias towards instrument pipeline development, the
library also provides a variety of general-purpose image- and
signal-processing functions, making it an excellent framework for the
creation of more generic data-handling packages.
.
This package contains the static library and the C header files.
Description-md5: 231da2850196f5814401fe70a32cc870
Homepage: http://www.eso.org/sci/software/cpl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu