How To Install qd on Fedora 36
Introduction
In this tutorial we learn how to install qd
on Fedora 36.
What is qd
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.
We can use yum
or dnf
to install qd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qd.
Install qd 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 qd
using dnf
by running the following command:
sudo dnf -y install qd
Install qd 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 qd
using yum
by running the following command:
sudo yum -y install qd
How To Uninstall qd on Fedora 36
To uninstall only the qd
package we can use the following command:
sudo dnf remove qd
qd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/56e5afeaec98afee8e204348e71bf46d251bdf
/usr/lib/.build-id/20
/usr/lib/.build-id/20/7ff9f3bac6398213db93570b606b395a3ace52
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/c3ef0679d7277407ec5685d377cb3b82939f37
/usr/lib/libqd.so.0
/usr/lib/libqd.so.0.0.0
/usr/lib/libqd_f_main.so.0
/usr/lib/libqd_f_main.so.0.0.0
/usr/lib/libqdmod.so.0
/usr/lib/libqdmod.so.0.0.0
/usr/share/doc/qd
/usr/share/doc/qd/AUTHORS
/usr/share/doc/qd/NEWS
/usr/share/doc/qd/README
/usr/share/doc/qd/TODO
/usr/share/licenses/qd
/usr/share/licenses/qd/COPYING
References
Summary
In this tutorial we learn how to install qd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qd on Fedora 36” linkTitle: “qd” type: “docs” description: “In this tutorial we learn how to install qd in Fedora 36. qd is Double-Double and Quad-Double Arithmetic” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qd-featured.png
Introduction
In this tutorial we learn how to install qd
on Fedora 36.
What is qd
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.
We can use yum
or dnf
to install qd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qd.
Install qd 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 qd
using dnf
by running the following command:
sudo dnf -y install qd
Install qd 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 qd
using yum
by running the following command:
sudo yum -y install qd
How To Uninstall qd on Fedora 36
To uninstall only the qd
package we can use the following command:
sudo dnf remove qd
qd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/965b6d307c7ba2b794513f1dfee835b0af94cb
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/3179015b5d0cab96b147bff623f1ef04e2f4d5
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/6a57c6e5738d3029a8cfb6c62f34e3b97357d9
/usr/lib64/libqd.so.0
/usr/lib64/libqd.so.0.0.0
/usr/lib64/libqd_f_main.so.0
/usr/lib64/libqd_f_main.so.0.0.0
/usr/lib64/libqdmod.so.0
/usr/lib64/libqdmod.so.0.0.0
/usr/share/doc/qd
/usr/share/doc/qd/AUTHORS
/usr/share/doc/qd/NEWS
/usr/share/doc/qd/README
/usr/share/doc/qd/TODO
/usr/share/licenses/qd
/usr/share/licenses/qd/COPYING
References
Summary
In this tutorial we learn how to install qd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).