How To Install texlive-tikzposter on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tikzposter
on Fedora 36.
What is texlive-tikzposter
A document class provides a simple way of using TikZ for generating posters. Several formatting options are available, and spacing and layout of the poster is to a large extent automated.
We can use yum
or dnf
to install texlive-tikzposter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tikzposter.
Install texlive-tikzposter 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 texlive-tikzposter
using dnf
by running the following command:
sudo dnf -y install texlive-tikzposter
Install texlive-tikzposter 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 texlive-tikzposter
using yum
by running the following command:
sudo yum -y install texlive-tikzposter
How To Uninstall texlive-tikzposter on Fedora 36
To uninstall only the texlive-tikzposter
package we can use the following command:
sudo dnf remove texlive-tikzposter
texlive-tikzposter Package Contents on Fedora 36
/usr/share/licenses/texlive-tikzposter
/usr/share/licenses/texlive-tikzposter/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/tikzposter
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposter.cls
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterBackgroundstyles.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterBlockstyles.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterColorpalettes.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterColorstyles.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterInnerblockstyles.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterLayoutthemes.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterNotestyles.tex
/usr/share/texlive/texmf-dist/tex/latex/tikzposter/tikzposterTitlestyles.tex
References
Summary
In this tutorial we learn how to install texlive-tikzposter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).