How To Install xed-doc on Fedora 36
In this tutorial we learn how to install xed-doc in Fedora 36. xed-doc is Documentation files for xed
Introduction
In this tutorial we learn how to install xed-doc
on Fedora 36.
What is xed-doc
This package contains the documentation files for xed.
We can use yum
or dnf
to install xed-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xed-doc.
Install xed-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 xed-doc
using dnf
by running the following command:
sudo dnf -y install xed-doc
Install xed-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 xed-doc
using yum
by running the following command:
sudo yum -y install xed-doc
How To Uninstall xed-doc on Fedora 36
To uninstall only the xed-doc
package we can use the following command:
sudo dnf remove xed-doc
xed-doc Package Contents on Fedora 36
/usr/share/doc/xed
/usr/share/doc/xed/ChangeLog
/usr/share/doc/xed/README.md
/usr/share/doc/xed/changelog
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/xed
/usr/share/gtk-doc/html/xed/XedApp.html
/usr/share/gtk-doc/html/xed/XedAppActivatable.html
/usr/share/gtk-doc/html/xed/XedDocument.html
/usr/share/gtk-doc/html/xed/XedEncodingsComboBox.html
/usr/share/gtk-doc/html/xed/XedFileChooserDialog.html
/usr/share/gtk-doc/html/xed/XedMessage.html
/usr/share/gtk-doc/html/xed/XedMessageBus.html
/usr/share/gtk-doc/html/xed/XedNotebook.html
/usr/share/gtk-doc/html/xed/XedPanel.html
/usr/share/gtk-doc/html/xed/XedProgressInfoBar.html
/usr/share/gtk-doc/html/xed/XedSearchbar.html
/usr/share/gtk-doc/html/xed/XedStatusbar.html
/usr/share/gtk-doc/html/xed/XedTab.html
/usr/share/gtk-doc/html/xed/XedView.html
/usr/share/gtk-doc/html/xed/XedViewActivatable.html
/usr/share/gtk-doc/html/xed/XedWindow.html
/usr/share/gtk-doc/html/xed/XedWindowActivatable.html
/usr/share/gtk-doc/html/xed/annotation-glossary.html
/usr/share/gtk-doc/html/xed/api-index-full.html
/usr/share/gtk-doc/html/xed/ch01.html
/usr/share/gtk-doc/html/xed/home.png
/usr/share/gtk-doc/html/xed/index.html
/usr/share/gtk-doc/html/xed/left-insensitive.png
/usr/share/gtk-doc/html/xed/left.png
/usr/share/gtk-doc/html/xed/object-tree.html
/usr/share/gtk-doc/html/xed/right-insensitive.png
/usr/share/gtk-doc/html/xed/right.png
/usr/share/gtk-doc/html/xed/style.css
/usr/share/gtk-doc/html/xed/up-insensitive.png
/usr/share/gtk-doc/html/xed/up.png
/usr/share/gtk-doc/html/xed/xed-xed-commands.html
/usr/share/gtk-doc/html/xed/xed-xed-debug.html
/usr/share/gtk-doc/html/xed/xed-xed-message-type.html
/usr/share/gtk-doc/html/xed/xed-xed-utils.html
/usr/share/gtk-doc/html/xed/xed.devhelp2
/usr/share/licenses/xed
/usr/share/licenses/xed/AUTHORS
/usr/share/licenses/xed/COPYING
/usr/share/licenses/xed/copyright
References
Summary
In this tutorial we learn how to install xed-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).