How to Install and Uninstall yq Package on openSuSE Tumbleweed

Last updated: March 04,2025

1. Install "yq" package

Please follow the guidance below to install yq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install yq

2. Uninstall "yq" package

Please follow the guidelines below to uninstall yq on openSuSE Tumbleweed:

$ sudo zypper remove yq

3. Information about the yq package on openSuSE Tumbleweed

Information for package yq:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : yq
Version : 4.40.5-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.1 MiB
Installed : No
Status : not installed
Source package : yq-4.40.5-1.2.src
Upstream URL : https://github.com/mikefarah/yq
Summary : A portable command-line YAML processor
Description :
A lightweight and portable command-line YAML processor. yq uses jq like syntax
but works with yaml files as well as json. It doesn't yet support everything
jq does - but it does support the most common operations and functions, and more
is being added continuously.