How To Install texlive-lua-physical on Fedora 36

In this tutorial we learn how to install texlive-lua-physical in Fedora 36. texlive-lua-physical is Functions and objects for the computation of physical quantities

Introduction

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

What is texlive-lua-physical

This is a pure Lua library, which provides functions and objects for the computation of physical quantities. The package provides units of the SI and the imperial system. In order to display the numbers with measurement uncertainties, the package is able to perform Gaussian error propagation.

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

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

sudo dnf -y install texlive-lua-physical

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

sudo yum -y install texlive-lua-physical

How To Uninstall texlive-lua-physical on Fedora 36

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

sudo dnf remove texlive-lua-physical

texlive-lua-physical Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/LICENSE
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/README.md
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/lua-physical.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/lua-physical.tex
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/lua-physical_example.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/lua-physical_example.tex
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/luaunit.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/test.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testData.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testDefinition.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testDimension.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testNumber.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testQuantity.lua
/usr/share/texlive/texmf-dist/doc/lualatex/lua-physical/test/testUnit.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-astronomical.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-data.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-definition.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-dimension.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-isotope.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-number.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-quantity.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical-unit.lua
/usr/share/texlive/texmf-dist/scripts/lua-physical/physical.lua

References

Summary

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