How To Install polly-doc on Fedora 36

In this tutorial we learn how to install polly-doc in Fedora 36. polly-doc is Documentation for Polly

Introduction

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

What is polly-doc

Documentation for the Polly optimizer.

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

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

sudo dnf -y install polly-doc

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

sudo yum -y install polly-doc

How To Uninstall polly-doc on Fedora 36

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

sudo dnf remove polly-doc

polly-doc Package Contents on Fedora 36

/usr/share/doc/polly/html
/usr/share/doc/polly/html/Architecture.html
/usr/share/doc/polly/html/HowToManuallyUseTheIndividualPiecesOfPolly.html
/usr/share/doc/polly/html/Performance.html
/usr/share/doc/polly/html/ReleaseNotes.html
/usr/share/doc/polly/html/TipsAndTricks.html
/usr/share/doc/polly/html/UsingPollyWithClang.html
/usr/share/doc/polly/html/_images
/usr/share/doc/polly/html/_images/GEMM_double.png
/usr/share/doc/polly/html/_images/LLVM-Passes-all.png
/usr/share/doc/polly/html/_images/LLVM-Passes-early.png
/usr/share/doc/polly/html/_images/LLVM-Passes-late.png
/usr/share/doc/polly/html/_images/LLVM-Passes-only.png
/usr/share/doc/polly/html/_images/architecture.png
/usr/share/doc/polly/html/_sources
/usr/share/doc/polly/html/_sources/Architecture.rst.txt
/usr/share/doc/polly/html/_sources/HowToManuallyUseTheIndividualPiecesOfPolly.rst.txt
/usr/share/doc/polly/html/_sources/Performance.rst.txt
/usr/share/doc/polly/html/_sources/ReleaseNotes.rst.txt
/usr/share/doc/polly/html/_sources/TipsAndTricks.rst.txt
/usr/share/doc/polly/html/_sources/UsingPollyWithClang.rst.txt
/usr/share/doc/polly/html/_sources/index.rst.txt
/usr/share/doc/polly/html/_static
/usr/share/doc/polly/html/_static/alert_info_32.png
/usr/share/doc/polly/html/_static/alert_warning_32.png
/usr/share/doc/polly/html/_static/basic.css
/usr/share/doc/polly/html/_static/bg-page.png
/usr/share/doc/polly/html/_static/bullet_orange.png
/usr/share/doc/polly/html/_static/doctools.js
/usr/share/doc/polly/html/_static/documentation_options.js
/usr/share/doc/polly/html/_static/file.png
/usr/share/doc/polly/html/_static/haiku.css
/usr/share/doc/polly/html/_static/jquery-3.5.1.js
/usr/share/doc/polly/html/_static/jquery.js
/usr/share/doc/polly/html/_static/language_data.js
/usr/share/doc/polly/html/_static/minus.png
/usr/share/doc/polly/html/_static/plus.png
/usr/share/doc/polly/html/_static/pygments.css
/usr/share/doc/polly/html/_static/searchtools.js
/usr/share/doc/polly/html/_static/underscore-1.13.1.js
/usr/share/doc/polly/html/_static/underscore.js
/usr/share/doc/polly/html/genindex.html
/usr/share/doc/polly/html/index.html
/usr/share/doc/polly/html/objects.inv
/usr/share/doc/polly/html/search.html
/usr/share/doc/polly/html/searchindex.js

References

Summary

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