How to Install and Uninstall ripgrep Package on openSUSE Leap

Last updated: May 16,2024

1. Install "ripgrep" package

This tutorial shows how to install ripgrep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ripgrep

2. Uninstall "ripgrep" package

Learn how to uninstall ripgrep on openSUSE Leap:

$ sudo zypper remove ripgrep

3. Information about the ripgrep package on openSUSE Leap

Information for package ripgrep:
--------------------------------
Repository : Main Repository
Name : ripgrep
Version : 13.0.0-bp155.3.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : ripgrep-13.0.0-bp155.3.14.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.