How to Install and Uninstall fd Package on openSuSE Tumbleweed

Last updated: May 11,2024

1. Install "fd" package

Here is a brief guide to show you how to install fd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fd

2. Uninstall "fd" package

This guide covers the steps necessary to uninstall fd on openSuSE Tumbleweed:

$ sudo zypper remove fd

3. Information about the fd package on openSuSE Tumbleweed

Information for package fd:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fd
Version : 9.0.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : fd-9.0.0-2.2.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.