How To Install libisofs-doc on Fedora 36
Introduction
In this tutorial we learn how to install libisofs-doc
on Fedora 36.
What is libisofs-doc
Libisofs is a library to create an ISO-9660 filesystem and supports extensions like RockRidge or Joliet. This package contains the API documentation for developing applications that use libisofs.
We can use yum
or dnf
to install libisofs-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libisofs-doc.
Install libisofs-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 libisofs-doc
using dnf
by running the following command:
sudo dnf -y install libisofs-doc
Install libisofs-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 libisofs-doc
using yum
by running the following command:
sudo yum -y install libisofs-doc
How To Uninstall libisofs-doc on Fedora 36
To uninstall only the libisofs-doc
package we can use the following command:
sudo dnf remove libisofs-doc
libisofs-doc Package Contents on Fedora 36
/usr/share/doc/libisofs-doc
/usr/share/doc/libisofs-doc/html
/usr/share/doc/libisofs-doc/html/annotated.html
/usr/share/doc/libisofs-doc/html/bc_s.png
/usr/share/doc/libisofs-doc/html/bdwn.png
/usr/share/doc/libisofs-doc/html/classes.html
/usr/share/doc/libisofs-doc/html/closed.png
/usr/share/doc/libisofs-doc/html/deprecated.html
/usr/share/doc/libisofs-doc/html/dir_f4bd5939bc555de58a20a9814249b94d.html
/usr/share/doc/libisofs-doc/html/dir_fa8245762d3e4f8f88e4caafcd1e5fab.html
/usr/share/doc/libisofs-doc/html/doc.png
/usr/share/doc/libisofs-doc/html/doxygen.css
/usr/share/doc/libisofs-doc/html/doxygen.svg
/usr/share/doc/libisofs-doc/html/dynsections.js
/usr/share/doc/libisofs-doc/html/files.html
/usr/share/doc/libisofs-doc/html/folderclosed.png
/usr/share/doc/libisofs-doc/html/folderopen.png
/usr/share/doc/libisofs-doc/html/functions.html
/usr/share/doc/libisofs-doc/html/functions_vars.html
/usr/share/doc/libisofs-doc/html/globals.html
/usr/share/doc/libisofs-doc/html/globals_defs.html
/usr/share/doc/libisofs-doc/html/globals_e.html
/usr/share/doc/libisofs-doc/html/globals_enum.html
/usr/share/doc/libisofs-doc/html/globals_eval.html
/usr/share/doc/libisofs-doc/html/globals_func.html
/usr/share/doc/libisofs-doc/html/globals_func_e.html
/usr/share/doc/libisofs-doc/html/globals_func_i.html
/usr/share/doc/libisofs-doc/html/globals_i.html
/usr/share/doc/libisofs-doc/html/globals_l.html
/usr/share/doc/libisofs-doc/html/globals_s.html
/usr/share/doc/libisofs-doc/html/globals_type.html
/usr/share/doc/libisofs-doc/html/globals_vars.html
/usr/share/doc/libisofs-doc/html/index.html
/usr/share/doc/libisofs-doc/html/jquery.js
/usr/share/doc/libisofs-doc/html/libisofs_8h.html
/usr/share/doc/libisofs-doc/html/libisofs_8h_source.html
/usr/share/doc/libisofs-doc/html/menu.js
/usr/share/doc/libisofs-doc/html/menudata.js
/usr/share/doc/libisofs-doc/html/nav_f.png
/usr/share/doc/libisofs-doc/html/nav_g.png
/usr/share/doc/libisofs-doc/html/nav_h.png
/usr/share/doc/libisofs-doc/html/open.png
/usr/share/doc/libisofs-doc/html/pages.html
/usr/share/doc/libisofs-doc/html/splitbar.png
/usr/share/doc/libisofs-doc/html/struct_iso_file_source___iface.html
/usr/share/doc/libisofs-doc/html/struct_iso_stream___iface.html
/usr/share/doc/libisofs-doc/html/structiso__data__source.html
/usr/share/doc/libisofs-doc/html/structiso__external__filter__command.html
/usr/share/doc/libisofs-doc/html/structiso__file__section.html
/usr/share/doc/libisofs-doc/html/structiso__file__source.html
/usr/share/doc/libisofs-doc/html/structiso__filesystem.html
/usr/share/doc/libisofs-doc/html/structiso__hfsplus__xinfo__data.html
/usr/share/doc/libisofs-doc/html/structiso__stream.html
/usr/share/doc/libisofs-doc/html/structiso__zisofs__ctrl.html
/usr/share/doc/libisofs-doc/html/sync_off.png
/usr/share/doc/libisofs-doc/html/sync_on.png
/usr/share/doc/libisofs-doc/html/tab_a.png
/usr/share/doc/libisofs-doc/html/tab_b.png
/usr/share/doc/libisofs-doc/html/tab_h.png
/usr/share/doc/libisofs-doc/html/tab_s.png
/usr/share/doc/libisofs-doc/html/tabs.css
References
Summary
In this tutorial we learn how to install libisofs-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).