How to Install and Uninstall cde Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "cde" package

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

$ sudo apt update $ sudo apt install cde

2. Uninstall "cde" package

Please follow the guidelines below to uninstall cde on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cde $ sudo apt autoclean && sudo apt autoremove

3. Information about the cde package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cde
Priority: optional
Section: universe/utils
Installed-Size: 1058
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: amd64
Version: 0.1+git9-g551e54d-1ubuntu1
Depends: libc6 (>= 2.14)
Filename: pool/universe/c/cde/cde_0.1+git9-g551e54d-1ubuntu1_amd64.deb
Size: 144598
MD5sum: 2efb93875fa238240d841bc94cc02ee9
SHA1: 80c2465b002b1ea871ce983f8aab4263c343154a
SHA256: 1bad6a0249008740ce9743a417e944c078c89fb81e50e12d2f275016754cbf39
Description-en: package everything required to execute a Linux command on another computer
CDEpack (Code, Data, and Environment packaging) is a tool that
automatically packages up everything required to execute a Linux
command on another computer without any installation or
configuration. A command can range from something as simple as a
command-line utility to a sophisticated GUI application with 3D
graphics. The only requirement is that the other computer have the
same hardware architecture (e.g., x86) and major kernel version
(e.g., 2.6.X) as yours. CDEpack allows you to easily run programs
without the dependency hell that inevitably occurs when attempting to
install software or libraries.
.
Typical use cases:
1. Quickly share prototype software
2. Try out software in non-native environments
3. Perform reproducible research
4. Instantly deploy applications to cluster or cloud computing
5. Submit executable bug reports
6. Package class programming assignments
7. Easily collaborate on coding projects
Description-md5: 888b6c2716e3ae2cbea84c0cc11dc749
Homepage: http://www.pgbovine.net/cde.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu