How to Install and Uninstall gitpkg Package on Kali Linux

Last updated: May 14,2024

1. Install "gitpkg" package

Learn how to install gitpkg on Kali Linux

$ sudo apt update $ sudo apt install gitpkg

2. Uninstall "gitpkg" package

This guide let you learn how to uninstall gitpkg on Kali Linux:

$ sudo apt remove gitpkg $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitpkg package on Kali Linux

Package: gitpkg
Version: 0.31
Installed-Size: 139
Maintainer: Ron Lee
Architecture: all
Depends: git (>= 1:1.7.0), dpkg-dev
Suggests: devscripts
Size: 51396
SHA256: 3e17d25418646db08a62beef176d469499bc3e570568e8c10fad35a052527dca
SHA1: c80862e47de3ece92422d3036cd80fe8231007ce
MD5sum: 7fd6f84307c14c2aec4326bce9b7b19d
Description: tools for maintaining Debian packages with git
This package provides tools and automation to assist with maintaining Debian
packages in git.
.
gitpkg - creates a source package from specified repository versions.
git-debimport - creates a git repository from a set of existing packages.
.
No particular repository layout is required for gitpkg to export source from
it, existing repositories should require no modification. If there is a valid
Debian source tree in there then gitpkg can export a package from any revision
of it for you. In the Grand Old Manner these tools are intended to simplify
specific parts of your existing packaging process and integrate smoothly with
it, not to replace that with its own singular constraints on how you may work.
Since not every packaging style suits every package, gitpkg aims to be able to
work equally well with all of them by sticking to just its part of the job and
staying out of your way entirely until that job needs to be done. Hook points
are provided for performing additional package and user specific operations as
you may desire or require at export time.
Description-md5:
Tag: devel::packaging, devel::rcs, implemented-in::shell,
interface::commandline, role::program, scope::utility
Section: vcs
Priority: optional
Filename: pool/main/g/gitpkg/gitpkg_0.31_all.deb