How to Install and Uninstall root-unuran.x86_64 Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "root-unuran.x86_64" package

Learn how to install root-unuran.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install root-unuran.x86_64

2. Uninstall "root-unuran.x86_64" package

Please follow the step by step instructions below to uninstall root-unuran.x86_64 on Oracle Linux 8:

$ sudo dnf remove root-unuran.x86_64 $ sudo dnf autoremove

3. Information about the root-unuran.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:12:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : root-unuran
Version : 6.26.06
Release : 1.el8
Architecture : x86_64
Size : 112 k
Source : root-6.26.06-1.el8.src.rpm
Repository : epel
Summary : Random number generator library
URL : https://root.cern/
License : GPLv2+
Description : 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.
:
: To generate random numbers the user must supply some information
: about the desired distribution, especially a C-function that computes
: the density and - depending on the chosen methods - some additional
: information (like the borders of the domain, the mode, the derivative
: of the density ...). After a user has given this information an
: init-program computes all tables and constants necessary for the
: random variate generation. The sample program can then generate
: variates from the desired distribution.