How To Install control-center-filesystem.x86_64 on Amazon Linux 2

In this tutorial we learn how to install control-center-filesystem.x86_64 in Amazon Linux 2. control-center-filesystem.x86_64 is GNOME Control Center directories

Introduction

In this tutorial we learn how to install control-center-filesystem.x86_64 on Amazon Linux 2.

What is control-center-filesystem.x86_64

The GNOME control-center provides a number of extension points for applications. This package contains directories where applications can install configuration files that are picked up by the control-center utilities.

We can use yum to install control-center-filesystem.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install control-center-filesystem.x86_64.

Install control-center-filesystem.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 control-center-filesystem.x86_64 using yum by running the following command:

sudo yum -y install control-center-filesystem.x86_64

How To Uninstall control-center-filesystem.x86_64 on Amazon Linux 2

To uninstall only the control-center-filesystem.x86_64 package we can use the following command:

sudo yum remove control-center-filesystem.x86_64

control-center-filesystem.x86_64 Package Contents on Amazon Linux 2

/usr/share/gnome-control-center
/usr/share/gnome-control-center/keybindings
/usr/share/gnome-control-center/sounds
/usr/share/gnome/wm-properties

References

Summary

In this tutorial we learn how to install control-center-filesystem.x86_64 on Amazon Linux 2 using yum.