How To Install eurephia-admin on Fedora 36
Introduction
In this tutorial we learn how to install eurephia-admin
on Fedora 36.
What is eurephia-admin
This package contains the command line utility to administer and configure eurephia
We can use yum
or dnf
to install eurephia-admin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eurephia-admin.
Install eurephia-admin 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 eurephia-admin
using dnf
by running the following command:
sudo dnf -y install eurephia-admin
Install eurephia-admin 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 eurephia-admin
using yum
by running the following command:
sudo yum -y install eurephia-admin
How To Uninstall eurephia-admin on Fedora 36
To uninstall only the eurephia-admin
package we can use the following command:
sudo dnf remove eurephia-admin
eurephia-admin Package Contents on Fedora 36
/usr/bin/eurephiadm
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/c33ce9cb8b92d950cc84526647891ff585f6e8
/usr/share/doc/eurephia-admin
/usr/share/doc/eurephia-admin/CREDITS.txt
/usr/share/doc/eurephia-admin/LICENSE.txt
/usr/share/eurephia
/usr/share/eurephia/xslt
/usr/share/eurephia/xslt/eurephiadm
/usr/share/eurephia/xslt/eurephiadm/adminaccess.xsl
/usr/share/eurephia/xslt/eurephiadm/attempts.xsl
/usr/share/eurephia/xslt/eurephiadm/blacklist.xsl
/usr/share/eurephia/xslt/eurephiadm/certificates.xsl
/usr/share/eurephia/xslt/eurephiadm/fwadmin.xsl
/usr/share/eurephia/xslt/eurephiadm/lastlog.xsl
/usr/share/eurephia/xslt/eurephiadm/usercerts.xsl
/usr/share/eurephia/xslt/eurephiadm/users.xsl
/usr/share/man/man7/eurephiadm-adminaccess.7.gz
/usr/share/man/man7/eurephiadm-attempts.7.gz
/usr/share/man/man7/eurephiadm-blacklist.7.gz
/usr/share/man/man7/eurephiadm-certs.7.gz
/usr/share/man/man7/eurephiadm-config.7.gz
/usr/share/man/man7/eurephiadm-fwprofiles.7.gz
/usr/share/man/man7/eurephiadm-lastlog.7.gz
/usr/share/man/man7/eurephiadm-usercerts.7.gz
/usr/share/man/man7/eurephiadm-users.7.gz
/usr/share/man/man7/eurephiadm.7.gz
References
Summary
In this tutorial we learn how to install eurephia-admin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).