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

Last updated: May 17,2024

1. Install "libcudf-dev" package

This tutorial shows how to install libcudf-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcudf-dev

2. Uninstall "libcudf-dev" package

Please follow the guidance below to uninstall libcudf-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcudf-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 824
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: cudf
Version: 0.7-2build3
Depends: libc6-dev, libglib2.0-dev, libncurses5-dev
Filename: pool/universe/c/cudf/libcudf-dev_0.7-2build3_amd64.deb
Size: 137880
MD5sum: 37bb0a9be35407c691bc50977060124b
SHA1: 5ac5fe3ea418ca38dab185439793c4dacf7bf852
SHA256: 88a39d1b956a9c0a0ca063e4258ea4e651c1871d77d6a39f8eb8bb83c8e37218
Description-en: C library to access descriptions of package upgrade problems
libCUDF is a library to manipulate so called CUDF documents. A CUDF
document describe an upgrade problem, as faced by package managers in
popular package-based GNU/Linux distributions.
.
A CUDF document consists of a package universe and of a user request.
The package universe describes all packages known to the package
manager, a subset of which (the package status) denotes the package
being currently installed on the target machine. The user request
denotes a change to the package status as requested by the user.
.
A CUDF document is naturally complemented by a solution describing
the resulting package status (if any) implementing the user request,
as found by a package manager.
.
libCUDF enables manipulation of CUDF and related documents.
.
This package contains a C static library binding the OCaml
implementation of libCUDF so that it can be used from the C
programming language.
Description-md5: 274bfd4968597872fd1650f560b235e1
Homepage: http://www.mancoosi.org/cudf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu