How To Install coco-coq on Fedora 36
Introduction
In this tutorial we learn how to install coco-coq
on Fedora 36.
What is coco-coq
Grostesteing is back for troubles to turn them into monsters. Coco must go inside the deadly base, avoids traps, free his friends and beat the bad scientist Grostesteing.
We can use yum
or dnf
to install coco-coq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coco-coq.
Install coco-coq 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 coco-coq
using dnf
by running the following command:
sudo dnf -y install coco-coq
Install coco-coq 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 coco-coq
using yum
by running the following command:
sudo yum -y install coco-coq
How To Uninstall coco-coq on Fedora 36
To uninstall only the coco-coq
package we can use the following command:
sudo dnf remove coco-coq
coco-coq Package Contents on Fedora 36
/usr/bin/coco-coq-wrapper.sh
/usr/share/applications/coco-coq.desktop
/usr/share/coco-coq
/usr/share/coco-coq/coco-coq-LICENSE.fedora
/usr/share/coco-coq/logdir
/usr/share/coco-coq/object
/usr/share/coco-coq/picdir
/usr/share/coco-coq/snddir
/usr/share/coco-coq/viewdir
/usr/share/coco-coq/vol.0
/usr/share/coco-coq/words.tok
/usr/share/doc/coco-coq
/usr/share/doc/coco-coq/coco-coq-LICENSE.fedora
/usr/share/icons/hicolor/32x32/apps/coco-coq.xpm
References
Summary
In this tutorial we learn how to install coco-coq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).