How To Install tikzit on Fedora 36
Introduction
In this tutorial we learn how to install tikzit on Fedora 36.
What is tikzit
TikZiT is a graphical tool for rapidly creating an editing node-and-edge style graphs. It was originally created to aid in the typesetting of “dot” diagrams of interacting quantum observables, but can be used as a general graph editing program.
We can use yum or dnf to install tikzit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tikzit.
Install tikzit 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 tikzit using dnf by running the following command:
sudo dnf -y install tikzit
Install tikzit 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 tikzit using yum by running the following command:
sudo yum -y install tikzit
How To Uninstall tikzit on Fedora 36
To uninstall only the tikzit package we can use the following command:
sudo dnf remove tikzit
tikzit Package Contents on Fedora 36
/usr/bin/tikzit
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/00338ed0c4efb77a74d9d5da7e7a09c3df0ab2
/usr/share/applications/tikzit.desktop
/usr/share/doc/tikzit
/usr/share/doc/tikzit/README.md
/usr/share/icons/hicolor/1024x1024/apps/tikzit.png
/usr/share/icons/hicolor/128x128/apps/tikzit.png
/usr/share/icons/hicolor/16x16/apps/tikzit.png
/usr/share/icons/hicolor/256x256/apps/tikzit.png
/usr/share/icons/hicolor/32x32/apps/tikzit.png
/usr/share/icons/hicolor/512x512/apps/tikzit.png
/usr/share/icons/hicolor/64x64/apps/tikzit.png
/usr/share/icons/hicolor/scalable/apps/tikzit.svg
/usr/share/licenses/tikzit
/usr/share/licenses/tikzit/COPYING
/usr/share/man/man1/tikzit.1.gz
/usr/share/mime/packages/user-tikz-document.xml
/usr/share/texlive/texmf-local/tex/latex/tikzit/tikzit.sty
References
Summary
In this tutorial we learn how to install tikzit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).