How To Install asc on Fedora 34

asc is Advanced Strategic Command

Introduction

In this tutorial we learn how to install asc on Fedora 34.

What is asc

ASC is a free, turn based strategy game.

We can use yum or dnf to install asc on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install asc.

Install asc on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install asc using dnf by running the following command:

sudo dnf -y install asc

Install asc on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install asc using yum by running the following command:

sudo yum -y install asc

How To Uninstall asc on Fedora 34

To uninstall only the asc package we can use the following command:

sudo dnf remove asc

asc Package Contents on Fedora 34

/usr/bin/asc
/usr/bin/asc_demount
/usr/bin/asc_mapedit
/usr/bin/asc_mount
/usr/bin/asc_weaponguide
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/ba7889fb42a509e94f6fb636c01c877bc4beeb
/usr/lib/.build-id/77
/usr/lib/.build-id/77/79c04be313e5703e060bc7a3f68b46a6c7ad80
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/4b4e966d2b68dc55e441feddd81940718a3d4a
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/85545c534356da99d30a8a8adb8453786b3fa6
/usr/lib/.build-id/e8/d219d472363c5ecf14f46a5fdd53c1738000d7
/usr/share/appdata
/usr/share/appdata/asc.appdata.xml
/usr/share/applications/asc.desktop
/usr/share/asc
/usr/share/asc/asc2_dlg.zip
/usr/share/asc/main.ascdat
/usr/share/doc/asc
/usr/share/doc/asc/AUTHORS
/usr/share/doc/asc/README
/usr/share/icons/hicolor/256x256/apps/asc.png
/usr/share/icons/hicolor/32x32/apps/asc.png
/usr/share/licenses/asc
/usr/share/licenses/asc/COPYING
/usr/share/man/man6/asc.6.gz
/usr/share/man/man6/asc_demount.6.gz
/usr/share/man/man6/asc_mapedit.6.gz
/usr/share/man/man6/asc_mount.6.gz
/usr/share/man/man6/asc_weaponguide.6.gz

References

Summary

In this tutorial we learn how to install asc on Fedora 34 using yum and dnf.