How To Install genwqe-tools on Rocky Linux 8

In this tutorial we learn how to install genwqe-tools on Rocky Linux 8. genwqe-tools is GenWQE userspace tools

Introduction

In this tutorial we learn how to install genwqe-tools on Rocky Linux 8.

What is genwqe-tools

Provide a suite of utilities to manage and configure the IBM GenWQE card.

We can use yum or dnf to install genwqe-tools on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install genwqe-tools.

Install genwqe-tools on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install genwqe-tools using dnf by running the following command:

sudo dnf -y install genwqe-tools

Install genwqe-tools on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install genwqe-tools using yum by running the following command:

sudo yum -y install genwqe-tools

How To Uninstall genwqe-tools on Rocky Linux 8

To uninstall only the genwqe-tools package we can use the following command:

sudo dnf remove genwqe-tools

genwqe-tools Package Contents on Rocky Linux 8

/usr/bin/genwqe_cksum
/usr/bin/genwqe_echo
/usr/bin/genwqe_ffdc
/usr/bin/genwqe_gunzip
/usr/bin/genwqe_gzip
/usr/bin/genwqe_memcopy
/usr/bin/genwqe_mt_perf
/usr/bin/genwqe_peek
/usr/bin/genwqe_poke
/usr/bin/genwqe_test_gz
/usr/bin/genwqe_update
/usr/bin/gzFile_test
/usr/bin/zlib_mt_perf
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/6184fc3f44aea54f8420d63dd57bb9a1bcb1f3
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/88d2a33a7242492877c6bb81242cf88727f5c6
/usr/lib/.build-id/37
/usr/lib/.build-id/37/9fab371eebe339c274cd3b0b8eae07d271d74c
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/5bb2df5700b450efa2249ee3b6fab88a66c358
/usr/lib/.build-id/51
/usr/lib/.build-id/51/82696a4233b4e24ef1e62baeaeff1b6d99908c
/usr/lib/.build-id/82
/usr/lib/.build-id/82/2bc112bd32e0446868eb2709ee16fabde06032
/usr/lib/.build-id/95
/usr/lib/.build-id/95/35af1c0d73cdbec851a6736bc7ec814b2428b9
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/c26de3b2ef1104e2b4a580fe2637b2f3bff722
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/2814c26d779a67501221ad5184939962e349be
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/5b29cb2c6ccf98fa35cd4a6877d8df05e8cfd3
/usr/lib/.build-id/e9/5b29cb2c6ccf98fa35cd4a6877d8df05e8cfd3.1
/usr/share/licenses/genwqe-tools
/usr/share/licenses/genwqe-tools/LICENSE
/usr/share/man/man1/genwqe_cksum.1.gz
/usr/share/man/man1/genwqe_echo.1.gz
/usr/share/man/man1/genwqe_ffdc.1.gz
/usr/share/man/man1/genwqe_gunzip.1.gz
/usr/share/man/man1/genwqe_gzip.1.gz
/usr/share/man/man1/genwqe_memcopy.1.gz
/usr/share/man/man1/genwqe_mt_perf.1.gz
/usr/share/man/man1/genwqe_peek.1.gz
/usr/share/man/man1/genwqe_poke.1.gz
/usr/share/man/man1/genwqe_test_gz.1.gz
/usr/share/man/man1/genwqe_update.1.gz
/usr/share/man/man1/gzFile_test.1.gz
/usr/share/man/man1/zlib_mt_perf.1.gz

References

Summary

In this tutorial we learn how to install genwqe-tools on Rocky Linux 8 using yum and dnf.