How to Install and Uninstall autojump Package on Kali Linux

Last updated: July 07,2024

1. Install "autojump" package

In this section, we are going to explain the necessary steps to install autojump on Kali Linux

$ sudo apt update $ sudo apt install autojump

2. Uninstall "autojump" package

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

$ sudo apt remove autojump $ sudo apt autoclean && sudo apt autoremove

3. Information about the autojump package on Kali Linux

Package: autojump
Version: 22.5.1-1.1
Installed-Size: 156
Maintainer: Tanguy Ortolo
Architecture: all
Depends: python3:any, python3 (>= 3.2)
Enhances: bash (>= 4.0), fish, tcsh, zsh
Size: 36880
SHA256: 90b767f7baceeaa386cef4b0d127a610db8993fb1a1cba69333aae2869e32d14
SHA1: 31cc11c933c05656390baf6d02247125963a96a3
MD5sum: ca168a796acfaa57307aaf75b61a01f5
Description: shell extension to jump to frequently used directories
autojump provides a faster way to navigate your filesystem, with a
"cd command that learns".
.
It works by maintaining a database of the directories you use the most from
the command line, and allows you to "jump" to frequently used directories by
typing only a small pattern.
.
To use autojump, you need to configure your shell to source
/usr/share/autojump/autojump.sh on startup.
Description-md5:
Homepage: https://github.com/wting/autojump
Tag: implemented-in::python, implemented-in::shell, interface::shell,
role::plugin, role::program, use::browsing
Section: shells
Priority: optional
Filename: pool/main/a/autojump/autojump_22.5.1-1.1_all.deb