How To Install lua-ldoc-doc on Fedora 36
In this tutorial we learn how to install lua-ldoc-doc in Fedora 36. lua-ldoc-doc is Docs for lua-ldoc
Introduction
In this tutorial we learn how to install lua-ldoc-doc
on Fedora 36.
What is lua-ldoc-doc
Docs for lua-ldoc
We can use yum
or dnf
to install lua-ldoc-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-ldoc-doc.
Install lua-ldoc-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 lua-ldoc-doc
using dnf
by running the following command:
sudo dnf -y install lua-ldoc-doc
Install lua-ldoc-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 lua-ldoc-doc
using yum
by running the following command:
sudo yum -y install lua-ldoc-doc
How To Uninstall lua-ldoc-doc on Fedora 36
To uninstall only the lua-ldoc-doc
package we can use the following command:
sudo dnf remove lua-ldoc-doc
lua-ldoc-doc Package Contents on Fedora 36
/usr/share/doc/lua-ldoc/changes.html
/usr/share/doc/lua-ldoc/examples
/usr/share/doc/lua-ldoc/examples/List.moon.html
/usr/share/doc/lua-ldoc/examples/colon.lua.html
/usr/share/doc/lua-ldoc/examples/four.lua.html
/usr/share/doc/lua-ldoc/examples/multiple.lua.html
/usr/share/doc/lua-ldoc/examples/mylib.c.html
/usr/share/doc/lua-ldoc/examples/three.lua.html
/usr/share/doc/lua-ldoc/index.html
/usr/share/doc/lua-ldoc/ldoc_pale.css
/usr/share/doc/lua-ldoc/manual
/usr/share/doc/lua-ldoc/manual/doc.md.html
/usr/share/doc/lua-ldoc/programs
/usr/share/doc/lua-ldoc/programs/ldoc.html
References
Summary
In this tutorial we learn how to install lua-ldoc-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).