How to Install and Uninstall fd-find Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "fd-find" package

Learn how to install fd-find on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install fd-find

2. Uninstall "fd-find" package

This is a short guide on how to uninstall fd-find on Ubuntu 21.10 (Impish Indri):

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

3. Information about the fd-find package on Ubuntu 21.10 (Impish Indri)

Package: fd-find
Architecture: amd64
Version: 8.2.1-1
Built-Using: rust-nix (= 0.19.0-1), rustc (= 1.47.0+dfsg1+llvm-1ubuntu1)
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: 2538
Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2)
Filename: pool/universe/r/rust-fd-find/fd-find_8.2.1-1_amd64.deb
Size: 748272
MD5sum: a0da9359560a96ce69c0528f66a8a8b1
SHA1: c6bfabd7b400c64c2333bd4a30572ccd838239c9
SHA256: 21686797b986f466a12319494274752759756b466d64e8739a42bb91ab7e6bcf
SHA512: 14e20e03d48d7b1de22311e64ec2a64cee91b37defcbe831af9201f02ba0fac409400042708a0e6dd8d5095067f431f308d764f4609ae25ce15abd57bfcdc325
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.
Description-md5: 35e6be181e7a38f72537091a1e6d254a
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.10-1), rust-ansi-term (= 0.12.1-1), rust-anyhow (= 1.0.31-1), rust-atty (= 0.2.14-2), rust-bitflags (= 1.2.1-1), rust-bstr (= 0.2.12-1), rust-cfg-if-0.1 (= 0.1.10-1), rust-clap (= 2.33.3-1), rust-crossbeam-utils (= 0.7.2-2), rust-ctrlc (= 3.1.7-1), rust-dirs-next (= 2.0.0-1), rust-dirs-sys-next (= 0.1.1-1), rust-fnv (= 1.0.6-1), rust-globset (= 0.4.5-1), rust-humantime (= 2.0.0-1), rust-ignore (= 0.4.16-2), rust-lazy-static (= 1.4.0-1), rust-libc (= 0.2.80-1), rust-log (= 0.4.11-2), rust-lscolors (= 0.7.1-1), rust-memchr (= 2.3.3-1), rust-nix (= 0.19.0-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.8-1), rust-users (= 0.10.0-1), rust-vec-map (= 0.8.1-2), rust-walkdir (= 2.3.1-1), rustc (= 1.47.0+dfsg1+llvm-1ubuntu1)