How to Install and Uninstall gitpkg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "gitpkg" package

This guide let you learn how to install gitpkg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gitpkg

2. Uninstall "gitpkg" package

Here is a brief guide to show you how to uninstall gitpkg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the gitpkg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gitpkg
Priority: optional
Section: universe/devel
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Ron Lee
Architecture: all
Version: 0.27
Depends: git (>= 1:1.7.0), dpkg-dev
Suggests: devscripts
Filename: pool/universe/g/gitpkg/gitpkg_0.27_all.deb
Size: 39304
MD5sum: 91ab055af629874f7c9249ee0c7079c4
SHA1: 4b33dad0b8a79a50941f08a1325ac354b25a70ee
SHA256: 6218c3a1f1ff442bc809d3bd10034c59d06c655e052e8fce2be919413426d77b
Description-en: 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: 57ae8c97d20a1a87539651805ecee9aa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu