How To Install ipsilon-theme-Fedora on Fedora 36
Introduction
In this tutorial we learn how to install ipsilon-theme-Fedora
on Fedora 36.
What is ipsilon-theme-Fedora
Provides a theme for Ipsilon used for the Fedora Account System.
We can use yum
or dnf
to install ipsilon-theme-Fedora
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipsilon-theme-Fedora.
Install ipsilon-theme-Fedora 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 ipsilon-theme-Fedora
using dnf
by running the following command:
sudo dnf -y install ipsilon-theme-Fedora
Install ipsilon-theme-Fedora 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 ipsilon-theme-Fedora
using yum
by running the following command:
sudo yum -y install ipsilon-theme-Fedora
How To Uninstall ipsilon-theme-Fedora on Fedora 36
To uninstall only the ipsilon-theme-Fedora
package we can use the following command:
sudo dnf remove ipsilon-theme-Fedora
ipsilon-theme-Fedora Package Contents on Fedora 36
/usr/share/ipsilon/themes/Fedora
/usr/share/ipsilon/themes/Fedora/res
/usr/share/ipsilon/themes/Fedora/res/FedoraAccounts.png
/usr/share/ipsilon/themes/Fedora/res/favicon.ico
/usr/share/ipsilon/themes/Fedora/res/fedora-authn-logo-white.png
/usr/share/ipsilon/themes/Fedora/res/login.css
/usr/share/ipsilon/themes/Fedora/res/redhat.png
/usr/share/ipsilon/themes/Fedora/templates
/usr/share/ipsilon/themes/Fedora/templates/badrequest.html
/usr/share/ipsilon/themes/Fedora/templates/index.html
/usr/share/ipsilon/themes/Fedora/templates/internalerror.html
/usr/share/ipsilon/themes/Fedora/templates/layout.html
/usr/share/ipsilon/themes/Fedora/templates/login
/usr/share/ipsilon/themes/Fedora/templates/login/form.html
/usr/share/ipsilon/themes/Fedora/templates/login/index.html
/usr/share/ipsilon/themes/Fedora/templates/logout.html
/usr/share/ipsilon/themes/Fedora/templates/notfound.html
/usr/share/ipsilon/themes/Fedora/templates/openid
/usr/share/ipsilon/themes/Fedora/templates/openid/consent_form.html
/usr/share/ipsilon/themes/Fedora/templates/openid/userpage.html
/usr/share/ipsilon/themes/Fedora/templates/openid/xrds.xml
/usr/share/ipsilon/themes/Fedora/templates/openidc
/usr/share/ipsilon/themes/Fedora/templates/openidc/consent_form.html
/usr/share/ipsilon/themes/Fedora/templates/openidc/form_response.html
/usr/share/ipsilon/themes/Fedora/templates/persona
/usr/share/ipsilon/themes/Fedora/templates/persona/provisioning.html
/usr/share/ipsilon/themes/Fedora/templates/persona/signin_result.html
/usr/share/ipsilon/themes/Fedora/templates/unauthorized.html
References
Summary
In this tutorial we learn how to install ipsilon-theme-Fedora
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).