How to Install and Uninstall ripgrep Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "ripgrep" package

Please follow the step by step instructions below to install ripgrep on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ripgrep

2. Uninstall "ripgrep" package

Please follow the step by step instructions below to uninstall ripgrep on openSuSE Tumbleweed:

$ sudo zypper remove ripgrep

3. Information about the ripgrep package on openSuSE Tumbleweed

Information for package ripgrep:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ripgrep
Version : 14.1.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.2 MiB
Installed : No
Status : not installed
Source package : ripgrep-14.1.0-1.2.src
Upstream URL : https://github.com/BurntSushi/ripgrep
Summary : A search tool that combines ag with grep
Description :
ripgrep is a line oriented search tool that combines the usability of
The Silver Searcher (similar to ack) with the raw speed of GNU grep.
ripgrep works by recursively searching your current directory
for a regex pattern.