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