How To Install antlr-manual on Fedora 36

In this tutorial we learn how to install antlr-manual in Fedora 36. antlr-manual is Manual for antlr

Introduction

In this tutorial we learn how to install antlr-manual on Fedora 36.

What is antlr-manual

Documentation for antlr.

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

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

sudo dnf -y install antlr-manual

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

sudo yum -y install antlr-manual

How To Uninstall antlr-manual on Fedora 36

To uninstall only the antlr-manual package we can use the following command:

sudo dnf remove antlr-manual

antlr-manual Package Contents on Fedora 36

/usr/share/doc/antlr-manual
/usr/share/doc/antlr-manual/ANTLRException.gif
/usr/share/doc/antlr-manual/closure.gif
/usr/share/doc/antlr-manual/cpp-runtime.html
/usr/share/doc/antlr-manual/csharp-runtime.html
/usr/share/doc/antlr-manual/err.html
/usr/share/doc/antlr-manual/glossary.html
/usr/share/doc/antlr-manual/hidden.stream.gif
/usr/share/doc/antlr-manual/index.html
/usr/share/doc/antlr-manual/inheritance.html
/usr/share/doc/antlr-manual/j-guru-blue.jpg
/usr/share/doc/antlr-manual/jguru-logo.gif
/usr/share/doc/antlr-manual/lexer.html
/usr/share/doc/antlr-manual/lexer.to.parser.tokens.gif
/usr/share/doc/antlr-manual/logo.gif
/usr/share/doc/antlr-manual/metalang.html
/usr/share/doc/antlr-manual/optional.gif
/usr/share/doc/antlr-manual/options.html
/usr/share/doc/antlr-manual/posclosure.gif
/usr/share/doc/antlr-manual/python-runtime.html
/usr/share/doc/antlr-manual/runtime.html
/usr/share/doc/antlr-manual/sor.html
/usr/share/doc/antlr-manual/stream.perspectives.gif
/usr/share/doc/antlr-manual/stream.selector.gif
/usr/share/doc/antlr-manual/stream.splitter.gif
/usr/share/doc/antlr-manual/streams.html
/usr/share/doc/antlr-manual/subrule.gif
/usr/share/doc/antlr-manual/trees.html
/usr/share/doc/antlr-manual/vocab.html
/usr/share/licenses/antlr-manual
/usr/share/licenses/antlr-manual/LICENSE.txt

References

Summary

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