How To Install yaz-doc on Fedora 36

In this tutorial we learn how to install yaz-doc in Fedora 36. yaz-doc is Documentation for yaz

Introduction

In this tutorial we learn how to install yaz-doc on Fedora 36.

What is yaz-doc

This package contains documentation for yaz, a Z39.50 protocol server and client.

We can use yum or dnf to install yaz-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yaz-doc.

Install yaz-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 yaz-doc using dnf by running the following command:

sudo dnf -y install yaz-doc

Install yaz-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 yaz-doc using yum by running the following command:

sudo yum -y install yaz-doc

How To Uninstall yaz-doc on Fedora 36

To uninstall only the yaz-doc package we can use the following command:

sudo dnf remove yaz-doc

yaz-doc Package Contents on Fedora 36

/usr/share/doc/yaz
/usr/share/doc/yaz/NEWS
/usr/share/doc/yaz/README.md
/usr/share/doc/yaz/apilayer.png
/usr/share/doc/yaz/asn.external.html
/usr/share/doc/yaz/asn.html
/usr/share/doc/yaz/asn.pdu.html
/usr/share/doc/yaz/asn.preparing.html
/usr/share/doc/yaz/bib1-diagnostics.html
/usr/share/doc/yaz/bib1.html
/usr/share/doc/yaz/common
/usr/share/doc/yaz/common/id.png
/usr/share/doc/yaz/common/style1.css
/usr/share/doc/yaz/comstack.addresses.html
/usr/share/doc/yaz/comstack.client.html
/usr/share/doc/yaz/comstack.common.html
/usr/share/doc/yaz/comstack.diagnostics.html
/usr/share/doc/yaz/comstack.html
/usr/share/doc/yaz/comstack.introduction.html
/usr/share/doc/yaz/comstack.server.html
/usr/share/doc/yaz/comstack.ssl.html
/usr/share/doc/yaz/comstack.summary.html
/usr/share/doc/yaz/credits.html
/usr/share/doc/yaz/facets.html
/usr/share/doc/yaz/future.html
/usr/share/doc/yaz/index.html
/usr/share/doc/yaz/indexdata.html
/usr/share/doc/yaz/installation.html
/usr/share/doc/yaz/installation.unix.html
/usr/share/doc/yaz/installation.win32.html
/usr/share/doc/yaz/introduction.api.html
/usr/share/doc/yaz/introduction.html
/usr/share/doc/yaz/license.html
/usr/share/doc/yaz/list-oids.html
/usr/share/doc/yaz/marc.html
/usr/share/doc/yaz/odr.debugging.html
/usr/share/doc/yaz/odr.html
/usr/share/doc/yaz/odr.programming.html
/usr/share/doc/yaz/odr.use.html
/usr/share/doc/yaz/reference.html
/usr/share/doc/yaz/server.backend.html
/usr/share/doc/yaz/server.backendfunctions.html
/usr/share/doc/yaz/server.frontend.html
/usr/share/doc/yaz/server.html
/usr/share/doc/yaz/server.invocation.html
/usr/share/doc/yaz/server.main.html
/usr/share/doc/yaz/server.vhosts.html
/usr/share/doc/yaz/soap.html
/usr/share/doc/yaz/soap.http.html
/usr/share/doc/yaz/soap.srw.html
/usr/share/doc/yaz/soap.xml.html
/usr/share/doc/yaz/sorting.html
/usr/share/doc/yaz/sru-diagnostics.html
/usr/share/doc/yaz/tools.html
/usr/share/doc/yaz/tools.log.html
/usr/share/doc/yaz/tools.nmem.html
/usr/share/doc/yaz/tools.oid.html
/usr/share/doc/yaz/tools.retrieval.html
/usr/share/doc/yaz/yaz-asncomp.html
/usr/share/doc/yaz/yaz-client.html
/usr/share/doc/yaz/yaz-config.html
/usr/share/doc/yaz/yaz-iconv.html
/usr/share/doc/yaz/yaz-icu.html
/usr/share/doc/yaz/yaz-illclient.html
/usr/share/doc/yaz/yaz-json-parse.html
/usr/share/doc/yaz/yaz-log.html
/usr/share/doc/yaz/yaz-marcdump.html
/usr/share/doc/yaz/yaz-record-iconv.html
/usr/share/doc/yaz/yaz-url.html
/usr/share/doc/yaz/yaz-ztest.html
/usr/share/doc/yaz/yaz.html
/usr/share/doc/yaz/zoom.events.html
/usr/share/doc/yaz/zoom.extendedservices.html
/usr/share/doc/yaz/zoom.facets.html
/usr/share/doc/yaz/zoom.html
/usr/share/doc/yaz/zoom.options.html
/usr/share/doc/yaz/zoom.query.html
/usr/share/doc/yaz/zoom.queryconversions.html
/usr/share/doc/yaz/zoom.records.html
/usr/share/doc/yaz/zoom.resultsets.html
/usr/share/doc/yaz/zoom.scan.html
/usr/share/doc/yaz/zoomsh.html

References

Summary

In this tutorial we learn how to install yaz-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).