How to Install and Uninstall quilt Package on Kali Linux

Last updated: May 23,2024

1. Install "quilt" package

Here is a brief guide to show you how to install quilt on Kali Linux

$ sudo apt update $ sudo apt install quilt

2. Uninstall "quilt" package

Please follow the step by step instructions below to uninstall quilt on Kali Linux:

$ sudo apt remove quilt $ sudo apt autoclean && sudo apt autoremove

3. Information about the quilt package on Kali Linux

Package: quilt
Version: 0.67+really0.67-4
Installed-Size: 871
Maintainer: Martin Quinson
Architecture: all
Depends: bsdextrautils | bsdmainutils, bzip2, diffstat, ed, gettext, patch, sensible-utils, perl:any
Recommends: less
Suggests: default-mta | mail-transport-agent, graphviz, procmail
Enhances: cdbs, debhelper
Size: 434380
SHA256: d52f02dbafe5c90b9930cd5c84f9ca59601e9b223c6b97b8d0825a80bdb85b60
SHA1: 869ffb9ca169d57e84f608a32987c7f2f91f5c76
MD5sum: 484c6105e94d9417201281f02afe6e9a
Description: Tool to work with series of patches
Quilt manages a series of patches by keeping track of the changes
each of them makes. They are logically organized as a stack, and you can
apply, un-apply, refresh them easily by traveling into the stack (push/pop).
.
Quilt is good for managing additional patches applied to a package received
as a tarball or maintained in another version control system. The stacked
organization is proven to be efficient for the management of very large patch
sets (more than hundred patches). As matter of fact, it was designed by and
for Linux kernel hackers (Andrew Morton, from the -mm branch, is the
original author), and its main use by the current upstream maintainer is to
manage the (hundreds of) patches against the kernel made for the SUSE
distribution.
.
This package provides seamless integration into Debhelper or CDBS,
allowing maintainers to easily add a quilt-based patch management system in
their packages. The package also provides some basic support for those not
using those tools. See README.Debian for more information.
Description-md5:
Multi-Arch: foreign
Homepage: https://savannah.nongnu.org/projects/quilt
Tag: devel::buildtools, devel::rcs, implemented-in::shell,
interface::commandline, role::program, scope::utility,
works-with-format::diff, works-with::software:source
Section: vcs
Priority: optional
Filename: pool/main/q/quilt/quilt_0.67+really0.67-4_all.deb