How to Install and Uninstall ripgrep Package on Kali Linux

Last updated: May 16,2024

1. Install "ripgrep" package

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

$ sudo apt update $ sudo apt install ripgrep

2. Uninstall "ripgrep" package

This tutorial shows how to uninstall ripgrep on Kali Linux:

$ sudo apt remove ripgrep $ sudo apt autoclean && sudo apt autoremove

3. Information about the ripgrep package on Kali Linux

Package: ripgrep
Source: rust-ripgrep
Version: 14.1.0-1
Installed-Size: 5152
Maintainer: Debian Rust Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libpcre2-8-0 (>= 10.22)
Size: 1383924
SHA256: 760d4aef970566fcf5448a6aa15224efcd52c0d9b08fe0af93aefa1a3ce4b3c4
SHA1: f1f4517988a6d0f8aeda204f5fb824c26df2a6a7
MD5sum: 09b1a33701215c6558a01347c62ccbdf
Description: Recursively searches directories for a regex pattern
ripgrep is a line-oriented search tool that recursively searches your current
directory for a regex pattern while respecting your gitignore rules and
automatically skip hidden files/directories (smart filtering) and binary files.
ripgrep is similar to other popular search tools like The Silver Searcher, ack
and grep.
.
ripgrep is generally faster than both The Silver Searcher and GNU grep. It
defaults to recursive directory search and won't search files ignored by your
`.gitignore` files. Use ripgrep if you like speed, filtering by default, fewer
bugs, and Unicode support.
.
On the other hand, if you like multiline search, then ripgrep may not quite
meet your needs (yet), and it will never support fancy regex features such as
backreferences or lookaround
Description-md5:
Multi-Arch: allowed
Homepage: https://github.com/BurntSushi/ripgrep
Built-Using: rustc (= 1.70.0+dfsg1-2)
X-Cargo-Built-Using: rust-aho-corasick (= 1.1.2-1), rust-anyhow (= 1.0.75-1), rust-bstr (= 1.7.0-2), rust-cfg-if (= 1.0.0-1), rust-crossbeam-deque (= 0.8.3-1), rust-crossbeam-epoch (= 0.9.13-1), rust-crossbeam-utils (= 0.8.12-1), rust-encoding-rs (= 0.8.33-1), rust-encoding-rs-io (= 0.1.7-1), rust-globset (= 0.4.14-1), rust-grep-cli (= 0.1.10-1), rust-grep (= 0.3.1-1), rust-grep-matcher (= 0.1.7-1), rust-grep-pcre2 (= 0.1.7-1), rust-grep-printer (= 0.2.1-1), rust-grep-regex (= 0.1.12-1), rust-grep-searcher (= 0.1.13-1), rust-ignore (= 0.4.22-1), rust-itoa (= 1.0.9-1), rust-lexopt (= 0.3.0-1), rust-libc (= 0.2.150-1), rust-log (= 0.4.20-2), rust-memchr (= 2.6.4-3), rust-memmap2 (= 0.9.0-3), rust-memoffset (= 0.6.5-1), rust-pcre2 (= 0.2.6-1), rust-pcre2-sys (= 0.2.7-1), rust-regex-automata (= 0.4.3-1), rust-regex-syntax (= 0.8.2-1), rust-ryu (= 1.0.15-1), rust-same-file (= 1.0.6-1), rust-scopeguard (= 1.1.0-1), rust-serde (= 1.0.195-1), rust-serde-json (= 1.0.108-1), rust-termcolor (= 1.4.0-1), rust-textwrap (= 0.16.0-2), rust-walkdir (= 2.4.0-1), rustc (= 1.70.0+dfsg1-2)
Section: utils
Priority: optional
Filename: pool/main/r/rust-ripgrep/ripgrep_14.1.0-1_amd64.deb