Quilt Installation On A Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS

Quilt Installation On A Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS

quilt

Tool to work with series of patches

Maintainer: Martin Quinson



Section: vcs

Install quilt

  • Debian apt-get install quilt Click to copy
  • Ubuntu apt-get install quilt Click to copy
  • Arch Linux pacman -S quilt Click to copy
  • Kali Linux apt-get install quilt Click to copy
  • Fedora dnf install quilt Click to copy
  • Raspbian apt-get install quilt Click to copy
  • macOS brew install quilt Click to copy

quilt

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.

Installation of latest quilt command is available for Debian, Ubuntu, Arch, Kali, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.