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

Last updated: May 07,2024

1. Install "git-annex" package

This guide let you learn how to install git-annex on Kali Linux

$ sudo apt update $ sudo apt install git-annex

2. Uninstall "git-annex" package

Please follow the instructions below to uninstall git-annex on Kali Linux:

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

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

Package: git-annex
Version: 10.20240129-1
Installed-Size: 93557
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libmagic1 (>= 5.12), libsqlite3-0 (>= 3.7.3), libyaml-0-2, zlib1g (>= 1:1.1.4), git (>= 1:2.22), netbase, rsync, curl, openssh-client (>= 1:5.6p1)
Recommends: lsof, gnupg, bind9-host, git-remote-gcrypt (>= 0.20130908-6), nocache, aria2
Suggests: xdot, bup, adb, tor, magic-wormhole, tahoe-lafs, libnss-mdns, uftp, yt-dlp
Breaks: datalad (<< 0.12.3~)
Size: 16009000
SHA256: 78aa1f2a83b6f0ed2ad8c892c6e2367d87522e973866127768cec3703f812552
SHA1: 7213ae540c59de03f95c0a5bece8d509b9f24c7b
MD5sum: 7f002415c98d442f09a4cd05d7bce9dd
Description: manage files with git, without checking their contents into git
git-annex allows managing large files with git, without storing the file
contents in git. It can sync, backup, and archive your data, offline
and online. Checksums and encryption keep your data safe and secure. Bring
the power and distributed nature of git to bear on your large files with
git-annex.
.
It can store large files in many places, from local hard drives, to a
large number of cloud storage services, including S3, WebDAV,
and rsync, with dozens of cloud storage providers usable via plugins.
Files can be stored encrypted with gpg, so that the cloud storage
provider cannot see your data. git-annex keeps track of where each file
is stored, so it knows how many copies are available, and has many
facilities to ensure your data is preserved.
.
git-annex can also be used to keep a folder in sync between computers,
noticing when files are changed, and automatically committing them
to git and transferring them to other computers. The git-annex webapp
makes it easy to set up and use git-annex this way.
Description-md5:
Homepage: http://git-annex.branchable.com/
Tag: devel::rcs, implemented-in::haskell, role::program, works-with::file
Section: utils
Priority: optional
Filename: pool/main/g/git-annex/git-annex_10.20240129-1_amd64.deb