How to Install and Uninstall ripgrep Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "ripgrep" package

Please follow the steps below to install ripgrep on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ripgrep

2. Uninstall "ripgrep" package

Learn how to uninstall ripgrep on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ripgrep package on Ubuntu 20.10 (Groovy Gorilla)

Package: ripgrep
Architecture: amd64
Version: 12.1.1-1
Built-Using: rustc (= 1.43.0+dfsg1+llvm-1~exp1ubuntu2)
Multi-Arch: allowed
Priority: optional
Section: universe/utils
Source: rust-ripgrep
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Rust Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 4400
Depends: libc6 (>= 2.18), libgcc-s1 (>= 4.2)
Filename: pool/universe/r/rust-ripgrep/ripgrep_12.1.1-1_amd64.deb
Size: 1214196
MD5sum: 2853d042977d5a0b8455e1348b773dfe
SHA1: 27e40e36b219489ce061d9d3402caa1b7491529b
SHA256: 127b1dab3b963ab3407cbcf6e7c23c7b65fdd2a493c66ea1dc678bc82cca6c5b
SHA512: b4ecd27c7e7928e89363933b6591ac80dffbc1367b7687c8c399be1b9fdb6c1f77b7208a374bc50737afa62871eae68795e6c945ac4205d7fa5b529984d84795
Homepage: https://github.com/BurntSushi/ripgrep
Description-en: 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
.
This package contains the following binaries built from the Rust crate
"ripgrep":
- rg
Description-md5: 036cda5b7b984beae7aa99e9d0ade58f
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.10-1), rust-atty (= 0.2.14-2), rust-base64 (= 0.12.1-1), rust-bitflags (= 1.2.1-1), rust-bstr (= 0.2.12-1), rust-bytecount (= 0.6.0-1), rust-byteorder (= 1.3.4-1), rust-cfg-if (= 0.1.10-4.1), rust-clap (= 2.33.0-5), rust-crossbeam-utils (= 0.7.2-2), rust-encoding-rs (= 0.8.22-1), rust-encoding-rs-io (= 0.1.6-2build1), rust-fnv (= 1.0.6-1), rust-globset (= 0.4.5-1), rust-grep-cli (= 0.1.5-1), rust-grep (= 0.2.7-1), rust-grep-matcher (= 0.1.4-1), rust-grep-pcre2 (= 0.1.4-2), rust-grep-printer (= 0.1.5-1), rust-grep-regex (= 0.1.8-1), rust-grep-searcher (= 0.1.7-1), rust-ignore (= 0.4.16-2), rust-itoa (= 0.4.3-1), rust-lazy-static (= 1.4.0-1), rust-libc (= 0.2.68-2), rust-log (= 0.4.8-4), rust-memchr (= 2.2.1-1), rust-memmap (= 0.7.0-1), rust-num-cpus (= 1.13.0-1), rust-pcre2 (= 0.2.3-1), rust-pcre2-sys (= 0.2.2-1), rust-regex-automata (= 0.1.8-2), rust-regex (= 1.3.7-1), rust-regex-syntax (= 0.6.17-1), rust-ryu (= 1.0.2-1), rust-same-file (= 1.0.6-1), rust-serde (= 1.0.106-1), rust-serde-json (= 1.0.41-1), rust-strsim (= 0.9.3-1), rust-termcolor (= 1.1.0-1), rust-textwrap (= 0.11.0-1build1), rust-thread-local (= 1.0.1-1), rust-unicode-width (= 0.1.7-2.1), rust-walkdir (= 2.3.1-1), rustc (= 1.43.0+dfsg1+llvm-1~exp1ubuntu2)