How To Install openslide-tools on Fedora 36

In this tutorial we learn how to install openslide-tools in Fedora 36. openslide-tools is Command line tools for openslide

Introduction

In this tutorial we learn how to install openslide-tools on Fedora 36.

What is openslide-tools

The openslide-tools package contains command line tools for working with virtual slides.

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

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

sudo dnf -y install openslide-tools

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

sudo yum -y install openslide-tools

How To Uninstall openslide-tools on Fedora 36

To uninstall only the openslide-tools package we can use the following command:

sudo dnf remove openslide-tools

openslide-tools Package Contents on Fedora 36

/usr/bin/openslide-quickhash1sum
/usr/bin/openslide-show-properties
/usr/bin/openslide-write-png
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0d2c3a62074e0975b119c194e7cdb88a145b2d
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/252e07d3ec8f2e5a971bc46bbcbdb33c130017
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/9ad0bd1bd08bf260a5e25dc9afd659c619f256
/usr/share/man/man1/openslide-quickhash1sum.1.gz
/usr/share/man/man1/openslide-show-properties.1.gz
/usr/share/man/man1/openslide-write-png.1.gz

References

Summary

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