How To Install sopwith on Fedora 36
Introduction
In this tutorial we learn how to install sopwith
on Fedora 36.
What is sopwith
This is a port of the classic computer game “Sopwith” to run on modern computers and operating systems.
We can use yum
or dnf
to install sopwith
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sopwith.
Install sopwith 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 sopwith
using dnf
by running the following command:
sudo dnf -y install sopwith
Install sopwith 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 sopwith
using yum
by running the following command:
sudo yum -y install sopwith
How To Uninstall sopwith on Fedora 36
To uninstall only the sopwith
package we can use the following command:
sudo dnf remove sopwith
sopwith Package Contents on Fedora 36
/usr/bin/sopwith
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/28a55438de10744974ca483749a8a9fd297595
/usr/share/applications/sopwith.desktop
/usr/share/doc/sopwith
/usr/share/doc/sopwith/AUTHORS
/usr/share/doc/sopwith/COPYING
/usr/share/doc/sopwith/FAQ
/usr/share/doc/sopwith/NEWS
/usr/share/doc/sopwith/README
/usr/share/doc/sopwith/TODO
/usr/share/doc/sopwith/keys.txt
/usr/share/doc/sopwith/origdoc.txt
/usr/share/doc/sopwith/readme.txt
/usr/share/man/man6/sopwith.6.gz
/usr/share/pixmaps/sopwith.png
References
Summary
In this tutorial we learn how to install sopwith
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).