How To Install liquidwar on Fedora 36
Introduction
In this tutorial we learn how to install liquidwar
on Fedora 36.
What is liquidwar
Liquid War is a unique multiplayer wargame. You control an army of liquid and have to try and eat your opponents. A single player mode is available, but the game is definitely designed to be multiplayer, and has network support.
We can use yum
or dnf
to install liquidwar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liquidwar.
Install liquidwar 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 liquidwar
using dnf
by running the following command:
sudo dnf -y install liquidwar
Install liquidwar 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 liquidwar
using yum
by running the following command:
sudo yum -y install liquidwar
How To Uninstall liquidwar on Fedora 36
To uninstall only the liquidwar
package we can use the following command:
sudo dnf remove liquidwar
liquidwar Package Contents on Fedora 36
/usr/bin/liquidwar
/usr/bin/liquidwar-mapgen
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/3bdf79e3eaf641def66be1b46b5e60f71eef2f
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/91efb57e996bf4781c53f2827120e7ee31347e
/usr/share/applications/liquidwar.desktop
/usr/share/doc/liquidwar
/usr/share/doc/liquidwar/README.de
/usr/share/doc/liquidwar/README.dk
/usr/share/doc/liquidwar/README.fr
/usr/share/doc/liquidwar/README.md
/usr/share/doc/liquidwar/README.pl
/usr/share/icons/hicolor/32x32/apps/liquidwar.xpm
/usr/share/icons/hicolor/48x48/apps/liquidwar.xpm
/usr/share/info/liquidwar.info.gz
/usr/share/licenses/liquidwar
/usr/share/licenses/liquidwar/COPYING
/usr/share/liquidwar
/usr/share/liquidwar/liquidwar.dat
/usr/share/liquidwar/map
/usr/share/liquidwar/map/meditate.bmp
/usr/share/liquidwar/map/pacman.bmp
/usr/share/liquidwar/map/paille.bmp
/usr/share/liquidwar/map/t4.bmp
/usr/share/liquidwar/music
/usr/share/liquidwar/music/colossus.mid
/usr/share/liquidwar/texture
/usr/share/liquidwar/texture/bluesq.bmp
/usr/share/liquidwar/texture/clovers.bmp
/usr/share/liquidwar/texture/meditate.bmp
/usr/share/liquidwar/texture/rust.bmp
/usr/share/liquidwar/texture/warning.bmp
/usr/share/man/man6/liquidwar-mapgen.6.gz
/usr/share/man/man6/liquidwar.6.gz
References
Summary
In this tutorial we learn how to install liquidwar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).