How To Install qtikz on Fedora 34
Introduction
In this tutorial we learn how to install qtikz
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install qtikz.
Install qtikz on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install qtikz
using dnf
by running the following command:
sudo dnf -y install qtikz
Install qtikz on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the qtikz
package we can use the following command:
sudo dnf remove qtikz
qtikz Package Contents on Fedora 34
/usr/bin/qtikz
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/6d70bea5473b5984b433e18459f214014a1995
/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
/usr/bin/qtikz
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/42d0a47ccea17d72c53b23d929929e9da800a0
/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 34 using yum and dnf.