How To Install tikzit on Fedora 34
Introduction
In this tutorial we learn how to install tikzit
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install tikzit.
Install tikzit 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 tikzit
using dnf
by running the following command:
sudo dnf -y install tikzit
Install tikzit 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 tikzit
using yum
by running the following command:
sudo yum -y install tikzit
How To Uninstall tikzit on Fedora 34
To uninstall only the tikzit
package we can use the following command:
sudo dnf remove tikzit
tikzit Package Contents on Fedora 34
/usr/bin/tikzit
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/a47fdb191588d0632f4b22a68f98e39be55ccb
/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 34 using yum and dnf.