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

Last updated: May 21,2024

1. Install "cupt" package

This tutorial shows how to install cupt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cupt

2. Uninstall "cupt" package

Please follow the steps below to uninstall cupt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cupt $ sudo apt autoclean && sudo apt autoremove

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

Package: cupt
Priority: optional
Section: universe/perl
Installed-Size: 1321
Maintainer: Ubuntu Developers
Original-Maintainer: Cupt developers
Architecture: amd64
Version: 2.9.4ubuntu1
Depends: libboost-program-options1.58.0, libc6 (>= 2.14), libcupt4-1 (>= 2.9.4ubuntu1), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2)
Suggests: sensible-utils, libreadline6
Breaks: daptup (<< 0.12.2~)
Filename: pool/universe/c/cupt/cupt_2.9.4ubuntu1_amd64.deb
Size: 334128
MD5sum: 1b67f81e506a0a0f16df161f8671f4d6
SHA1: cd8e702cd5f6189a83aa46592e619442a9ecdac6
SHA256: 7e9428c00495d0835291b02da79fd1ba451920851310a97e255b06fd3ecd1bf1
Description-en: flexible package manager -- console interface
This package provides a console interface to Cupt library, which implements
high-level package manager for Debian and derivatives. Cupt is written with
flexibility and reliability in mind and uses dpkg as the back-end.
.
Cupt uses the same APT infrastructure, e.g. index files, deb cache archive
files, configuration files. It understands some of widely used APT options.
.
Some features:
- strict full-case resolver;
- resolver reasons tracking;
- command-line and 'cupt::*' option name checker;
- case-sensitive search;
- pinning by source package name;
- pinning by package groups using shell-like patterns;
- configurable 'depends' and 'rdepends' subcommands;
- 'satisfy' subcommand;
- support of LZMA-compressed indexes;
- source versions synchronization;
- 'shell' subcommand (to get command history, search etc. working, install
the package 'libreadline6');
- integration with debdelta (to get it, install the package 'debdelta');
- system snapshots (needs packages 'dpkg-dev' and 'dpkg-repack').
.
Its interface is mostly like apt-get/aptitude console interface.
.
Cupt has built-in support for APT repositories using the file:// or copy://
URL schemas. For access to remote repositories using HTTP or FTP, install a
download method such as libcupt4-1-downloadmethod-curl.
Description-md5: e922698ea9fee95e01168411c2cbacf5
Homepage: http://wiki.debian.org/Cupt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu