How To Install i3-doc on Fedora 36
In this tutorial we learn how to install i3-doc in Fedora 36. i3-doc is Documentation for i3
Introduction
In this tutorial we learn how to install i3-doc
on Fedora 36.
What is i3-doc
Asciidoc generated documentation for i3.
We can use yum
or dnf
to install i3-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install i3-doc.
Install i3-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 i3-doc
using dnf
by running the following command:
sudo dnf -y install i3-doc
Install i3-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 i3-doc
using yum
by running the following command:
sudo yum -y install i3-doc
How To Uninstall i3-doc on Fedora 36
To uninstall only the i3-doc
package we can use the following command:
sudo dnf remove i3-doc
i3-doc Package Contents on Fedora 36
/usr/share/doc/i3-doc
/usr/share/doc/i3-doc/bigpicture.png
/usr/share/doc/i3-doc/debugging.html
/usr/share/doc/i3-doc/hacking-howto.html
/usr/share/doc/i3-doc/i3-sync-working.png
/usr/share/doc/i3-doc/i3-sync.png
/usr/share/doc/i3-doc/i3bar-protocol.html
/usr/share/doc/i3-doc/ipc.html
/usr/share/doc/i3-doc/keyboard-layer1.png
/usr/share/doc/i3-doc/keyboard-layer2.png
/usr/share/doc/i3-doc/layout-saving-1.png
/usr/share/doc/i3-doc/layout-saving.html
/usr/share/doc/i3-doc/lib-i3test-test.html
/usr/share/doc/i3-doc/lib-i3test.html
/usr/share/doc/i3-doc/logo-30.png
/usr/share/doc/i3-doc/modes.png
/usr/share/doc/i3-doc/multi-monitor.html
/usr/share/doc/i3-doc/refcard.html
/usr/share/doc/i3-doc/single_terminal.png
/usr/share/doc/i3-doc/snapping.png
/usr/share/doc/i3-doc/testsuite.html
/usr/share/doc/i3-doc/tree-layout1.png
/usr/share/doc/i3-doc/tree-layout2.png
/usr/share/doc/i3-doc/tree-shot1.png
/usr/share/doc/i3-doc/tree-shot2.png
/usr/share/doc/i3-doc/tree-shot3.png
/usr/share/doc/i3-doc/tree-shot4.png
/usr/share/doc/i3-doc/two_columns.png
/usr/share/doc/i3-doc/two_terminals.png
/usr/share/doc/i3-doc/userguide.html
/usr/share/doc/i3-doc/wsbar.html
/usr/share/doc/i3-doc/wsbar.png
/usr/share/licenses/i3-doc
/usr/share/licenses/i3-doc/LICENSE
References
Summary
In this tutorial we learn how to install i3-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).