'jq' not found in package names. Trying capabilities.
No provider of 'jq' found.
Is there any way I can use jq on SUSE SLES 12 SP5?
Tried following but not working
$:~> sudo zypper addrepo https://download.opensuse.org/repositories/utilities/openSUSE_Leap_15.3/utilities.repo
Adding repository 'all the small tools for the shell (openSUSE_Leap_15.3)' ......[done]
Repository 'all the small tools for the shell (openSUSE_Leap_15.3)' successfully added
URI : https://download.opensuse.org/repositories/utilities/openSUSE_Leap_15.3/
Enabled : Yes
GPG Check : Yes
Autorefresh : No
Priority : 99 (default priority)
Repository priorities are without effect. All enabled repositories share the same priority.
$:~> sudo zypper refresh
Repository 'SLE-Module-Adv-Systems-Management12-Pool' is up to date.
Repository 'SLE-Module-Adv-Systems-Management12-Updates' is up to date.
Repository 'SLE-Module-Containers12-Pool' is up to date.
Repository 'SLE-Module-Containers12-Updates' is up to date.
Repository 'SLE-Module-HPC12-Pool' is up to date.
Repository 'SLE-Module-HPC12-Updates' is up to date.
Repository 'SLE-Module-Legacy12-Pool' is up to date.
Repository 'SLE-Module-Legacy12-Updates' is up to date.
Repository 'SLE-Module-Public-Cloud12-Pool' is up to date.
Repository 'SLE-Module-Public-Cloud12-Updates' is up to date.
Repository 'SLES12-SP5-Pool' is up to date.
Repository 'SLES12-SP5-Updates' is up to date.
Repository 'SLE-SDK12-SP5-Pool' is up to date.
Repository 'SLE-SDK12-SP5-Updates' is up to date.
Repository 'SLE-Module-Toolchain12-Pool' is up to date.
Repository 'SLE-Module-Toolchain12-Updates' is up to date.
Repository 'SLE-Module-Web-Scripting12-Pool' is up to date.
Repository 'SLE-Module-Web-Scripting12-Updates' is up to date.
Retrieving repository 'all the small tools for the shell (openSUSE_Leap_15.3)' metad\]
New repository or package signing key received:
Repository: all the small tools for the shell (openSUSE_Leap_15.3)
Key Name: utilities OBS Project <utilities@build.opensuse.org>
Key Fingerprint:
Key Created: Fri Sep 10 14:17:23 2021
Key Expires: Sun Nov 19 14:17:23 2023
Rpm Name:
Do you want to reject the key, trust temporarily, or trust always? [r/t/a/? shows all options] (r): a
Retrieving repository 'all the small tools for the shell (openSUSE_Leap_15.3)' me[done]
Building repository 'all the small tools for the shell (openSUSE_Leap_15.3)' cach[done]
All repositories have been refreshed.
$:~> zypper install jq^C
$:~> sudo zypper install jq
Refreshing service 'Advanced_Systems_Management_Module_x86_64'.
Refreshing service 'Containers_Module_x86_64'.
Refreshing service 'HPC_Module_x86_64'.
Refreshing service 'Legacy_Module_x86_64'.
Refreshing service 'Public_Cloud_Module_x86_64'.
Refreshing service 'SUSE_Linux_Enterprise_Server_x86_64'.
Refreshing service 'SUSE_Linux_Enterprise_Software_Development_Kit_x86_64'.
Refreshing service 'Toolchain_Module_x86_64'.
Refreshing service 'Web_and_Scripting_Module_x86_64'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libm.so.6(GLIBC_2.29)(64bit) needed by libjq1-1.6-lp153.29.1.x86_64
Solution 1: do not install jq-1.6-lp153.29.1.x86_64
Solution 2: break libjq1-1.6-lp153.29.1.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c): 2
Resolving dependencies...
Resolving package dependencies...
The following 2 NEW packages are going to be installed:
jq libjq1
The following 2 packages have no support information from their vendor:
jq libjq1
2 new packages to install.
Overall download size: 182.0 KiB. Already cached: 0 B. After the operation, additional
406.2 KiB will be used.
Continue? [y/n/...? shows all options] (y): y
Retrieving package libjq1-1.6-lp153.29.1.x86_64 (1/2), 117.4 KiB (304.3 KiB unpacked)
Retrieving: libjq1-1.6-lp153.29.1.x86_64.rpm ....................................[done]
Retrieving package jq-1.6-lp153.29.1.x86_64 (2/2), 64.6 KiB (101.9 KiB unpacked)
Retrieving: jq-1.6-lp153.29.1.x86_64.rpm ............................[done (1.4 KiB/s)]
Checking for file conflicts: ....................................................[done]
(1/2) Installing: libjq1-1.6-lp153.29.1.x86_64 ..................................[done]
(2/2) Installing: jq-1.6-lp153.29.1.x86_64 ......................................[done]
$:~> jq
jq: error while loading shared libraries: libonig.so.4: cannot open shared object file: No such file or directory