How to Install and Uninstall tup Package on Kali Linux

Last updated: May 21,2024

1. Install "tup" package

In this section, we are going to explain the necessary steps to install tup on Kali Linux

$ sudo apt update $ sudo apt install tup

2. Uninstall "tup" package

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

$ sudo apt remove tup $ sudo apt autoclean && sudo apt autoremove

3. Information about the tup package on Kali Linux

Package: tup
Version: 0.7.11-4
Installed-Size: 657
Maintainer: Debian QA Group
Architecture: amd64
Depends: fuse, procps, libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libpcre2-8-0 (>= 10.22), libsqlite3-0 (>= 3.5.9)
Size: 262576
SHA256: 0656d9b0e97afc67f761f2849e597bd3f256a30dea0ca16eb5cfcc8440d31253
SHA1: df8ea0dc46b7a230884b12f673ac9890d3a84abb
MD5sum: 37c92ac68b450388170a1b1b1e4daf6c
Description: fast build system
Tup is a file-based build system for Linux, OSX, and Windows. It
takes as input a list of file changes and a directed acyclic graph
(DAG). It then processes the DAG to execute the appropriate commands
required to update dependent files. Updates are performed with very
little overhead since tup implements powerful build algorithms to
avoid doing unnecessary work. This means you can stay focused on your
project rather than on your build system.
Description-md5:
Homepage: http://gittup.org/tup
Section: devel
Priority: optional
Filename: pool/main/t/tup/tup_0.7.11-4_amd64.deb