How To Install yaz on Fedora 36
Introduction
In this tutorial we learn how to install yaz
on Fedora 36.
What is yaz
YAZ is a programmers toolkit supporting the development of Z39.50/SRW/SRU clients and servers. Z39.50-2003 (version 3) as well as SRW/SRU version 1.1 are supported in both the client and server roles. The SOLR webservice is supported in the client role through the ZOOM API. The current version of YAZ includes support for the industry standard ZOOM API for Z39.50. This API vastly simplifies the process of writing new clients using YAZ, and it reduces your dependency on any single toolkit. YAZ can be used by itself to build Z39.50 applications in C.For programmers preferring another language, YAZ has three language bindings to commonly used application development languages. This package contains both a test-server and clients (normal & ssl).
We can use yum
or dnf
to install yaz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yaz.
Install yaz 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
using dnf
by running the following command:
sudo dnf -y install yaz
Install yaz 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
using yum
by running the following command:
sudo yum -y install yaz
How To Uninstall yaz on Fedora 36
To uninstall only the yaz
package we can use the following command:
sudo dnf remove yaz
yaz Package Contents on Fedora 36
/usr/bin/yaz-client
/usr/bin/yaz-iconv
/usr/bin/yaz-icu
/usr/bin/yaz-illclient
/usr/bin/yaz-json-parse
/usr/bin/yaz-marcdump
/usr/bin/yaz-record-conv
/usr/bin/yaz-url
/usr/bin/yaz-ztest
/usr/bin/zoomsh
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/d8123d03556bb1da76bd969403f6baa70ad79f
/usr/lib/.build-id/58
/usr/lib/.build-id/58/47006cad898e4a7bc091614b7f4701e122ee87
/usr/lib/.build-id/58/64d6f388ee876714cf6e55221d5d11876da316
/usr/lib/.build-id/68
/usr/lib/.build-id/68/ad0599a049e13327433a9f71320a9e3e3eb6e6
/usr/lib/.build-id/93
/usr/lib/.build-id/93/6bf954ee5133f3b87257748768821c945afcc7
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/a15f39f879f8c0fcc7e2604b862a591410301d
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/b9e059fc0af208487f6f1eea24bfb160b64494
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/f75658f282cc2bb304838763e7a38bb4858c93
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/b1eac0c5d149368d1026fd18db73beaceb7676
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/d57198d1fb8356d641701310db2ca975735a30
/usr/share/doc/yaz
/usr/share/doc/yaz/NEWS
/usr/share/doc/yaz/README.md
/usr/share/licenses/yaz
/usr/share/licenses/yaz/LICENSE
/usr/share/man/man1/yaz-client.1.gz
/usr/share/man/man1/yaz-iconv.1.gz
/usr/share/man/man1/yaz-icu.1.gz
/usr/share/man/man1/yaz-illclient.1.gz
/usr/share/man/man1/yaz-json-parse.1.gz
/usr/share/man/man1/yaz-marcdump.1.gz
/usr/share/man/man1/yaz-record-conv.1.gz
/usr/share/man/man1/yaz-url.1.gz
/usr/share/man/man1/zoomsh.1.gz
/usr/share/man/man7/yaz-log.7.gz
/usr/share/man/man8/yaz-ztest.8.gz
References
Summary
In this tutorial we learn how to install yaz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).