How to Install and Uninstall gitless Package on Kali Linux

Last updated: May 20,2024

1. Install "gitless" package

This guide covers the steps necessary to install gitless on Kali Linux

$ sudo apt update $ sudo apt install gitless

2. Uninstall "gitless" package

In this section, we are going to explain the necessary steps to uninstall gitless on Kali Linux:

$ sudo apt remove gitless $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitless package on Kali Linux

Package: gitless
Version: 0.8.8-4
Installed-Size: 142
Maintainer: Debian Python Team
Architecture: all
Depends: python3-clint, python3-pygit2, python3-sh (>= 1.11), python3:any, git, python3-pkg-resources
Recommends: less
Size: 31232
SHA256: f8f1b0a2ef366db2f73d0849164c13669ba82fc01c6c50fd657dd940d4938a86
SHA1: b2917ad7bb76afbd4b1a141a0ba18753bf9124ed
MD5sum: 78849c048c10510c083830a51e8eb65f
Description: version control system on top of Git
Gitless is an experimental version control system built on top of Git.
Many people complain that Git is hard to use. The Gitless authors think
the problem lies deeper than the user interface, in the concepts
underlying Git. Gitless is an experiment to see what happens if
a simple veneer is put on an app that changes the underlying concepts.
Because Gitless is implemented on top of Git (could be considered what
Git pros call a "porcelain" of Git), you can always fall back on Git.
And of course your coworkers you share a repo with need never know that
you're not a Git aficionado.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitless.com/
Section: devel
Priority: optional
Filename: pool/main/g/gitless/gitless_0.8.8-4_all.deb