How To Install surf-geometry on Fedora 36

In this tutorial we learn how to install surf-geometry in Fedora 36. surf-geometry is Tool to visualize some real algebraic geometry

Introduction

In this tutorial we learn how to install surf-geometry on Fedora 36.

What is surf-geometry

surf is a tool to visualize some real algebraic geometry plane algebraic curves, algebraic surfaces and hyperplane sections of surfaces. surf is script driven and has (optionally) a nifty GUI using the Gtk widget set.

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

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

sudo dnf -y install surf-geometry

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

sudo yum -y install surf-geometry

How To Uninstall surf-geometry on Fedora 36

To uninstall only the surf-geometry package we can use the following command:

sudo dnf remove surf-geometry

surf-geometry Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/a0cebdf7393418c7efba0519e26373fdb127d4
/usr/lib64/surf-geometry
/usr/lib64/surf-geometry/surf
/usr/lib64/surf-geometry/surf.xpm
/usr/share/doc/surf-geometry
/usr/share/doc/surf-geometry/AUTHORS
/usr/share/doc/surf-geometry/ChangeLog
/usr/share/doc/surf-geometry/NEWS
/usr/share/doc/surf-geometry/README
/usr/share/doc/surf-geometry/TODO
/usr/share/licenses/surf-geometry
/usr/share/licenses/surf-geometry/COPYING
/usr/share/man/man1/surf-geometry.1.gz
/usr/share/modulefiles/surf-geometry-x86_64

References

Summary

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