How To Install texlive-ulqda on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ulqda
on Fedora 36.
What is texlive-ulqda
The package is for use in Qualitative Data Analysis research. It supports the integration of Qualitative Data Analysis (QDA) research tasks, specifically for Grounded Theory, into the LaTeX work flow. It assists in the analysis of textual data such as interview transcripts and field notes by providing the LaTeX user with macros which are used to markup textual information – for example, in-depth interviews.
We can use yum
or dnf
to install texlive-ulqda
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ulqda.
Install texlive-ulqda 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-ulqda
using dnf
by running the following command:
sudo dnf -y install texlive-ulqda
Install texlive-ulqda 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-ulqda
using yum
by running the following command:
sudo yum -y install texlive-ulqda
How To Uninstall texlive-ulqda on Fedora 36
To uninstall only the texlive-ulqda
package we can use the following command:
sudo dnf remove texlive-ulqda
texlive-ulqda Package Contents on Fedora 36
/usr/bin/ulqda
/usr/share/licenses/texlive-ulqda
/usr/share/licenses/texlive-ulqda/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/ulqda
/usr/share/texlive/texmf-dist/doc/latex/ulqda/README
/usr/share/texlive/texmf-dist/doc/latex/ulqda/ulqda.pdf
/usr/share/texlive/texmf-dist/scripts/ulqda
/usr/share/texlive/texmf-dist/scripts/ulqda/ulqda.pl
/usr/share/texlive/texmf-dist/tex/latex/ulqda
/usr/share/texlive/texmf-dist/tex/latex/ulqda/ulqda.sty
References
Summary
In this tutorial we learn how to install texlive-ulqda
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).