How To Install texlive-proposal on Fedora 36
Introduction
In this tutorial we learn how to install texlive-proposal
on Fedora 36.
What is texlive-proposal
The process of preparing a collaborative proposal, to a major funding body, involves integration of contributions of a many people at many sites. It is therefore an ideal application for a text-based document preparation system such as LaTeX, in concert with a distributed version control system such as SVN. The proposal class itself provides a basis for such an enterprise. The dfgproposal and dfgproposal classes provide two specialisations of the base class for (respectively) German and European research proposals. The packages depend on the author’s stex bundle.
We can use yum
or dnf
to install texlive-proposal
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-proposal.
Install texlive-proposal 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-proposal
using dnf
by running the following command:
sudo dnf -y install texlive-proposal
Install texlive-proposal 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-proposal
using yum
by running the following command:
sudo yum -y install texlive-proposal
How To Uninstall texlive-proposal on Fedora 36
To uninstall only the texlive-proposal
package we can use the following command:
sudo dnf remove texlive-proposal
texlive-proposal Package Contents on Fedora 36
/usr/share/licenses/texlive-proposal
/usr/share/licenses/texlive-proposal/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/proposal
/usr/share/texlive/texmf-dist/tex/latex/proposal/base
/usr/share/texlive/texmf-dist/tex/latex/proposal/base/pdata.sty
/usr/share/texlive/texmf-dist/tex/latex/proposal/base/proposal.cls
/usr/share/texlive/texmf-dist/tex/latex/proposal/base/reporting.cls
/usr/share/texlive/texmf-dist/tex/latex/proposal/dfg
/usr/share/texlive/texmf-dist/tex/latex/proposal/dfg/dfgpdata.sty
/usr/share/texlive/texmf-dist/tex/latex/proposal/dfg/dfgproposal.cls
/usr/share/texlive/texmf-dist/tex/latex/proposal/dfg/dfgreporting.cls
/usr/share/texlive/texmf-dist/tex/latex/proposal/eu
/usr/share/texlive/texmf-dist/tex/latex/proposal/eu/eupdata.sty
/usr/share/texlive/texmf-dist/tex/latex/proposal/eu/euproposal.cls
/usr/share/texlive/texmf-dist/tex/latex/proposal/eu/eureporting.cls
References
Summary
In this tutorial we learn how to install texlive-proposal
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).