How to Install and Uninstall cupt Package on Kali Linux

Last updated: May 20,2024

1. Install "cupt" package

Please follow the guidance below to install cupt on Kali Linux

$ sudo apt update $ sudo apt install cupt

2. Uninstall "cupt" package

This guide covers the steps necessary to uninstall cupt on Kali Linux:

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

3. Information about the cupt package on Kali Linux

Package: cupt
Source: cupt (2.10.4+nmu1)
Version: 2.10.4+nmu1+b2
Installed-Size: 1341
Maintainer: Eugene V. Lyubimkin
Architecture: amd64
Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcupt4-2 (>= 2.10.4+nmu1+b2), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1)
Suggests: sensible-utils, libreadline7
Size: 353316
SHA256: 0e3e9d93019427ab4e54c61d51ff770009c09a6b03d417d7d224c3e3977d4b9f
SHA1: 6f5694a77b98039d9e57bf848c0c48afdd7f3f42
MD5sum: a68c77cbb6e332f8ba5e00ac480ffeac
Description: 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 'libreadline7');
- 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-2-downloadmethod-curl.
Description-md5:
Homepage: https://wiki.debian.org/Cupt
Tag: admin::package-management, implemented-in::c++, interface::commandline,
role::program, works-with::software:package
Section: admin
Priority: optional
Filename: pool/main/c/cupt/cupt_2.10.4+nmu1+b2_amd64.deb