How To Install gnome-session-custom-session.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gnome-session-custom-session.x86_64 in Amazon Linux 2. gnome-session-custom-session.x86_64 is A facility to select and store saved sessions

Introduction

In this tutorial we learn how to install gnome-session-custom-session.x86_64 on Amazon Linux 2.

What is gnome-session-custom-session.x86_64

Installs a ‘Custom’ entry in the display manager session menu that lets the user manage multiple saved sessions.

We can use yum to install gnome-session-custom-session.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-session-custom-session.x86_64.

Install gnome-session-custom-session.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-session-custom-session.x86_64 using yum by running the following command:

sudo yum -y install gnome-session-custom-session.x86_64

How To Uninstall gnome-session-custom-session.x86_64 on Amazon Linux 2

To uninstall only the gnome-session-custom-session.x86_64 package we can use the following command:

sudo yum remove gnome-session-custom-session.x86_64

gnome-session-custom-session.x86_64 Package Contents on Amazon Linux 2

/usr/bin/gnome-session-custom-session
/usr/bin/gnome-session-selector
/usr/share/gnome-session/session-selector.ui
/usr/share/man/man1/gnome-session-selector.1.gz
/usr/share/xsessions/gnome-custom-session.desktop

References

Summary

In this tutorial we learn how to install gnome-session-custom-session.x86_64 on Amazon Linux 2 using yum.