How To Install grub-customizer on Fedora 36
Introduction
In this tutorial we learn how to install grub-customizer on Fedora 36.
What is grub-customizer
Grub Customizer is a graphical interface to configure the grub2/burg settings with focus on the individual list order - without losing the dynamical behavior of grub. The goal of this project is to create a complete and intuitive graphical grub2/burg configuration interface. The main feature is the boot entry list configuration - but not simply by modified the grub.cfg configuration, this application will only edit the script order and generate proxies (script output filter), if required.
We can use yum or dnf to install grub-customizer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install grub-customizer.
Install grub-customizer 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 grub-customizer using dnf by running the following command:
sudo dnf -y install grub-customizer
Install grub-customizer 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 grub-customizer using yum by running the following command:
sudo yum -y install grub-customizer
How To Uninstall grub-customizer on Fedora 36
To uninstall only the grub-customizer package we can use the following command:
sudo dnf remove grub-customizer
grub-customizer Package Contents on Fedora 36
/etc/grub-customizer
/etc/grub-customizer/grub.cfg
/usr/bin/grub-customizer
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/1bf36269ed0ea4e9c509ba7383ce8c30fd04db
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/53f7707d22a9feae79f06678dfbdf9271cc13c
/usr/lib64/grubcfg-proxy
/usr/share/applications/grub-customizer.desktop
/usr/share/doc/grub-customizer
/usr/share/doc/grub-customizer/README
/usr/share/doc/grub-customizer/changelog
/usr/share/icons/hicolor/128x128/apps/grub-customizer.svg
/usr/share/icons/hicolor/16x16/apps/grub-customizer.svg
/usr/share/icons/hicolor/24x24/apps/grub-customizer.svg
/usr/share/icons/hicolor/32x32/apps/grub-customizer.svg
/usr/share/icons/hicolor/48x48/apps/grub-customizer.svg
/usr/share/icons/hicolor/64x64/apps/grub-customizer.svg
/usr/share/licenses/grub-customizer
/usr/share/licenses/grub-customizer/COPYING
/usr/share/locale/ar/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ast/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/bg/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/bs/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ca/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/cs/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/cy/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/de/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/el/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/en_GB/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/es/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/et/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/eu/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/fi/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/fr/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/gl/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/hr/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/hu/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/it/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ja/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/kk/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ko/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/lt/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/nl/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/pl/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/pt/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/pt_BR/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ru/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/sk/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/ta/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/tr/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/uk/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/vi/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/zh_CN/LC_MESSAGES/grub-customizer.mo
/usr/share/locale/zh_TW/LC_MESSAGES/grub-customizer.mo
/usr/share/man/man1/grub-customizer.1.gz
/usr/share/polkit-1/actions/net.launchpad.danielrichter2007.pkexec.grub-customizer.policy
References
Summary
In this tutorial we learn how to install grub-customizer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).