In this article we are going to learn the commands and steps to install libcudf-dev package on Ubuntu 20.04 (Focal Fossa).
Ads
Quick installation of libcudf-dev Architecture: amd64 Version: 0.7-5build3:
Step 1: Update system:
sudo apt-get update
Step 2: Install: libcudf-dev Architecture: amd64 Version: 0.7-5build3
Ater updaing the OS run following command to install the packae:
sudo apt-get install libcudf-dev Architecture: amd64 Version: 0.7-5build3
Package Details | |
Package: | libcudf-dev Architecture: amd64 Version: 0.7-5build3 |
Version: | 0.7-5build3 |
Maintainer: | Ubuntu Developers |
Home page: | http://www.mancoosi.org/cudf/ |
Description: | 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. |
Distro: | Ubuntu 20.04 LTS |
Release: | |
Repo/Section: | universe/libdevel |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 20.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If libcudf-dev Architecture: amd64 Version: 0.7-5build3 is not installed on your compter then the command 'dpkg -L libcudf-dev Architecture: amd64 Version: 0.7-5build3' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L libcudf-dev [1mdpkg-query:[0m package 'libcudf-dev' is not installed Use dpkg --contents (= dpkg-deb --contents) to list archive files contents. deepak@deepak-VirtualBox:~$
Installing libcudf-dev Architecture: amd64 Version: 0.7-5build3:
After system update use the following command to install libcudf-dev Architecture: amd64 Version: 0.7-5build3:
sudo apt-get install libcudf-dev Architecture: amd64 Version: 0.7-5build3
Above command will confirm before installing the package on your Ubuntu 20.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the libcudf-dev Architecture: amd64 Version: 0.7-5build3 from Ubuntu 20.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the libcudf-dev Architecture: amd64 Version: 0.7-5build3 following command is used:
sudo apt-get remove libcudf-dev Architecture: amd64 Version: 0.7-5build3
Following command is used to remove the libcudf-dev Architecture: amd64 Version: 0.7-5build3 package along with its dependencies:
sudo apt-get remove --auto-remove libcudf-dev Architecture: amd64 Version: 0.7-5build3
This will remove libcudf-dev Architecture: amd64 Version: 0.7-5build3 and all its dependent packages which is no longer needed in the system.
Completely removing libcudf-dev Architecture: amd64 Version: 0.7-5build3 with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge libcudf-dev Architecture: amd64 Version: 0.7-5build3
or you can use following command also:
sudo apt-get purge --auto-remove libcudf-dev Architecture: amd64 Version: 0.7-5build3
Above command will remove all the configuration files and data associated with libcudf-dev Architecture: amd64 Version: 0.7-5build3 package. You can can't recover the delete data, so, use this command with care.