How To Install startup-notification.i686 on Amazon Linux 2

In this tutorial we learn how to install startup-notification.i686 in Amazon Linux 2. startup-notification.i686 is Library for tracking application startup

Introduction

In this tutorial we learn how to install startup-notification.i686 on Amazon Linux 2.

What is startup-notification.i686

This package contains libstartup-notification which implements a startup notification protocol. Using this protocol a desktop environment can track the launch of an application and provide feedback such as a busy cursor, among other features.

We can use yum to install startup-notification.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install startup-notification.i686.

Install startup-notification.i686 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 startup-notification.i686 using yum by running the following command:

sudo yum -y install startup-notification.i686

How To Uninstall startup-notification.i686 on Amazon Linux 2

To uninstall only the startup-notification.i686 package we can use the following command:

sudo yum remove startup-notification.i686

startup-notification.i686 Package Contents on Amazon Linux 2

/usr/lib/libstartup-notification-1.so.0
/usr/lib/libstartup-notification-1.so.0.0.0
/usr/share/doc/startup-notification-0.12
/usr/share/doc/startup-notification-0.12/AUTHORS
/usr/share/doc/startup-notification-0.12/COPYING
/usr/share/doc/startup-notification-0.12/ChangeLog
/usr/share/doc/startup-notification-0.12/NEWS
/usr/share/doc/startup-notification-0.12/startup-notification.txt

References

Summary

In this tutorial we learn how to install startup-notification.i686 on Amazon Linux 2 using yum.