How To Install xmountains on Fedora 36
Introduction
In this tutorial we learn how to install xmountains
on Fedora 36.
What is xmountains
Xmountains is a fractal terrain generator written by Stephen Booth.
We can use yum
or dnf
to install xmountains
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmountains.
Install xmountains 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 xmountains
using dnf
by running the following command:
sudo dnf -y install xmountains
Install xmountains 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 xmountains
using yum
by running the following command:
sudo yum -y install xmountains
How To Uninstall xmountains on Fedora 36
To uninstall only the xmountains
package we can use the following command:
sudo dnf remove xmountains
xmountains Package Contents on Fedora 36
/usr/bin/xmountains
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/a1a4ef1fedf87133136cd16cc947346edc9753
/usr/share/doc/xmountains
/usr/share/doc/xmountains/README
/usr/share/licenses/xmountains
/usr/share/licenses/xmountains/copyright.h
/usr/share/man/man1/xmountains.1x.gz
References
Summary
In this tutorial we learn how to install xmountains
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).