title: “How To Install sage on Fedora 36” linkTitle: “sage” title: “How To Install sage on Fedora 36” type: “docs” description: “In this tutorial we learn how to install sage in Fedora 36. sage is OpenGL extensions library using SDL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sage-featured.png linkTitle: “sage”
type: “docs”
Introduction
description: “In this tutorial we learn how to install sage in Fedora 36. sage is OpenGL extensions library using SDL”
date: “2022-08-17”
In this tutorial we learn how to install sage
on Fedora 36.
lastmod: “2022-08-17”
What is sage
#image: /images/fedora/36/sage-featured.png
Sage is an OpenGL extensions library using SDL. It aims to simplify the use of checking for and loading OpenGL extensions in an application.
Introduction
In this tutorial we learn how to install sage
on Fedora 36.
We can use yum
or dnf
to install sage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sage.
What is sage
Install sage on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
Sage is an OpenGL extensions library using SDL. It aims to simplify the use of checking for and loading OpenGL extensions in an application.
sudo dnf makecache --refresh
We can use `yum` or `dnf` to install `sage` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sage.
Install sage on Fedora 36 Using dnf
After updating yum database, We can install sage
using dnf
by running the following command:
Update yum database with `dnf` using the following command.
sudo dnf -y install sage
sudo dnf makecache --refresh
## Install sage on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install sage
using dnf
by running the following command:
sudo yum makecache --refresh
```bash
sudo dnf -y install sage
After updating yum database, We can install `sage` using `yum` by running the following command:
## Install sage on Fedora 36 Using yum
```bash
sudo yum -y install sage
Update yum database with `yum` using the following command.
How To Uninstall sage on Fedora 36
sudo yum makecache --refresh
To uninstall only the `sage` package we can use the following command:
sudo dnf remove sage
After updating yum database, We can install `sage` using `yum` by running the following command:
## sage Package Contents on Fedora 36
sudo yum -y install sage
```bash
How To Uninstall sage on Fedora 36
To uninstall only the sage
package we can use the following command:
sudo dnf remove sage
sage Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/9c369fad45f2c75419b412429aa09afe9ccb79
/usr/lib/libsage.so.2
/usr/lib/libsage.so.2.0.0
/usr/share/doc/sage
/usr/share/doc/sage/AUTHORS
/usr/share/doc/sage/COPYING
/usr/share/doc/sage/ChangeLog
/usr/share/doc/sage/NEWS
/usr/share/doc/sage/README
/usr/share/doc/sage/TODO
References
Summary
In this tutorial we learn how to install sage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/5a97281dd7f8d9f3de1bb4c731c02b035e3914 /usr/lib64/libsage.so.2 /usr/lib64/libsage.so.2.0.0 /usr/share/doc/sage /usr/share/doc/sage/AUTHORS /usr/share/doc/sage/COPYING /usr/share/doc/sage/ChangeLog /usr/share/doc/sage/NEWS /usr/share/doc/sage/README /usr/share/doc/sage/TODO
## References
* [sage website](http://worldforge.org/dev/eng/libraries/sage)
## Summary
In this tutorial we learn how to install `sage` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).