How To Install cockatrice on Fedora 36
Introduction
In this tutorial we learn how to install cockatrice
on Fedora 36.
What is cockatrice
Cockatrice is an open-source multi-platform supported program for playing tabletop card games over a network. The program’s server design prevents any kind of client modifications to gain an unfair advantage in a game. The client also has a built in single-player mode where you can create decks without being connected to a server.
We can use yum
or dnf
to install cockatrice
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cockatrice.
Install cockatrice 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 cockatrice
using dnf
by running the following command:
sudo dnf -y install cockatrice
Install cockatrice 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 cockatrice
using yum
by running the following command:
sudo yum -y install cockatrice
How To Uninstall cockatrice on Fedora 36
To uninstall only the cockatrice
package we can use the following command:
sudo dnf remove cockatrice
cockatrice Package Contents on Fedora 36
/usr/bin/cockatrice
/usr/bin/dbconverter
/usr/bin/oracle
/usr/bin/servatrice
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/734e20b6bdb5a15b084bdf73c5efb9d5e475f0
/usr/lib/.build-id/56
/usr/lib/.build-id/56/ca5050e05e89240a13cc899ce41a971ad6a46b
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/ab27a0af176c18d765a240a0aa7394a18b3ade
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/3485caefba77e041464c09c88048ac40fe368f
/usr/share/appdata/cockatrice.appdata.xml
/usr/share/applications/cockatrice.desktop
/usr/share/applications/oracle.desktop
/usr/share/applications/servatrice.desktop
/usr/share/cockatrice
/usr/share/cockatrice/sounds
/usr/share/cockatrice/sounds/Default
/usr/share/cockatrice/sounds/Default/attack_step.wav
/usr/share/cockatrice/sounds/Default/buddy_join.wav
/usr/share/cockatrice/sounds/Default/buddy_leave.wav
/usr/share/cockatrice/sounds/Default/end_step.wav
/usr/share/cockatrice/sounds/Default/player_join.wav
/usr/share/cockatrice/sounds/Default/start_combat.wav
/usr/share/cockatrice/sounds/Default/tap_card.wav
/usr/share/cockatrice/sounds/Legacy
/usr/share/cockatrice/sounds/Legacy/all_mention.wav
/usr/share/cockatrice/sounds/Legacy/chat_mention.wav
/usr/share/cockatrice/sounds/Legacy/draw_step.wav
/usr/share/cockatrice/sounds/Legacy/play_card.wav
/usr/share/cockatrice/sounds/Legacy/player_join.wav
/usr/share/cockatrice/sounds/Legacy/private_message.wav
/usr/share/cockatrice/sounds/Legacy/shuffle.wav
/usr/share/cockatrice/sounds/Legacy/tap_card.wav
/usr/share/cockatrice/sounds/Legacy/untap_card.wav
/usr/share/cockatrice/themes
/usr/share/cockatrice/themes/Default
/usr/share/cockatrice/themes/Fabric
/usr/share/cockatrice/themes/Fabric/zones
/usr/share/cockatrice/themes/Fabric/zones/handzone.png
/usr/share/cockatrice/themes/Fabric/zones/playerzone.png
/usr/share/cockatrice/themes/Fabric/zones/stackzone.png
/usr/share/cockatrice/themes/Fabric/zones/tablezone.png
/usr/share/cockatrice/themes/Leather
/usr/share/cockatrice/themes/Leather/zones
/usr/share/cockatrice/themes/Leather/zones/handzone.png
/usr/share/cockatrice/themes/Leather/zones/playerzone.png
/usr/share/cockatrice/themes/Leather/zones/stackzone.png
/usr/share/cockatrice/themes/Leather/zones/tablezone.png
/usr/share/cockatrice/themes/Plasma
/usr/share/cockatrice/themes/Plasma/zones
/usr/share/cockatrice/themes/Plasma/zones/handzone.png
/usr/share/cockatrice/themes/Plasma/zones/playerzone.png
/usr/share/cockatrice/themes/Plasma/zones/stackzone.png
/usr/share/cockatrice/themes/Plasma/zones/tablezone.png
/usr/share/cockatrice/themes/VelvetMarble
/usr/share/cockatrice/themes/VelvetMarble/zones
/usr/share/cockatrice/themes/VelvetMarble/zones/handzone.jpg
/usr/share/cockatrice/themes/VelvetMarble/zones/playerzone.jpg
/usr/share/cockatrice/themes/VelvetMarble/zones/stackzone.jpg
/usr/share/cockatrice/themes/VelvetMarble/zones/tablezone.jpg
/usr/share/cockatrice/translations
/usr/share/doc/cockatrice
/usr/share/doc/cockatrice/README.md
/usr/share/icons/hicolor/48x48/apps/cockatrice.png
/usr/share/icons/hicolor/48x48/apps/oracle.png
/usr/share/icons/hicolor/48x48/apps/servatrice.png
/usr/share/icons/hicolor/scalable/apps/cockatrice.svg
/usr/share/icons/hicolor/scalable/apps/oracle.svg
/usr/share/icons/hicolor/scalable/apps/servatrice.svg
/usr/share/licenses/cockatrice
/usr/share/licenses/cockatrice/LICENSE
/usr/share/oracle
/usr/share/oracle/translations
/usr/share/servatrice
/usr/share/servatrice/servatrice.ini.example
/usr/share/servatrice/servatrice.sql
References
Summary
In this tutorial we learn how to install cockatrice
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).