How to Install and Uninstall git-flow Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "git-flow" package

This is a short guide on how to install git-flow on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install git-flow

2. Uninstall "git-flow" package

Please follow the step by step instructions below to uninstall git-flow on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove git-flow $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-flow package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: git-flow
Priority: extra
Section: universe/vcs
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Version: 1.9.1-1
Depends: git | git-core
Filename: pool/universe/g/git-flow/git-flow_1.9.1-1_all.deb
Size: 37392
MD5sum: 3ba727eeba69a5acf88a4cc67a440199
SHA1: cebc11ae8ed5c6a37bbabea87cf17eab88ce66c3
SHA256: 9235080f38cf5cc2f13b00948feb2e934df8ac58bc713d303bc31e8548c4bd40
Description-en: Git extension to provide a high-level branching model
A set of scripts that provide high-level repository operations for
managing feature/release/hotfix branches in a Git repository,
particularly suited to be utilised to follow Vincent Driessen's
branching model, described at
.
.
This package follows the AVH edition.
Description-md5: 097da5bb6863d7799b3bdc31f2925d2c
Homepage: https://github.com/petervanderdoes/gitflow/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu