How To Install genwqe-tools on Fedora 36

In this tutorial we learn how to install genwqe-tools in Fedora 36. genwqe-tools is GenWQE userspace tools

Introduction

In this tutorial we learn how to install genwqe-tools on Fedora 36.

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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install genwqe-tools.

Install genwqe-tools on Fedora 36 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 Fedora 36 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 Fedora 36

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

sudo dnf remove genwqe-tools

genwqe-tools Package Contents on Fedora 36

/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/02
/usr/lib/.build-id/02/2b1942084f11854009d8db9d5961cac9f5a17c
/usr/lib/.build-id/09
/usr/lib/.build-id/09/b48f06d15b4b93ff86e3ff0e0e6d39cb218c3b
/usr/lib/.build-id/18
/usr/lib/.build-id/18/03f9577e4be3b6c28647cddf9fb06d6490c535
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/fdfd72345dc8ab7acbdd7946ab17b4ef46c914
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/86f57eeed45b68c94c79dbcae0ab57d63cbb92
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/b247a83e11dc01107e0570d658dfbfdc9872d9
/usr/lib/.build-id/74
/usr/lib/.build-id/74/0367ac26700a045fa872183f8f27c4762f4ccd
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/26570d3de3c7bc1908429072622ddd9f825c16
/usr/lib/.build-id/af
/usr/lib/.build-id/af/e5bf260995b6c6baf89eb64f4109328c8000d2
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/1b0192a5a15b89d82373107fc58e60ced58dbd
/usr/lib/.build-id/f3/1b0192a5a15b89d82373107fc58e60ced58dbd.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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).