How To Install fros-gnome.noarch on Amazon Linux 2
In this tutorial we learn how to install fros-gnome.noarch in Amazon Linux 2. fros-gnome.noarch is fros plugin for screencasting using Gnome3 integrated screencaster
Introduction
In this tutorial we learn how to install fros-gnome.noarch on Amazon Linux 2.
What is fros-gnome.noarch
fros plugin for screencasting using Gnome3 integrated screencaster
We can use yum to install fros-gnome.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install fros-gnome.noarch.
Install fros-gnome.noarch 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 fros-gnome.noarch using yum by running the following command:
sudo yum -y install fros-gnome.noarch
How To Uninstall fros-gnome.noarch on Amazon Linux 2
To uninstall only the fros-gnome.noarch package we can use the following command:
sudo yum remove fros-gnome.noarch
fros-gnome.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/pyfros/plugins/screencastgnome.py
/usr/lib/python2.7/site-packages/pyfros/plugins/screencastgnome.pyc
/usr/lib/python2.7/site-packages/pyfros/plugins/screencastgnome.pyo
References
Summary
In this tutorial we learn how to install fros-gnome.noarch on Amazon Linux 2 using yum.