How to Install and Uninstall R-Rmpfr.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "R-Rmpfr.x86_64" package

This is a short guide on how to install R-Rmpfr.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-Rmpfr.x86_64

2. Uninstall "R-Rmpfr.x86_64" package

This guide let you learn how to uninstall R-Rmpfr.x86_64 on Fedora 34:

$ sudo dnf remove R-Rmpfr.x86_64 $ sudo dnf autoremove

3. Information about the R-Rmpfr.x86_64 package on Fedora 34

Last metadata expiration check: 0:09:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-Rmpfr
Version : 0.8.1
Release : 5.fc34
Architecture : x86_64
Size : 1.1 M
Source : R-Rmpfr-0.8.1-5.fc34.src.rpm
Repository : fedora
Summary : R MPFR - Multiple Precision Floating-Point Reliable
URL : https://CRAN.R-project.org/package=Rmpfr
License : GPLv2+
Description : Arithmetic (via S4 classes and methods) for arbitrary precision floating
: point numbers, including transcendental ("special") functions. To this
: end, the package interfaces to the 'LGPL' licensed 'MPFR' (Multiple
: Precision Floating-Point Reliable) Library which itself is based on the
: 'GMP' (GNU Multiple Precision) Library.