How To Install texlive-cquthesis-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cquthesis-doc
on Fedora 36.
What is texlive-cquthesis-doc
Documentation for cquthesis
We can use yum
or dnf
to install texlive-cquthesis-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cquthesis-doc.
Install texlive-cquthesis-doc 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-cquthesis-doc
using dnf
by running the following command:
sudo dnf -y install texlive-cquthesis-doc
Install texlive-cquthesis-doc 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-cquthesis-doc
using yum
by running the following command:
sudo yum -y install texlive-cquthesis-doc
How To Uninstall texlive-cquthesis-doc on Fedora 36
To uninstall only the texlive-cquthesis-doc
package we can use the following command:
sudo dnf remove texlive-cquthesis-doc
texlive-cquthesis-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-cquthesis-doc
/usr/share/licenses/texlive-cquthesis-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/cquthesis
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/CONTRIBUTORS.md
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/README-Chinese.md
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/README.md
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/ack.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/analysis.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/appendix.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/conclusion.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/cover.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/denotation.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/experiment.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/contents/introduction.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/cquthesis.pdf
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/dtx-style.sty
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/figures
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/figures/CQUbadge.pdf
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/figures/README
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/main.tex
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/ref
/usr/share/texlive/texmf-dist/doc/latex/cquthesis/ref/refs.bib
References
Summary
In this tutorial we learn how to install texlive-cquthesis-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).