How To Install asc on Fedora 36
In this tutorial we learn how to install asc in Fedora 36. asc is Advanced Strategic Command
Introduction
In this tutorial we learn how to install asc
on Fedora 36.
What is asc
ASC is a free, turn based strategy game.
We can use yum
or dnf
to install asc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asc.
Install asc 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 asc
using dnf
by running the following command:
sudo dnf -y install asc
Install asc 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 asc
using yum
by running the following command:
sudo yum -y install asc
How To Uninstall asc on Fedora 36
To uninstall only the asc
package we can use the following command:
sudo dnf remove asc
asc Package Contents on Fedora 36
/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/03
/usr/lib/.build-id/03/5ce49a8abfb058fb876010f46d7e59cbf82d4f
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/5ef3dc34e6b6946b4fa9fab2149fd4905de8cf
/usr/lib/.build-id/91
/usr/lib/.build-id/91/abc80c0f42527747bd4f90a1dee65ed3013805
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/a51b5e3a579ddf4a6e83e85fd24773994ae50e
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/6c7bce6d1c027f4f0ad3e98125fa2905cc7b64
/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 36 using yum and [dnf]((/fedora/36/dnf/).