How To Install zegrapher on Fedora 36
Introduction
In this tutorial we learn how to install zegrapher
on Fedora 36.
What is zegrapher
ZeGrapher is a plotting program for functions, sequences, parametric equations, and tabular data. It has been designed to be as easy to use as possible. ZeGrapher supports importing and exporting of tabular data from and to CSV files and polynomial (regression) fits, plotting of tangents (the point can be selected interactively). Calculation and plotting of derivatives and integrals is also possible. Plots can be exported in various image formats and as PDF files.
We can use yum
or dnf
to install zegrapher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zegrapher.
Install zegrapher 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 zegrapher
using dnf
by running the following command:
sudo dnf -y install zegrapher
Install zegrapher 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 zegrapher
using yum
by running the following command:
sudo yum -y install zegrapher
How To Uninstall zegrapher on Fedora 36
To uninstall only the zegrapher
package we can use the following command:
sudo dnf remove zegrapher
zegrapher Package Contents on Fedora 36
/usr/bin/ZeGrapher
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/9a15db8f4e1aa7610c1fb03baf535a5b1e9887
/usr/share/ZeGrapher
/usr/share/ZeGrapher/locale/ZeGrapher_fr.qm
/usr/share/applications/ZeGrapher.desktop
/usr/share/doc/zegrapher
/usr/share/doc/zegrapher/README.md
/usr/share/icons/hicolor/128x128/apps/ZeGrapher.png
/usr/share/licenses/zegrapher
/usr/share/licenses/zegrapher/LICENSE
/usr/share/metainfo/ZeGrapher.appdata.xml
References
Summary
In this tutorial we learn how to install zegrapher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).