How To Install ski on Fedora 36
In this tutorial we learn how to install ski in Fedora 36. ski is IA-64 user and system mode simulator
Introduction
In this tutorial we learn how to install ski
on Fedora 36.
What is ski
The Ski IA-64 user and system simulator originally developed by HP.
We can use yum
or dnf
to install ski
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ski.
Install ski 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 ski
using dnf
by running the following command:
sudo dnf -y install ski
Install ski 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 ski
using yum
by running the following command:
sudo yum -y install ski
How To Uninstall ski on Fedora 36
To uninstall only the ski
package we can use the following command:
sudo dnf remove ski
ski Package Contents on Fedora 36
/etc/X11/app-defaults/XSki
/usr/bin/bski
/usr/bin/bskinc
/usr/bin/gski
/usr/bin/ski
/usr/bin/ski-fake-xterm
/usr/bin/xski
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/26dd2f3d6b945092f37383a7754a7bda57e1cb
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/06011051f4a36ca4872a68b50cfe54f787d0d7
/usr/share/doc/ski
/usr/share/doc/ski/AUTHORS
/usr/share/doc/ski/ChangeLog
/usr/share/doc/ski/NEWS
/usr/share/doc/ski/README
/usr/share/doc/ski/SkiManualMasterDoc.pdf
/usr/share/doc/ski/TODO
/usr/share/doc/ski/ski-notes.html
/usr/share/licenses/ski
/usr/share/licenses/ski/COPYING
/usr/share/man/man1/bski.1.gz
/usr/share/man/man1/bskinc.1.gz
/usr/share/man/man1/gski.1.gz
/usr/share/man/man1/ski.1.gz
/usr/share/man/man1/xski.1.gz
/usr/share/ski
/usr/share/ski/gski.glade
References
Summary
In this tutorial we learn how to install ski
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).