How To Install scram-gui on Fedora 36
In this tutorial we learn how to install scram-gui in Fedora 36. scram-gui is GUI for Probabilistic Risk Analysis Tool
Introduction
In this tutorial we learn how to install scram-gui
on Fedora 36.
What is scram-gui
scram GUI.
We can use yum
or dnf
to install scram-gui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scram-gui.
Install scram-gui 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 scram-gui
using dnf
by running the following command:
sudo dnf -y install scram-gui
Install scram-gui 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 scram-gui
using yum
by running the following command:
sudo yum -y install scram-gui
How To Uninstall scram-gui on Fedora 36
To uninstall only the scram-gui
package we can use the following command:
sudo dnf remove scram-gui
scram-gui Package Contents on Fedora 36
/usr/bin/scram-gui
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/056a0b360545e778f22107c19be45c8ef4eab4
/usr/share/applications/scram-gui.desktop
/usr/share/icons/hicolor/128x128/apps/scram.png
/usr/share/icons/hicolor/32x32/apps/scram.png
/usr/share/icons/hicolor/scalable/apps/scram.svg
References
Summary
In this tutorial we learn how to install scram-gui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).