How to Install and Uninstall git-sizer Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 29,2024

1. Install "git-sizer" package

Learn how to install git-sizer on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install git-sizer

2. Uninstall "git-sizer" package

Please follow the steps below to uninstall git-sizer on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the git-sizer package on Ubuntu 21.04 (Hirsute Hippo)

Package: git-sizer
Architecture: amd64
Version: 1.3.0+dfsg-1build2
Built-Using: golang-1.15 (= 1.15.4-1ubuntu1), golang-github-spf13-pflag (= 1.0.5-2)
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2431
Depends: libc6 (>= 2.32)
Filename: pool/universe/g/git-sizer/git-sizer_1.3.0+dfsg-1build2_amd64.deb
Size: 808228
MD5sum: 41f8b7fe3359a67e062273a68cc0fe56
SHA1: e620f019c754f60bf9d0a5beb08cdec4c63319d3
SHA256: 65bb20ff44e85622bd530e7148e83da4f4467fdeaf7b929857870b82611cc9c0
SHA512: 371092a67c372d01624c8792ad6414b461fd5c0139e57574b9b67edefad269e434abc652ee138f7ff0aac17d145bc1eda8e669b872b46806ee50c8b13b6191e1
Homepage: https://github.com/github/git-sizer
Description-en: compute various size metrics for a Git repository
git-sizer computes various size metrics for a Git repository, flagging
those that might cause problems or inconvenience. For example:
.
• Is the repository too big overall?
• Does the repository have too many references (branches and/or tags)?
• Does the repository include too many objects?
• Does the repository include gigantic blobs (files)?
• Does the repository include many slightly different large text files?
• Does the repository include gigantic trees (directories)?
• Does the repository have many identical files?
• Does the repository include absurdly long path names?
• Are there other bizarre and questionable things in the repository?
• Annotated tags pointing at one another in long chains?
• Octopus merges with dozens of parents?
• Commits with gigantic log messages?
.
git-sizer can help to reveal the problems described above.
Description-md5: 1c0c146611840d2203c9babedf76a4b1