How To Install tiled on Fedora 36
Introduction
In this tutorial we learn how to install tiled
on Fedora 36.
What is tiled
Tiled is a general purpose tile map editor. It is built to be easy to use, yet flexible enough to work with varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled is free software and written in C++, using the Qt application framework. This package contains the tiled application and tmxviewer, a simple application to view Tiled maps.
We can use yum
or dnf
to install tiled
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tiled.
Install tiled 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 tiled
using dnf
by running the following command:
sudo dnf -y install tiled
Install tiled 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 tiled
using yum
by running the following command:
sudo yum -y install tiled
How To Uninstall tiled on Fedora 36
To uninstall only the tiled
package we can use the following command:
sudo dnf remove tiled
tiled Package Contents on Fedora 36
/usr/bin/terraingenerator
/usr/bin/tiled
/usr/bin/tmxrasterizer
/usr/bin/tmxviewer
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/2323f3e4ad4c2692be05c21d5a11b6b6f1965b
/usr/lib/.build-id/14
/usr/lib/.build-id/14/fbbb482e99df11290bd2b6706e9c4e09477df0
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3900817e15bb8bc2d194efd70696edd23e4f04
/usr/lib/.build-id/27
/usr/lib/.build-id/27/10adf099afa41791d6b4ff7761737d87b2e9d5
/usr/lib/.build-id/55
/usr/lib/.build-id/55/1ae51acaffe2b8cd9c667cce8297b2b931bb97
/usr/lib/.build-id/75
/usr/lib/.build-id/75/7f8b69886c6203142d4224a032c8753cdebffc
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/621a938a5c7c8d8586790bd1fb55d65126a631
/usr/lib/.build-id/87
/usr/lib/.build-id/87/200e0dcbe8ca622638b89bc9e0748e04cf2860
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/9d9d02dda66b694950e030eddce4c11b1ead1d
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/437e5f690cffbe7d6c5454f9baccf0fd27d510
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/746bca5f5e1402a147864d9bb624537956f1ea
/usr/lib/libtiled.so.1
/usr/lib/libtiled.so.1.0
/usr/lib/libtiled.so.1.0.0
/usr/lib/tiled
/usr/lib/tiled/plugins
/usr/lib/tiled/plugins/libcsv.so
/usr/lib/tiled/plugins/libdefoldcollection.so
/usr/lib/tiled/plugins/libgmx.so
/usr/lib/tiled/plugins/libjson.so
/usr/lib/tiled/plugins/libjson1.so
/usr/lib/tiled/plugins/liblua.so
/usr/share/applications/org.mapeditor.Tiled.desktop
/usr/share/doc/tiled
/usr/share/doc/tiled/AUTHORS
/usr/share/doc/tiled/COPYING
/usr/share/doc/tiled/LICENSE.BSD
/usr/share/doc/tiled/LICENSE.GPL
/usr/share/doc/tiled/NEWS.md
/usr/share/doc/tiled/README.md
/usr/share/icons/hicolor/16x16/apps/tiled.png
/usr/share/icons/hicolor/16x16/mimetypes/application-x-tiled.png
/usr/share/icons/hicolor/32x32/apps/tiled.png
/usr/share/icons/hicolor/32x32/mimetypes/application-x-tiled.png
/usr/share/icons/hicolor/scalable/apps/tiled.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
/usr/share/man/man1/tiled.1.gz
/usr/share/man/man1/tmxrasterizer.1.gz
/usr/share/man/man1/tmxviewer.1.gz
/usr/share/metainfo/org.mapeditor.Tiled.appdata.xml
/usr/share/mime/packages/org.mapeditor.Tiled.xml
/usr/share/thumbnailers
/usr/share/thumbnailers/tiled.thumbnailer
/usr/share/tiled
/usr/share/tiled/translations
/usr/share/tiled/translations/tiled_ar_DZ.qm
/usr/share/tiled/translations/tiled_bg.qm
/usr/share/tiled/translations/tiled_cs.qm
/usr/share/tiled/translations/tiled_de.qm
/usr/share/tiled/translations/tiled_en.qm
/usr/share/tiled/translations/tiled_es.qm
/usr/share/tiled/translations/tiled_fi.qm
/usr/share/tiled/translations/tiled_fr.qm
/usr/share/tiled/translations/tiled_he.qm
/usr/share/tiled/translations/tiled_hu.qm
/usr/share/tiled/translations/tiled_it.qm
/usr/share/tiled/translations/tiled_ja.qm
/usr/share/tiled/translations/tiled_ko.qm
/usr/share/tiled/translations/tiled_nb.qm
/usr/share/tiled/translations/tiled_nl.qm
/usr/share/tiled/translations/tiled_pl.qm
/usr/share/tiled/translations/tiled_pt.qm
/usr/share/tiled/translations/tiled_pt_PT.qm
/usr/share/tiled/translations/tiled_ru.qm
/usr/share/tiled/translations/tiled_sv.qm
/usr/share/tiled/translations/tiled_th.qm
/usr/share/tiled/translations/tiled_tr.qm
/usr/share/tiled/translations/tiled_uk.qm
/usr/share/tiled/translations/tiled_zh_CN.qm
/usr/share/tiled/translations/tiled_zh_TW.qm
References
Summary
In this tutorial we learn how to install tiled
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tiled on Fedora 36” linkTitle: “tiled” type: “docs” description: “In this tutorial we learn how to install tiled in Fedora 36. tiled is Tiled Map Editor” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tiled-featured.png
Introduction
In this tutorial we learn how to install tiled
on Fedora 36.
What is tiled
Tiled is a general purpose tile map editor. It is built to be easy to use, yet flexible enough to work with varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled is free software and written in C++, using the Qt application framework. This package contains the tiled application and tmxviewer, a simple application to view Tiled maps.
We can use yum
or dnf
to install tiled
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tiled.
Install tiled 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 tiled
using dnf
by running the following command:
sudo dnf -y install tiled
Install tiled 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 tiled
using yum
by running the following command:
sudo yum -y install tiled
How To Uninstall tiled on Fedora 36
To uninstall only the tiled
package we can use the following command:
sudo dnf remove tiled
tiled Package Contents on Fedora 36
/usr/bin/terraingenerator
/usr/bin/tiled
/usr/bin/tmxrasterizer
/usr/bin/tmxviewer
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/256169572cf1fb33e8050d8f88c1a492418b8e
/usr/lib/.build-id/39
/usr/lib/.build-id/39/5318bf661f638a832e8daddd691e7378ec64ba
/usr/lib/.build-id/59
/usr/lib/.build-id/59/ef5446cf54450b4c1fe848eca7d34490f51250
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/73c3c960de96df00874a4b0864677613d901ec
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/328f35bded339d6efd0d3eb515efb116c36880
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/6a3320e854db06a3609adf57f5cdc6f3983f39
/usr/lib/.build-id/c6/e4bf9f687ba25ff76f38f94d0a6bfb0811c5dc
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/90a669cdf2eb4c36a551e2f0c4744595d2f0fa
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/52d46a480ac18a9dc09a728cf27a7ac26fa639
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/ebad0ef62fb0fc1954a8db5c84f8172eb02684
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/d427da0c39ad29b6a86b48ee35c6aca4cbf00d
/usr/lib64/libtiled.so.1
/usr/lib64/libtiled.so.1.0
/usr/lib64/libtiled.so.1.0.0
/usr/lib64/tiled
/usr/lib64/tiled/plugins
/usr/lib64/tiled/plugins/libcsv.so
/usr/lib64/tiled/plugins/libdefoldcollection.so
/usr/lib64/tiled/plugins/libgmx.so
/usr/lib64/tiled/plugins/libjson.so
/usr/lib64/tiled/plugins/libjson1.so
/usr/lib64/tiled/plugins/liblua.so
/usr/share/applications/org.mapeditor.Tiled.desktop
/usr/share/doc/tiled
/usr/share/doc/tiled/AUTHORS
/usr/share/doc/tiled/COPYING
/usr/share/doc/tiled/LICENSE.BSD
/usr/share/doc/tiled/LICENSE.GPL
/usr/share/doc/tiled/NEWS.md
/usr/share/doc/tiled/README.md
/usr/share/icons/hicolor/16x16/apps/tiled.png
/usr/share/icons/hicolor/16x16/mimetypes/application-x-tiled.png
/usr/share/icons/hicolor/32x32/apps/tiled.png
/usr/share/icons/hicolor/32x32/mimetypes/application-x-tiled.png
/usr/share/icons/hicolor/scalable/apps/tiled.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
/usr/share/man/man1/tiled.1.gz
/usr/share/man/man1/tmxrasterizer.1.gz
/usr/share/man/man1/tmxviewer.1.gz
/usr/share/metainfo/org.mapeditor.Tiled.appdata.xml
/usr/share/mime/packages/org.mapeditor.Tiled.xml
/usr/share/thumbnailers
/usr/share/thumbnailers/tiled.thumbnailer
/usr/share/tiled
/usr/share/tiled/translations
/usr/share/tiled/translations/tiled_ar_DZ.qm
/usr/share/tiled/translations/tiled_bg.qm
/usr/share/tiled/translations/tiled_cs.qm
/usr/share/tiled/translations/tiled_de.qm
/usr/share/tiled/translations/tiled_en.qm
/usr/share/tiled/translations/tiled_es.qm
/usr/share/tiled/translations/tiled_fi.qm
/usr/share/tiled/translations/tiled_fr.qm
/usr/share/tiled/translations/tiled_he.qm
/usr/share/tiled/translations/tiled_hu.qm
/usr/share/tiled/translations/tiled_it.qm
/usr/share/tiled/translations/tiled_ja.qm
/usr/share/tiled/translations/tiled_ko.qm
/usr/share/tiled/translations/tiled_nb.qm
/usr/share/tiled/translations/tiled_nl.qm
/usr/share/tiled/translations/tiled_pl.qm
/usr/share/tiled/translations/tiled_pt.qm
/usr/share/tiled/translations/tiled_pt_PT.qm
/usr/share/tiled/translations/tiled_ru.qm
/usr/share/tiled/translations/tiled_sv.qm
/usr/share/tiled/translations/tiled_th.qm
/usr/share/tiled/translations/tiled_tr.qm
/usr/share/tiled/translations/tiled_uk.qm
/usr/share/tiled/translations/tiled_zh_CN.qm
/usr/share/tiled/translations/tiled_zh_TW.qm
References
Summary
In this tutorial we learn how to install tiled
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).