How To Install imagehash-demo on Fedora 36
Introduction
In this tutorial we learn how to install imagehash-demo
on Fedora 36.
What is imagehash-demo
Demo tool for imagehash.
We can use yum
or dnf
to install imagehash-demo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install imagehash-demo.
Install imagehash-demo 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 imagehash-demo
using dnf
by running the following command:
sudo dnf -y install imagehash-demo
Install imagehash-demo 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 imagehash-demo
using yum
by running the following command:
sudo yum -y install imagehash-demo
How To Uninstall imagehash-demo on Fedora 36
To uninstall only the imagehash-demo
package we can use the following command:
sudo dnf remove imagehash-demo
imagehash-demo Package Contents on Fedora 36
/usr/bin/find_similar_images.py
/usr/share/doc/imagehash-demo
/usr/share/doc/imagehash-demo/README.rst
/usr/share/licenses/imagehash-demo
/usr/share/licenses/imagehash-demo/LICENSE
References
Summary
In this tutorial we learn how to install imagehash-demo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).