How To Install oxygen-gtk2.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install oxygen-gtk2.x86_64 on Amazon Linux 2.
What is oxygen-gtk2.x86_64
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk. It’s primary goal is to ensure visual consistency between gtk-based and qt-based applications running under KDE. A secondary objective is to also have a stand-alone nice looking gtk theme that would behave well on other Desktop Environments. Unlike other attempts made to port the KDE oxygen theme to gtk, this attempt does not depend on Qt (via some Qt to Gtk conversion engine), nor does render the widget appearance via hard-coded pixmaps, which otherwise breaks every time some setting is changed in KDE.
We can use yum to install oxygen-gtk2.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install oxygen-gtk2.x86_64.
Install oxygen-gtk2.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install oxygen-gtk2.x86_64 using yum by running the following command:
sudo yum -y install oxygen-gtk2.x86_64
How To Uninstall oxygen-gtk2.x86_64 on Amazon Linux 2
To uninstall only the oxygen-gtk2.x86_64 package we can use the following command:
sudo yum remove oxygen-gtk2.x86_64
oxygen-gtk2.x86_64 Package Contents on Amazon Linux 2
/usr/bin/oxygen-gtk-demo
/usr/lib64/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
/usr/share/doc/oxygen-gtk2-1.3.4
/usr/share/doc/oxygen-gtk2-1.3.4/AUTHORS
/usr/share/doc/oxygen-gtk2-1.3.4/COPYING
/usr/share/doc/oxygen-gtk2-1.3.4/README
/usr/share/themes/oxygen-gtk
/usr/share/themes/oxygen-gtk/gtk-2.0
/usr/share/themes/oxygen-gtk/gtk-2.0/argb-apps.conf
/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc
/usr/share/themes/oxygen-gtk/gtk-2.0/icons4
/usr/share/themes/oxygen-gtk/gtk-2.0/kdeglobals
/usr/share/themes/oxygen-gtk/gtk-2.0/oxygenrc
/usr/share/themes/oxygen-gtk/gtk-2.0/special-icons
/usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-16.png
/usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-down-16.png
/usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-hover-16.png
References
Summary
In this tutorial we learn how to install oxygen-gtk2.x86_64 on Amazon Linux 2 using yum.