How to Install and Uninstall fd-find Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "fd-find" package

This guide covers the steps necessary to install fd-find on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install fd-find

2. Uninstall "fd-find" package

This guide let you learn how to uninstall fd-find on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove fd-find $ sudo apt autoclean && sudo apt autoremove

3. Information about the fd-find package on Ubuntu 20.10 (Groovy Gorilla)

Package: fd-find
Architecture: amd64
Version: 8.1.1-1
Built-Using: rust-nix (= 0.16.1-1), rustc (= 1.43.0+dfsg1+llvm-1~exp1ubuntu2)
Multi-Arch: allowed
Priority: optional
Section: universe/utils
Source: rust-fd-find
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Rust Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2457
Depends: libc6 (>= 2.18), libgcc-s1 (>= 4.2)
Filename: pool/universe/r/rust-fd-find/fd-find_8.1.1-1_amd64.deb
Size: 727524
MD5sum: 5161c7aa2178f0cfcd3586077694ad23
SHA1: 89dab5badc0258935b94c01486ab57d3c392a3eb
SHA256: 46b6588570ddffcdc254a0ecea97866fbbc56632da0a493ce403360dc11a3165
SHA512: a1a819e4210163a2e8d0882d3b7890295aa7694e73e44c7f6b5f6621a5ff4b3280e63e2f1f26b054ee0f226bc019f616772265b8aa21a80abdee7bfc22d5f65c
Homepage: https://github.com/sharkdp/fd
Description-en: Simple, fast and user-friendly alternative to find
While it does not seek to mirror all of find's powerful functionality,
fd provides sensible (opinionated) defaults for 80% of the use cases.
.
Features:
.
* Convenient syntax: ‘fd PATTERN’ instead of ‘find -iname '*PATTERN*'’.
* Colorized terminal output (similar to ls).
* It's fast, often faster than find.
* Smart case.
* Ignores hidden directories and files, by default.
* Ignores patterns from your .gitignore, by default.
* Regular expressions.
* Unicode-awareness.
* Parallel command execution with a syntax similar to GNU Parallel.
.
Please note: the executable and the associated manpage were renamed
from ‘fd’ to ‘fdfind’ because of a file name clash.
.
This package contains the following binaries built from the Rust crate
"fd-find":
- fd
Description-md5: 2e27cf51790f2b9dcc8effe94c0fe2a5
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.10-1), rust-ansi-term (= 0.12.1-1), rust-anyhow (= 1.0.26-1), rust-atty (= 0.2.14-2), rust-bitflags (= 1.2.1-1), rust-bstr (= 0.2.12-1), rust-cfg-if (= 0.1.10-4.1), rust-clap (= 2.33.0-5), rust-crossbeam-utils (= 0.7.2-2), rust-ctrlc (= 3.1.3-3), rust-dirs (= 2.0.2-1), rust-dirs-sys (= 0.3.4-1), rust-fnv (= 1.0.6-1), rust-globset (= 0.4.5-1), rust-humantime (= 2.0.0-1), rust-ignore (= 0.4.15-1), rust-lazy-static (= 1.4.0-1), rust-libc (= 0.2.68-2), rust-log (= 0.4.8-4), rust-lscolors (= 0.7.0-1build1), rust-memchr (= 2.2.1-1), rust-nix (= 0.16.1-1), rust-num-cpus (= 1.13.0-1), rust-regex (= 1.3.7-1), rust-regex-syntax (= 0.6.17-1), rust-same-file (= 1.0.6-1), rust-strsim (= 0.9.3-1), rust-term-size (= 0.3.1-2), rust-textwrap (= 0.11.0-1build1), rust-thread-local (= 1.0.1-1), rust-unicode-width (= 0.1.7-2.1), rust-users (= 0.10.0-1), rust-vec-map (= 0.8.1-2), rust-void (= 1.0.2-1), rust-walkdir (= 2.3.1-1), rustc (= 1.43.0+dfsg1+llvm-1~exp1ubuntu2)