How To Install Random123-doc on Fedora 36

In this tutorial we learn how to install Random123-doc in Fedora 36. Random123-doc is Documentation for Random123

Introduction

In this tutorial we learn how to install Random123-doc on Fedora 36.

What is Random123-doc

Documentation for Random123.

We can use yum or dnf to install Random123-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Random123-doc.

Install Random123-doc 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 Random123-doc using dnf by running the following command:

sudo dnf -y install Random123-doc

Install Random123-doc 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 Random123-doc using yum by running the following command:

sudo yum -y install Random123-doc

How To Uninstall Random123-doc on Fedora 36

To uninstall only the Random123-doc package we can use the following command:

sudo dnf remove Random123-doc

Random123-doc Package Contents on Fedora 36

/usr/share/doc/Random123-doc
/usr/share/doc/Random123-doc/examples
/usr/share/doc/Random123-doc/examples/GNUmakefile
/usr/share/doc/Random123-doc/examples/README
/usr/share/doc/Random123-doc/examples/example_seeds.h
/usr/share/doc/Random123-doc/examples/gencl.sh
/usr/share/doc/Random123-doc/examples/pi_aes.cpp
/usr/share/doc/Random123-doc/examples/pi_capi.c
/usr/share/doc/Random123-doc/examples/pi_check.h
/usr/share/doc/Random123-doc/examples/pi_cppapi.cpp
/usr/share/doc/Random123-doc/examples/pi_cuda.cu
/usr/share/doc/Random123-doc/examples/pi_cudapp.cu
/usr/share/doc/Random123-doc/examples/pi_gsl.c
/usr/share/doc/Random123-doc/examples/pi_metal.m
/usr/share/doc/Random123-doc/examples/pi_metal_kernel.metal
/usr/share/doc/Random123-doc/examples/pi_microurng.cpp
/usr/share/doc/Random123-doc/examples/pi_opencl.c
/usr/share/doc/Random123-doc/examples/pi_opencl_kernel.ocl
/usr/share/doc/Random123-doc/examples/pi_uniform.cpp
/usr/share/doc/Random123-doc/examples/simple.c
/usr/share/doc/Random123-doc/examples/simplepp.cpp

References

Summary

In this tutorial we learn how to install Random123-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).