How To Install unuran on Fedora 34
Introduction
In this tutorial we learn how to install unuran
on Fedora 34.
What is unuran
UNU.RAN is an ANSI C library licensed under GPL. It contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. The library and an extensive online documentation are available at ——————————————- http ——————————————- unuran 1.8.1 12.fc34 x86_64 467 k unuran-1.8.1-12.fc34.src.rpm fedora Universal Non-Uniform Random number generator http GPLv2+ UNU.RAN is an ANSI C library licensed under GPL. It contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. The library and an extensive online documentation are available at ——————————————- http ——————————————-
We can use yum
or dnf
to install unuran
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install unuran.
Install unuran on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install unuran
using dnf
by running the following command:
Install unuran on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install unuran
using yum
by running the following command:
How To Uninstall unuran on Fedora 34
To uninstall only the unuran
package we can use the following command:
unuran Package Contents on Fedora 34
References
- [unuran website](http://statistik.wu-wien.ac.at/unuran http://statistik.wu-wien.ac.at/unuran)
Summary
In this tutorial we learn how to install unuran
on Fedora 34 using yum and dnf.