How To Install texlive-drs on Fedora 36
Introduction
In this tutorial we learn how to install texlive-drs
on Fedora 36.
What is texlive-drs
The package draws Discourse Representation Structures (DRSs). It can draw embedded DRSs, if-then conditions and quantificational “duplex conditions” (with a properly scaled connecting diamond). Formatting parameters allow the user to control the appearance and placement of DRSs, and of DRS variables and conditions. The package is based on DRS macros in the covington package.
We can use yum
or dnf
to install texlive-drs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-drs.
Install texlive-drs 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-drs
using dnf
by running the following command:
sudo dnf -y install texlive-drs
Install texlive-drs 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-drs
using yum
by running the following command:
sudo yum -y install texlive-drs
How To Uninstall texlive-drs on Fedora 36
To uninstall only the texlive-drs
package we can use the following command:
sudo dnf remove texlive-drs
texlive-drs Package Contents on Fedora 36
/usr/share/licenses/texlive-drs
/usr/share/licenses/texlive-drs/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/drs
/usr/share/texlive/texmf-dist/tex/latex/drs/drs.sty
References
Summary
In this tutorial we learn how to install texlive-drs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).