How To Install opencity on Fedora 36

In this tutorial we learn how to install opencity in Fedora 36. opencity is Full 3D city simulator game project

Introduction

In this tutorial we learn how to install opencity on Fedora 36.

What is opencity

This is just another city simulation. The idea is simple Residential, Commercial and Industrial. They depend on each other during their development. Try to give them what they need and watch your city growing up.

We can use yum or dnf to install opencity on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opencity.

Install opencity 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 opencity using dnf by running the following command:

sudo dnf -y install opencity

Install opencity 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 opencity using yum by running the following command:

sudo yum -y install opencity

How To Uninstall opencity on Fedora 36

To uninstall only the opencity package we can use the following command:

sudo dnf remove opencity

opencity Package Contents on Fedora 36

/etc/opencity
/etc/opencity/config
/etc/opencity/config/graphism.conf
/etc/opencity/config/graphism.xml
/etc/opencity/config/opencity.xml
/usr/bin/opencity
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/25b8703682abf6ceedd112bebbd3864574b03c
/usr/share/appdata/opencity.appdata.xml
/usr/share/applications/opencity.desktop
/usr/share/doc/opencity
/usr/share/doc/opencity/AUTHORS
/usr/share/doc/opencity/FAQ.txt
/usr/share/doc/opencity/FAQ_it.txt
/usr/share/doc/opencity/README
/usr/share/doc/opencity/README_es.txt
/usr/share/doc/opencity/README_it.txt
/usr/share/man/man6/opencity.6.gz
/usr/share/pixmaps/opencity.png

References

Summary

In this tutorial we learn how to install opencity on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).