How To Install ratpoints on Fedora 36

In this tutorial we learn how to install ratpoints in Fedora 36. ratpoints is Find rational points on hyperelliptic curves

Introduction

In this tutorial we learn how to install ratpoints on Fedora 36.

What is ratpoints

Ratpoints is a program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves.

We can use yum or dnf to install ratpoints on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ratpoints.

Install ratpoints 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 ratpoints using dnf by running the following command:

sudo dnf -y install ratpoints

Install ratpoints 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 ratpoints using yum by running the following command:

sudo yum -y install ratpoints

How To Uninstall ratpoints on Fedora 36

To uninstall only the ratpoints package we can use the following command:

sudo dnf remove ratpoints

ratpoints Package Contents on Fedora 36

/usr/bin/ratpoints
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/f7bd4c0e943a2cc644697cf516ff67c7bf3eef
/usr/lib/.build-id/92
/usr/lib/.build-id/92/3e0d337e7d3892d3cc2a773d09b77add5fdcc4
/usr/lib/libratpoints.so.0
/usr/share/doc/ratpoints
/usr/share/doc/ratpoints/gpl-2.0.txt
/usr/share/doc/ratpoints/ratpoints-doc.pdf
/usr/share/man/man1/ratpoints.1.gz

References

Summary

In this tutorial we learn how to install ratpoints on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ratpoints on Fedora 36” linkTitle: “ratpoints” type: “docs” description: “In this tutorial we learn how to install ratpoints in Fedora 36. ratpoints is Find rational points on hyperelliptic curves” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ratpoints-featured.png

Introduction

In this tutorial we learn how to install ratpoints on Fedora 36.

What is ratpoints

Ratpoints is a program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves.

We can use yum or dnf to install ratpoints on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ratpoints.

Install ratpoints 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 ratpoints using dnf by running the following command:

sudo dnf -y install ratpoints

Install ratpoints 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 ratpoints using yum by running the following command:

sudo yum -y install ratpoints

How To Uninstall ratpoints on Fedora 36

To uninstall only the ratpoints package we can use the following command:

sudo dnf remove ratpoints

ratpoints Package Contents on Fedora 36

/usr/bin/ratpoints
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/7faae19830b84a2f75c1c922851a1c5ea2368a
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0037a55bf889681759be93776d2cfbff45cbd4
/usr/lib64/libratpoints.so.0
/usr/share/doc/ratpoints
/usr/share/doc/ratpoints/gpl-2.0.txt
/usr/share/doc/ratpoints/ratpoints-doc.pdf
/usr/share/man/man1/ratpoints.1.gz

References

Summary

In this tutorial we learn how to install ratpoints on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).