How To Install ratpoints-devel on Fedora 36
Introduction
In this tutorial we learn how to install ratpoints-devel on Fedora 36.
What is ratpoints-devel
Header and library for development with ratpoints.
We can use yum or dnf to install ratpoints-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ratpoints-devel.
Install ratpoints-devel on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
title: “How To Install ratpoints-devel on Fedora 36” linkTitle: “ratpoints-devel” type: “docs” description: “In this tutorial we learn how to install ratpoints-devel in Fedora 36. ratpoints-devel is Development files for ratpoints” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ratpoints-devel-featured.png
Introduction
In this tutorial we learn how to install ratpoints-devel on Fedora 36.
What is ratpoints-devel
After updating yum database, We can install ratpoints-devel using dnf by running the following command:
Header and library for development with ratpoints.
sudo dnf -y install ratpoints-devel
We can use `yum` or `dnf` to install `ratpoints-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ratpoints-devel.
Install ratpoints-devel on Fedora 36 Using dnf
Install ratpoints-devel on Fedora 36 Using yum
Update yum database with dnf using the following command.
Update yum database with yum using the following command.
```bash
sudo yum makecache --refresh
sudo dnf makecache --refresh
After updating yum database, We can install `ratpoints-devel` using `yum` by running the following command:
```bash
sudo yum -y install ratpoints-devel
After updating yum database, We can install `ratpoints-devel` using `dnf` by running the following command:
How To Uninstall ratpoints-devel on Fedora 36
To uninstall only the `ratpoints-devel` package we can use the following command:
sudo dnf -y install ratpoints-devel
```bash
sudo dnf remove ratpoints-devel
## ratpoints-devel Package Contents on Fedora 36
## Install ratpoints-devel on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install ratpoints-devel using yum by running the following command:
sudo yum -y install ratpoints-devel
How To Uninstall ratpoints-devel on Fedora 36
To uninstall only the ratpoints-devel package we can use the following command:
sudo dnf remove ratpoints-devel
ratpoints-devel Package Contents on Fedora 36
/usr/include/ratpoints.h
/usr/lib64/libratpoints.so
References
Summary
In this tutorial we learn how to install ratpoints-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/ratpoints.h /usr/lib/libratpoints.so
## References
* [ratpoints-devel website](http://www.mathe2.uni-bayreuth.de/stoll/programs/)
## Summary
In this tutorial we learn how to install `ratpoints-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).