How To Install startup-notification-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install startup-notification-devel.x86_64 in Amazon Linux 2. startup-notification-devel.x86_64 is Development portions of startup-notification
Introduction
In this tutorial we learn how to install startup-notification-devel.x86_64 on Amazon Linux 2.
What is startup-notification-devel.x86_64
Header files and static libraries for libstartup-notification.
We can use yum to install startup-notification-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install startup-notification-devel.x86_64.
Install startup-notification-devel.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 startup-notification-devel.x86_64 using yum by running the following command:
sudo yum -y install startup-notification-devel.x86_64
How To Uninstall startup-notification-devel.x86_64 on Amazon Linux 2
To uninstall only the startup-notification-devel.x86_64 package we can use the following command:
sudo yum remove startup-notification-devel.x86_64
startup-notification-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/startup-notification-1.0
/usr/include/startup-notification-1.0/libsn
/usr/include/startup-notification-1.0/libsn/sn-common.h
/usr/include/startup-notification-1.0/libsn/sn-launchee.h
/usr/include/startup-notification-1.0/libsn/sn-launcher.h
/usr/include/startup-notification-1.0/libsn/sn-monitor.h
/usr/include/startup-notification-1.0/libsn/sn-util.h
/usr/include/startup-notification-1.0/libsn/sn.h
/usr/lib64/libstartup-notification-1.so
/usr/lib64/pkgconfig/libstartup-notification-1.0.pc
/usr/share/doc/startup-notification-devel-0.12
/usr/share/doc/startup-notification-devel-0.12/examples
/usr/share/doc/startup-notification-devel-0.12/examples/test-boilerplate.h
/usr/share/doc/startup-notification-devel-0.12/examples/test-launchee-xcb.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-launchee.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-launcher-xcb.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-launcher.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-monitor-xcb.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-monitor.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-send-xmessage-xcb.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-send-xmessage.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-watch-xmessages-xcb.c
/usr/share/doc/startup-notification-devel-0.12/examples/test-watch-xmessages.c
References
Summary
In this tutorial we learn how to install startup-notification-devel.x86_64 on Amazon Linux 2 using yum.