How To Install llvm-libunwind-doc on Fedora 36
Introduction
In this tutorial we learn how to install llvm-libunwind-doc
on Fedora 36.
What is llvm-libunwind-doc
Documentation for LLVM libunwind
We can use yum
or dnf
to install llvm-libunwind-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm-libunwind-doc.
Install llvm-libunwind-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 llvm-libunwind-doc
using dnf
by running the following command:
sudo dnf -y install llvm-libunwind-doc
Install llvm-libunwind-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 llvm-libunwind-doc
using yum
by running the following command:
sudo yum -y install llvm-libunwind-doc
How To Uninstall llvm-libunwind-doc on Fedora 36
To uninstall only the llvm-libunwind-doc
package we can use the following command:
sudo dnf remove llvm-libunwind-doc
llvm-libunwind-doc Package Contents on Fedora 36
/usr/share/doc/llvm-libunwind
/usr/share/doc/llvm-libunwind/html
/usr/share/doc/llvm-libunwind/html/BuildingLibunwind.html
/usr/share/doc/llvm-libunwind/html/_sources
/usr/share/doc/llvm-libunwind/html/_sources/BuildingLibunwind.rst.txt
/usr/share/doc/llvm-libunwind/html/_sources/index.rst.txt
/usr/share/doc/llvm-libunwind/html/_static
/usr/share/doc/llvm-libunwind/html/_static/alert_info_32.png
/usr/share/doc/llvm-libunwind/html/_static/alert_warning_32.png
/usr/share/doc/llvm-libunwind/html/_static/basic.css
/usr/share/doc/llvm-libunwind/html/_static/bg-page.png
/usr/share/doc/llvm-libunwind/html/_static/bullet_orange.png
/usr/share/doc/llvm-libunwind/html/_static/doctools.js
/usr/share/doc/llvm-libunwind/html/_static/documentation_options.js
/usr/share/doc/llvm-libunwind/html/_static/file.png
/usr/share/doc/llvm-libunwind/html/_static/haiku.css
/usr/share/doc/llvm-libunwind/html/_static/jquery-3.5.1.js
/usr/share/doc/llvm-libunwind/html/_static/jquery.js
/usr/share/doc/llvm-libunwind/html/_static/language_data.js
/usr/share/doc/llvm-libunwind/html/_static/minus.png
/usr/share/doc/llvm-libunwind/html/_static/plus.png
/usr/share/doc/llvm-libunwind/html/_static/pygments.css
/usr/share/doc/llvm-libunwind/html/_static/searchtools.js
/usr/share/doc/llvm-libunwind/html/_static/underscore-1.13.1.js
/usr/share/doc/llvm-libunwind/html/_static/underscore.js
/usr/share/doc/llvm-libunwind/html/genindex.html
/usr/share/doc/llvm-libunwind/html/index.html
/usr/share/doc/llvm-libunwind/html/objects.inv
/usr/share/doc/llvm-libunwind/html/search.html
/usr/share/doc/llvm-libunwind/html/searchindex.js
/usr/share/licenses/llvm-libunwind-doc
/usr/share/licenses/llvm-libunwind-doc/LICENSE.TXT
References
Summary
In this tutorial we learn how to install llvm-libunwind-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).