How To Install polyml-doc on Fedora 36

In this tutorial we learn how to install polyml-doc in Fedora 36. polyml-doc is Poly/ML documentation

Introduction

In this tutorial we learn how to install polyml-doc on Fedora 36.

What is polyml-doc

Documentation for Poly/ML.

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

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

sudo dnf -y install polyml-doc

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

sudo yum -y install polyml-doc

How To Uninstall polyml-doc on Fedora 36

To uninstall only the polyml-doc package we can use the following command:

sudo dnf remove polyml-doc

polyml-doc Package Contents on Fedora 36

/usr/share/doc/polyml-doc
/usr/share/doc/polyml-doc/IDEProtocol.html
/usr/share/doc/polyml-doc/Overview.html
/usr/share/doc/polyml-doc/Papers
/usr/share/doc/polyml-doc/Papers/poly
/usr/share/doc/polyml-doc/Papers/poly/intro.html
/usr/share/doc/polyml-doc/Papers/poly/overview.html
/usr/share/doc/polyml-doc/Papers/poly/polymanual.html
/usr/share/doc/polyml-doc/PrettyPrint.html
/usr/share/doc/polyml-doc/Reference
/usr/share/doc/polyml-doc/Reference/Basis.html
/usr/share/doc/polyml-doc/Reference/Foreign.html
/usr/share/doc/polyml-doc/Reference/PolyMLCodetree.html
/usr/share/doc/polyml-doc/Reference/PolyMLCompiler.html
/usr/share/doc/polyml-doc/Reference/PolyMLDebug.html
/usr/share/doc/polyml-doc/Reference/PolyMLDebuggerInterface.html
/usr/share/doc/polyml-doc/Reference/PolyMLException.html
/usr/share/doc/polyml-doc/Reference/PolyMLMake.html
/usr/share/doc/polyml-doc/Reference/PolyMLNameSpace.html
/usr/share/doc/polyml-doc/Reference/PolyMLProfiling.html
/usr/share/doc/polyml-doc/Reference/PolyMLSaveState.html
/usr/share/doc/polyml-doc/Reference/PolyMLStatistics.html
/usr/share/doc/polyml-doc/Reference/PolyMLStructure.html
/usr/share/doc/polyml-doc/Reference/Signal.html
/usr/share/doc/polyml-doc/Reference/SingleAssignment.html
/usr/share/doc/polyml-doc/Reference/Threads.html
/usr/share/doc/polyml-doc/Reference/Universal.html
/usr/share/doc/polyml-doc/Reference/Weak.html
/usr/share/doc/polyml-doc/Reference/XWindows.pdf
/usr/share/doc/polyml-doc/Reference/XWindows.txt
/usr/share/doc/polyml-doc/Reference/docstyle.css
/usr/share/doc/polyml-doc/Tutorials
/usr/share/doc/polyml-doc/Tutorials/Appl-1-4.gif
/usr/share/doc/polyml-doc/Tutorials/CInterface.html
/usr/share/doc/polyml-doc/Tutorials/Debugging.html
/usr/share/doc/polyml-doc/Tutorials/Motif.html
/usr/share/doc/polyml-doc/Tutorials/WindowsProgramming.html
/usr/share/doc/polyml-doc/Tutorials/mlEdit.html
/usr/share/doc/polyml-doc/Winref
/usr/share/doc/polyml-doc/Winref/Bitmap.html
/usr/share/doc/polyml-doc/Winref/Brush.html
/usr/share/doc/polyml-doc/Winref/Button.html
/usr/share/doc/polyml-doc/Winref/Caret.html
/usr/share/doc/polyml-doc/Winref/Class.html
/usr/share/doc/polyml-doc/Winref/Clipboard.html
/usr/share/doc/polyml-doc/Winref/Clipping.html
/usr/share/doc/polyml-doc/Winref/Color.html
/usr/share/doc/polyml-doc/Winref/Combobox.html
/usr/share/doc/polyml-doc/Winref/CommonDialog.html
/usr/share/doc/polyml-doc/Winref/Cursor.html
/usr/share/doc/polyml-doc/Winref/DeviceContext.html
/usr/share/doc/polyml-doc/Winref/Dialog.html
/usr/share/doc/polyml-doc/Winref/DragDrop.html
/usr/share/doc/polyml-doc/Winref/Edit.html
/usr/share/doc/polyml-doc/Winref/Font.html
/usr/share/doc/polyml-doc/Winref/Globals.html
/usr/share/doc/polyml-doc/Winref/Icon.html
/usr/share/doc/polyml-doc/Winref/Keyboard.html
/usr/share/doc/polyml-doc/Winref/Line.html
/usr/share/doc/polyml-doc/Winref/ListBox.html
/usr/share/doc/polyml-doc/Winref/Locale.html
/usr/share/doc/polyml-doc/Winref/Menu.html
/usr/share/doc/polyml-doc/Winref/Message.html
/usr/share/doc/polyml-doc/Winref/MessageBox.html
/usr/share/doc/polyml-doc/Winref/Metafile.html
/usr/share/doc/polyml-doc/Winref/Mouse.html
/usr/share/doc/polyml-doc/Winref/Painting.html
/usr/share/doc/polyml-doc/Winref/Path.html
/usr/share/doc/polyml-doc/Winref/Pen.html
/usr/share/doc/polyml-doc/Winref/Printing.html
/usr/share/doc/polyml-doc/Winref/Rectangle.html
/usr/share/doc/polyml-doc/Winref/Reference.html
/usr/share/doc/polyml-doc/Winref/Region.html
/usr/share/doc/polyml-doc/Winref/Resource.html
/usr/share/doc/polyml-doc/Winref/Scrollbar.html
/usr/share/doc/polyml-doc/Winref/Shape.html
/usr/share/doc/polyml-doc/Winref/Static.html
/usr/share/doc/polyml-doc/Winref/Transform.html
/usr/share/doc/polyml-doc/Winref/WinSystem.html
/usr/share/doc/polyml-doc/Winref/Window.html
/usr/share/doc/polyml-doc/main.css
/usr/share/licenses/polyml-doc
/usr/share/licenses/polyml-doc/COPYING

References

Summary

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