How to Install and Uninstall qd-devel.i686 Package on Fedora 35

Last updated: September 23,2024

1. Install "qd-devel.i686" package

Please follow the steps below to install qd-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install qd-devel.i686

2. Uninstall "qd-devel.i686" package

This guide covers the steps necessary to uninstall qd-devel.i686 on Fedora 35:

$ sudo dnf remove qd-devel.i686 $ sudo dnf autoremove

3. Information about the qd-devel.i686 package on Fedora 35

Last metadata expiration check: 1:51:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : qd-devel
Version : 2.3.23
Release : 1.fc35
Architecture : i686
Size : 239 k
Source : qd-2.3.23-1.fc35.src.rpm
Repository : fedora
Summary : Double-Double and Quad-Double Arithmetic
URL : https://www.davidhbailey.com/dhbsoftware/
License : LBNL BSD
Description : This package provides numeric types of twice the precision of IEEE
: double (106 mantissa bits, or approximately 32 decimal digits) and
: four times the precision of IEEE double (212 mantissa bits, or
: approximately 64 decimal digits). Due to features such as operator
: and function overloading, these facilities can be utilized
: with only minor modifications to conventional C++ and Fortran-90
: programs.
:
: In addition to the basic arithmetic operations (add, subtract,
: multiply, divide, square root), common transcendental functions such
: as the exponential, logarithm, trigonometric and hyperbolic functions
: are also included.