How To Install duel3 on Fedora 36
Introduction
In this tutorial we learn how to install duel3
on Fedora 36.
What is duel3
The sudden attack from the Martain Rim miners caught the Earth by surprise, there was no way the meager Earth Space Fleet could defend themselves. The miners attacked, and eliminated their enemies, and then returned to the asteroid belt. However, Earth could not accept such an embarrassing defeat. The military developed new space fighters, and trained several squadrons of elite pilots. The task force was then deployed against the miners. These trained pilots utterly defeated the miners in a matter of weeks, and the first space war in human history was finished. The military, however, now had a new problem on their hands. These new elite pilots were becoming restless, and there was no way for them to test their skills. The military dare not disband the force, or let their skills dull, so the Duel Combat League was formed. The newly formed league quickly became the premier entertainment form on the planet, and the military’s largest source of income. Take control of a Duel fighter, and test your skills against your opponents and the arena itself in fast-paced space combat.
We can use yum
or dnf
to install duel3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install duel3.
Install duel3 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 duel3
using dnf
by running the following command:
sudo dnf -y install duel3
Install duel3 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 duel3
using yum
by running the following command:
sudo yum -y install duel3
How To Uninstall duel3 on Fedora 36
To uninstall only the duel3
package we can use the following command:
sudo dnf remove duel3
duel3 Package Contents on Fedora 36
/usr/bin/duel3
/usr/bin/duel3-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/a1dfe0b90fedf7bfc434a9ff040f1693962753
/usr/share/applications/duel3.desktop
/usr/share/doc/duel3
/usr/share/doc/duel3/license.txt
/usr/share/doc/duel3/music-credits.txt
/usr/share/doc/duel3/readme.txt
/usr/share/duel3
/usr/share/duel3/ShipAtts.d3
/usr/share/duel3/Ships.d3
/usr/share/duel3/WeaponsSet.d3
/usr/share/duel3/fonts.dat
/usr/share/duel3/images
/usr/share/duel3/images/Thumbs.db
/usr/share/duel3/images/hudl_3.bmp
/usr/share/duel3/images/hudl_closed.bmp
/usr/share/duel3/images/hudr_3.bmp
/usr/share/duel3/images/t1.bmp
/usr/share/duel3/images/t2.bmp
/usr/share/duel3/images/t3.bmp
/usr/share/duel3/images/t4.bmp
/usr/share/duel3/images/title.bmp
/usr/share/duel3/models
/usr/share/duel3/models.d3
/usr/share/duel3/models/asteroid.ms3d
/usr/share/duel3/models/asteroid2.ms3d
/usr/share/duel3/models/asteroid3.ms3d
/usr/share/duel3/models/bulldog.ms3d
/usr/share/duel3/models/crysblade.ms3d
/usr/share/duel3/models/gaia.ms3d
/usr/share/duel3/models/hammerskull.ms3d
/usr/share/duel3/models/hellstrike.ms3d
/usr/share/duel3/models/mine.ms3d
/usr/share/duel3/models/missile2.ms3d
/usr/share/duel3/models/missile3.ms3d
/usr/share/duel3/models/redeemer.ms3d
/usr/share/duel3/models/sphere.ms3d
/usr/share/duel3/models/switchblade.ms3d
/usr/share/duel3/models/viper.ms3d
/usr/share/duel3/music
/usr/share/duel3/music/BlackIce1.XM
/usr/share/duel3/music/BlackIce2.XM
/usr/share/duel3/music/BlackIce3.xm
/usr/share/duel3/music/BlackIce4.XM
/usr/share/duel3/music/Music Credits.txt
/usr/share/duel3/sounds.dat
/usr/share/duel3/w_hud
/usr/share/duel3/w_hud/Thumbs.db
/usr/share/duel3/w_hud/berserkers.bmp
/usr/share/duel3/w_hud/blue_bar.bmp
/usr/share/duel3/w_hud/concussion.bmp
/usr/share/duel3/w_hud/defense.bmp
/usr/share/duel3/w_hud/emp.bmp
/usr/share/duel3/w_hud/four_mines.bmp
/usr/share/duel3/w_hud/gattling.bmp
/usr/share/duel3/w_hud/hellstrike.bmp
/usr/share/duel3/w_hud/homing_mines.bmp
/usr/share/duel3/w_hud/homing_missile.bmp
/usr/share/duel3/w_hud/lightning.bmp
/usr/share/duel3/w_hud/missile.bmp
/usr/share/duel3/w_hud/one_mine.bmp
/usr/share/duel3/w_hud/rebound.bmp
/usr/share/duel3/w_hud/redeemer.bmp
/usr/share/duel3/w_hud/shotgun.bmp
/usr/share/duel3/w_hud/single_shot.bmp
/usr/share/duel3/w_hud/tri_shot.bmp
/usr/share/icons/hicolor/64x64/apps/duel3.png
References
Summary
In this tutorial we learn how to install duel3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).