How to Install and Uninstall git-sizer Package on Kali Linux

Last updated: May 15,2024

1. Install "git-sizer" package

Please follow the guidance below to install git-sizer on Kali Linux

$ sudo apt update $ sudo apt install git-sizer

2. Uninstall "git-sizer" package

Please follow the guidance below to uninstall git-sizer on Kali Linux:

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

3. Information about the git-sizer package on Kali Linux

Package: git-sizer
Source: git-sizer (1.5.0-3)
Version: 1.5.0-3+b4
Installed-Size: 2565
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 919208
SHA256: 1670e5e7d7ac19fc472f3a821057e9871171cd91711b705d43931b351d2d7212
SHA1: 8ce9755fdccdff22f9424d9aafe1bc3cb1940aa2
MD5sum: d7e87c2f7492d93434864ecaaa14a2cc
Description: 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:
Homepage: https://github.com/github/git-sizer
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-cli-safeexec (= 1.0.1-1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-golang-x-sync (= 0.3.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-testify (= 1.8.4-1)
Section: devel
Priority: optional
Filename: pool/main/g/git-sizer/git-sizer_1.5.0-3+b4_amd64.deb