How to Install and Uninstall fd Package on openSUSE Leap

Last updated: April 28,2024

1. Install "fd" package

Please follow the instructions below to install fd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fd

2. Uninstall "fd" package

This is a short guide on how to uninstall fd on openSUSE Leap:

$ sudo zypper remove fd

3. Information about the fd package on openSUSE Leap

Information for package fd:
---------------------------
Repository : Main Repository
Name : fd
Version : 8.6.0-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.4 MiB
Installed : No
Status : not installed
Source package : fd-8.6.0-bp155.1.7.src
Upstream URL : https://github.com/sharkdp/fd
Summary : An alternative to the "find" utility
Description :
fd is an alternative to GNU find. It features:
* Colorized terminal output (similar to ls).
* The search is case-insensitive by default. It switches to
case-sensitive if the pattern contains an uppercase character.
* By default, ignores patterns from .gitignore, and ignores hidden
directories and files.
* Supports regular expressions and Unicode awareness.
* A parallel execution similar to GNU Parallel is available.