How To Install arc-theme-plank on Fedora 36
Introduction
In this tutorial we learn how to install arc-theme-plank
on Fedora 36.
What is arc-theme-plank
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Cinnamon, Budgie, Pantheon, XFCE, Mate, etc. This package contains the Arc-theme for Plank dock.
We can use yum
or dnf
to install arc-theme-plank
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arc-theme-plank.
Install arc-theme-plank 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 arc-theme-plank
using dnf
by running the following command:
sudo dnf -y install arc-theme-plank
Install arc-theme-plank 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 arc-theme-plank
using yum
by running the following command:
sudo yum -y install arc-theme-plank
How To Uninstall arc-theme-plank on Fedora 36
To uninstall only the arc-theme-plank
package we can use the following command:
sudo dnf remove arc-theme-plank
arc-theme-plank Package Contents on Fedora 36
/usr/share/plank/themes/Arc
/usr/share/plank/themes/Arc-Dark
/usr/share/plank/themes/Arc-Dark-solid
/usr/share/plank/themes/Arc-Dark-solid/dock.theme
/usr/share/plank/themes/Arc-Dark/dock.theme
/usr/share/plank/themes/Arc-Darker
/usr/share/plank/themes/Arc-Darker-solid
/usr/share/plank/themes/Arc-Darker-solid/dock.theme
/usr/share/plank/themes/Arc-Darker/dock.theme
/usr/share/plank/themes/Arc-Lighter
/usr/share/plank/themes/Arc-Lighter-solid
/usr/share/plank/themes/Arc-Lighter-solid/dock.theme
/usr/share/plank/themes/Arc-Lighter/dock.theme
/usr/share/plank/themes/Arc-solid
/usr/share/plank/themes/Arc-solid/dock.theme
/usr/share/plank/themes/Arc/dock.theme
References
Summary
In this tutorial we learn how to install arc-theme-plank
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).