How To Install unique3-docs on Fedora 36
Introduction
In this tutorial we learn how to install unique3-docs
on Fedora 36.
What is unique3-docs
API docs for unique3.
We can use yum
or dnf
to install unique3-docs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unique3-docs.
Install unique3-docs 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 unique3-docs
using dnf
by running the following command:
sudo dnf -y install unique3-docs
Install unique3-docs 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 unique3-docs
using yum
by running the following command:
sudo yum -y install unique3-docs
How To Uninstall unique3-docs on Fedora 36
To uninstall only the unique3-docs
package we can use the following command:
sudo dnf remove unique3-docs
unique3-docs Package Contents on Fedora 36
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/unique-3.0
/usr/share/gtk-doc/html/unique-3.0/home.png
/usr/share/gtk-doc/html/unique-3.0/index.html
/usr/share/gtk-doc/html/unique-3.0/ix01.html
/usr/share/gtk-doc/html/unique-3.0/left-insensitive.png
/usr/share/gtk-doc/html/unique-3.0/left.png
/usr/share/gtk-doc/html/unique-3.0/license.html
/usr/share/gtk-doc/html/unique-3.0/right-insensitive.png
/usr/share/gtk-doc/html/unique-3.0/right.png
/usr/share/gtk-doc/html/unique-3.0/style.css
/usr/share/gtk-doc/html/unique-3.0/unique-3.0.devhelp2
/usr/share/gtk-doc/html/unique-3.0/unique-Message-Data.html
/usr/share/gtk-doc/html/unique-3.0/unique-UniqueApp.html
/usr/share/gtk-doc/html/unique-3.0/unique-UniqueBackend.html
/usr/share/gtk-doc/html/unique-3.0/unique-Versioning-Information.html
/usr/share/gtk-doc/html/unique-3.0/unique-glossary.html
/usr/share/gtk-doc/html/unique-3.0/unique-overview.html
/usr/share/gtk-doc/html/unique-3.0/up-insensitive.png
/usr/share/gtk-doc/html/unique-3.0/up.png
References
Summary
In this tutorial we learn how to install unique3-docs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).