How To Install gnome-shell-browser-plugin.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install gnome-shell-browser-plugin.x86_64 on Amazon Linux 2.
What is gnome-shell-browser-plugin.x86_64
The “GNOME Shell Integration” plugin provides integration with Gnome Shell for live extension enabling and disabling. It can be used only by extensions.gnome.org.
We can use yum to install gnome-shell-browser-plugin.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-shell-browser-plugin.x86_64.
Install gnome-shell-browser-plugin.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 gnome-shell-browser-plugin.x86_64 using yum by running the following command:
sudo yum -y install gnome-shell-browser-plugin.x86_64
How To Uninstall gnome-shell-browser-plugin.x86_64 on Amazon Linux 2
To uninstall only the gnome-shell-browser-plugin.x86_64 package we can use the following command:
sudo yum remove gnome-shell-browser-plugin.x86_64
gnome-shell-browser-plugin.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/mozilla/plugins/libgnome-shell-browser-plugin.so
References
Summary
In this tutorial we learn how to install gnome-shell-browser-plugin.x86_64 on Amazon Linux 2 using yum.