How To Install lwtools-doc on Fedora 36
Introduction
In this tutorial we learn how to install lwtools-doc
on Fedora 36.
What is lwtools-doc
The complete documentation for the LWTOOLS cross-development tool chain.
We can use yum
or dnf
to install lwtools-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lwtools-doc.
Install lwtools-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 lwtools-doc
using dnf
by running the following command:
sudo dnf -y install lwtools-doc
Install lwtools-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 lwtools-doc
using yum
by running the following command:
sudo yum -y install lwtools-doc
How To Uninstall lwtools-doc on Fedora 36
To uninstall only the lwtools-doc
package we can use the following command:
sudo dnf remove lwtools-doc
lwtools-doc Package Contents on Fedora 36
/usr/share/doc/lwtools/00README.txt
/usr/share/doc/lwtools/internals.txt
/usr/share/doc/lwtools/lwasm.txt
/usr/share/doc/lwtools/manual
/usr/share/doc/lwtools/manual/c1023.html
/usr/share/doc/lwtools/manual/c1085.html
/usr/share/doc/lwtools/manual/c13.html
/usr/share/doc/lwtools/manual/c21.html
/usr/share/doc/lwtools/manual/c62.html
/usr/share/doc/lwtools/manual/c828.html
/usr/share/doc/lwtools/manual/index.html
/usr/share/doc/lwtools/manual/manual.html
/usr/share/doc/lwtools/manual/manual.pdf
/usr/share/doc/lwtools/manual/x1008.html
/usr/share/doc/lwtools/manual/x229.html
/usr/share/doc/lwtools/manual/x238.html
/usr/share/doc/lwtools/manual/x248.html
/usr/share/doc/lwtools/manual/x253.html
/usr/share/doc/lwtools/manual/x261.html
/usr/share/doc/lwtools/manual/x27.html
/usr/share/doc/lwtools/manual/x32.html
/usr/share/doc/lwtools/manual/x36.html
/usr/share/doc/lwtools/manual/x41.html
/usr/share/doc/lwtools/manual/x46.html
/usr/share/doc/lwtools/manual/x54.html
/usr/share/doc/lwtools/manual/x562.html
/usr/share/doc/lwtools/manual/x585.html
/usr/share/doc/lwtools/manual/x606.html
/usr/share/doc/lwtools/manual/x670.html
/usr/share/doc/lwtools/manual/x817.html
/usr/share/doc/lwtools/manual/x822.html
/usr/share/doc/lwtools/manual/x928.html
/usr/share/doc/lwtools/manual/x942.html
/usr/share/doc/lwtools/readme-4.0.txt
References
Summary
In this tutorial we learn how to install lwtools-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).