How To Install qtikz on Fedora 36

In this tutorial we learn how to install qtikz in Fedora 36. qtikz is Editor for the TikZ language

Introduction

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

What is qtikz

QTikZ is a small application to assist in the creation of diagrams and drawings using the TikZ macros from the LaTeX package “pgf”. It consists of a text editor pane in which the TikZ code for the drawing is edited and a preview pane showing the drawing as rendered by LaTeX. The preview pane can be updated in real-time. Common drawing tools, options and styles are available from the menus to assist the coding process. This package contains the Qt version of the program.

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

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

sudo dnf -y install qtikz

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

sudo yum -y install qtikz

How To Uninstall qtikz on Fedora 36

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

sudo dnf remove qtikz

qtikz Package Contents on Fedora 36

/usr/bin/qtikz
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/1f2680b5f823b0cfe5cc9c11ef0ab41351bc0d
/usr/share/applications/qtikz.desktop
/usr/share/doc/qtikz
/usr/share/doc/qtikz/Changelog
/usr/share/doc/qtikz/README.md
/usr/share/doc/qtikz/TODO
/usr/share/icons/hicolor/128x128/apps/qtikz.png
/usr/share/icons/hicolor/22x22/apps/qtikz.png
/usr/share/icons/hicolor/scalable/apps/qtikz.svg
/usr/share/licenses/qtikz
/usr/share/licenses/qtikz/LICENSE.FDL1.2
/usr/share/licenses/qtikz/LICENSE.GPL2
/usr/share/man/man1/qtikz.1.gz
/usr/share/metainfo/qtikz.appdata.xml
/usr/share/mime/packages/qtikz.xml
/usr/share/qtikz
/usr/share/qtikz/documentation
/usr/share/qtikz/documentation/qtikz.qch
/usr/share/qtikz/documentation/qtikz.qhc
/usr/share/qtikz/locale
/usr/share/qtikz/locale/qtikz_cs.qm
/usr/share/qtikz/locale/qtikz_de.qm
/usr/share/qtikz/locale/qtikz_es.qm
/usr/share/qtikz/locale/qtikz_fr.qm
/usr/share/qtikz/qtikz-128.png
/usr/share/qtikz/templates
/usr/share/qtikz/templates/beamer-example-template.pgs
/usr/share/qtikz/templates/template_example.pgs
/usr/share/qtikz/templates/template_example2.pgs

References

Summary

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