How To Install flang-doc on Fedora 36
In this tutorial we learn how to install flang-doc in Fedora 36. flang-doc is Documentation for Flang
Introduction
In this tutorial we learn how to install flang-doc
on Fedora 36.
What is flang-doc
Documentation for Flang
We can use yum
or dnf
to install flang-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flang-doc.
Install flang-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 flang-doc
using dnf
by running the following command:
sudo dnf -y install flang-doc
Install flang-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 flang-doc
using yum
by running the following command:
sudo yum -y install flang-doc
How To Uninstall flang-doc on Fedora 36
To uninstall only the flang-doc
package we can use the following command:
sudo dnf remove flang-doc
flang-doc Package Contents on Fedora 36
/usr/share/doc/flang
/usr/share/doc/flang/html
/usr/share/doc/flang/html/ArrayComposition.html
/usr/share/doc/flang/html/BijectiveInternalNameUniquing.html
/usr/share/doc/flang/html/C++17.html
/usr/share/doc/flang/html/C++style.html
/usr/share/doc/flang/html/Calls.html
/usr/share/doc/flang/html/Character.html
/usr/share/doc/flang/html/ControlFlowGraph.html
/usr/share/doc/flang/html/Directives.html
/usr/share/doc/flang/html/DoConcurrent.html
/usr/share/doc/flang/html/Extensions.html
/usr/share/doc/flang/html/FIRArrayOperations.html
/usr/share/doc/flang/html/FlangDriver.html
/usr/share/doc/flang/html/FortranFeatureHistory.html
/usr/share/doc/flang/html/FortranForCProgrammers.html
/usr/share/doc/flang/html/FortranIR.html
/usr/share/doc/flang/html/FortranLLVMTestSuite.html
/usr/share/doc/flang/html/GettingInvolved.html
/usr/share/doc/flang/html/IORuntimeInternals.html
/usr/share/doc/flang/html/ImplementingASemanticCheck.html
/usr/share/doc/flang/html/Intrinsics.html
/usr/share/doc/flang/html/LabelResolution.html
/usr/share/doc/flang/html/ModFiles.html
/usr/share/doc/flang/html/OpenMP-4.5-grammar.html
/usr/share/doc/flang/html/OpenMP-semantics.html
/usr/share/doc/flang/html/OptionComparison.html
/usr/share/doc/flang/html/Overview.html
/usr/share/doc/flang/html/ParserCombinators.html
/usr/share/doc/flang/html/Parsing.html
/usr/share/doc/flang/html/Preprocessing.html
/usr/share/doc/flang/html/PullRequestChecklist.html
/usr/share/doc/flang/html/ReleaseNotes.html
/usr/share/doc/flang/html/RuntimeDescriptor.html
/usr/share/doc/flang/html/RuntimeTypeInfo.html
/usr/share/doc/flang/html/Semantics.html
/usr/share/doc/flang/html/_images
/usr/share/doc/flang/html/_images/compiler_driver.png
/usr/share/doc/flang/html/_images/frontend_driver.png
/usr/share/doc/flang/html/_static
/usr/share/doc/flang/html/_static/basic.css
/usr/share/doc/flang/html/_static/contents.png
/usr/share/doc/flang/html/_static/doctools.js
/usr/share/doc/flang/html/_static/documentation_options.js
/usr/share/doc/flang/html/_static/file.png
/usr/share/doc/flang/html/_static/jquery-3.5.1.js
/usr/share/doc/flang/html/_static/jquery.js
/usr/share/doc/flang/html/_static/language_data.js
/usr/share/doc/flang/html/_static/llvm-theme.css
/usr/share/doc/flang/html/_static/llvm.css
/usr/share/doc/flang/html/_static/logo.png
/usr/share/doc/flang/html/_static/minus.png
/usr/share/doc/flang/html/_static/navigation.png
/usr/share/doc/flang/html/_static/plus.png
/usr/share/doc/flang/html/_static/pygments.css
/usr/share/doc/flang/html/_static/searchtools.js
/usr/share/doc/flang/html/_static/underscore-1.13.1.js
/usr/share/doc/flang/html/_static/underscore.js
/usr/share/doc/flang/html/f2018-grammar.html
/usr/share/doc/flang/html/genindex.html
/usr/share/doc/flang/html/index.html
/usr/share/doc/flang/html/objects.inv
/usr/share/doc/flang/html/search.html
/usr/share/doc/flang/html/searchindex.js
References
Summary
In this tutorial we learn how to install flang-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).