How To Install rofi-themes on Fedora 36
Introduction
In this tutorial we learn how to install rofi-themes
on Fedora 36.
What is rofi-themes
The rofi-themes package contains themes for rofi.
We can use yum
or dnf
to install rofi-themes
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rofi-themes.
Install rofi-themes 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 rofi-themes
using dnf
by running the following command:
sudo dnf -y install rofi-themes
Install rofi-themes 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 rofi-themes
using yum
by running the following command:
sudo yum -y install rofi-themes
How To Uninstall rofi-themes on Fedora 36
To uninstall only the rofi-themes
package we can use the following command:
sudo dnf remove rofi-themes
rofi-themes Package Contents on Fedora 36
/usr/share/licenses/rofi-themes
/usr/share/licenses/rofi-themes/COPYING
/usr/share/rofi
/usr/share/rofi/themes
/usr/share/rofi/themes/Adapta-Nokto.rasi
/usr/share/rofi/themes/Arc-Dark.rasi
/usr/share/rofi/themes/Arc.rasi
/usr/share/rofi/themes/DarkBlue.rasi
/usr/share/rofi/themes/Indego.rasi
/usr/share/rofi/themes/Monokai.rasi
/usr/share/rofi/themes/Paper.rasi
/usr/share/rofi/themes/Pop-Dark.rasi
/usr/share/rofi/themes/android_notification.rasi
/usr/share/rofi/themes/arthur.rasi
/usr/share/rofi/themes/blue.rasi
/usr/share/rofi/themes/c64.rasi
/usr/share/rofi/themes/dmenu.rasi
/usr/share/rofi/themes/docu.rasi
/usr/share/rofi/themes/fancy.rasi
/usr/share/rofi/themes/glue_pro_blue.rasi
/usr/share/rofi/themes/gruvbox-common.rasi
/usr/share/rofi/themes/gruvbox-dark-hard.rasi
/usr/share/rofi/themes/gruvbox-dark-soft.rasi
/usr/share/rofi/themes/gruvbox-dark.rasi
/usr/share/rofi/themes/gruvbox-light-hard.rasi
/usr/share/rofi/themes/gruvbox-light-soft.rasi
/usr/share/rofi/themes/gruvbox-light.rasi
/usr/share/rofi/themes/iggy.jpg
/usr/share/rofi/themes/iggy.rasi
/usr/share/rofi/themes/lb.rasi
/usr/share/rofi/themes/paper-float.rasi
/usr/share/rofi/themes/purple.rasi
/usr/share/rofi/themes/sidebar.rasi
/usr/share/rofi/themes/solarized.rasi
/usr/share/rofi/themes/solarized_alternate.rasi
References
Summary
In this tutorial we learn how to install rofi-themes
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).