How To Install crossfire-client-images on Fedora 36
Introduction
In this tutorial we learn how to install crossfire-client-images
on Fedora 36.
What is crossfire-client-images
Image files that can be used with the crossfire clients so that they don’t have to be downloaded from the server.
We can use yum
or dnf
to install crossfire-client-images
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install crossfire-client-images.
Install crossfire-client-images 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 crossfire-client-images
using dnf
by running the following command:
sudo dnf -y install crossfire-client-images
Install crossfire-client-images 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 crossfire-client-images
using yum
by running the following command:
sudo yum -y install crossfire-client-images
How To Uninstall crossfire-client-images on Fedora 36
To uninstall only the crossfire-client-images
package we can use the following command:
sudo dnf remove crossfire-client-images
crossfire-client-images Package Contents on Fedora 36
/usr/share/crossfire-client
/usr/share/crossfire-client/bmaps.client
/usr/share/crossfire-client/crossfire.base
/usr/share/crossfire-client/crossfire.clsc
References
Summary
In this tutorial we learn how to install crossfire-client-images
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).