How To Install texlive-dsptricks on Fedora 36

In this tutorial we learn how to install texlive-dsptricks in Fedora 36. texlive-dsptricks is Macros for Digital Signal Processing plots

Introduction

In this tutorial we learn how to install texlive-dsptricks on Fedora 36.

What is texlive-dsptricks

The package provides a set of LaTeX macros (based on PSTricks) for plotting the kind of graphs and figures that are usually employed in digital signal processing publications. DSPTricks provides facilities for standard discrete-time “lollipop” plots, continuous-time and frequency plots, and pole-zero plots. The companion package DSPFunctions (dspfunctions.sty) provides macros for computing frequency responses and DFTs, while the package DSPBlocks (dspblocks.sty) supports DSP block diagrams.

We can use yum or dnf to install texlive-dsptricks on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dsptricks.

Install texlive-dsptricks 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-dsptricks using dnf by running the following command:

sudo dnf -y install texlive-dsptricks

Install texlive-dsptricks 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-dsptricks using yum by running the following command:

sudo yum -y install texlive-dsptricks

How To Uninstall texlive-dsptricks on Fedora 36

To uninstall only the texlive-dsptricks package we can use the following command:

sudo dnf remove texlive-dsptricks

texlive-dsptricks Package Contents on Fedora 36

/usr/share/licenses/texlive-dsptricks
/usr/share/licenses/texlive-dsptricks/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/dsptricks
/usr/share/texlive/texmf-dist/tex/latex/dsptricks/dspblocks.sty
/usr/share/texlive/texmf-dist/tex/latex/dsptricks/dspfunctions.sty
/usr/share/texlive/texmf-dist/tex/latex/dsptricks/dsptricks.sty

References

Summary

In this tutorial we learn how to install texlive-dsptricks on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).