How To Install startup-notification-devel on CentOS 8
Introduction
In this tutorial we learn how to install startup-notification-devel
on CentOS 8.
What is startup-notification-devel
Header files and static libraries for libstartup-notification. startup-notification-devel 0.12 15.el8 x86_64 22 k startup-notification-0.12-15.el8.src.rpm appstream Development portions of startup-notification http LGPLv2 Header files and static libraries for libstartup-notification.
We can use yum
or dnf
to install startup-notification-devel
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install startup-notification-devel.
Install startup-notification-devel on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install startup-notification-devel
using dnf
by running the following command:
sudo dnf -y install startup-notification-devel
Install startup-notification-devel on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install startup-notification-devel
using yum
by running the following command:
sudo yum -y install startup-notification-devel
How To Uninstall startup-notification-devel on CentOS 8
To uninstall only the startup-notification-devel
package we can use the following command:
sudo dnf remove startup-notification-devel
startup-notification-devel Package Contents on CentOS 8
/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/lib/libstartup-notification-1.so
/usr/lib/pkgconfig/libstartup-notification-1.0.pc
/usr/share/doc/startup-notification-devel
/usr/share/doc/startup-notification-devel/examples
/usr/share/doc/startup-notification-devel/examples/test-boilerplate.h
/usr/share/doc/startup-notification-devel/examples/test-launchee-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-launchee.c
/usr/share/doc/startup-notification-devel/examples/test-launcher-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-launcher.c
/usr/share/doc/startup-notification-devel/examples/test-monitor-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-monitor.c
/usr/share/doc/startup-notification-devel/examples/test-send-xmessage-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-send-xmessage.c
/usr/share/doc/startup-notification-devel/examples/test-watch-xmessages-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-watch-xmessages.c
/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
/usr/share/doc/startup-notification-devel/examples
/usr/share/doc/startup-notification-devel/examples/test-boilerplate.h
/usr/share/doc/startup-notification-devel/examples/test-launchee-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-launchee.c
/usr/share/doc/startup-notification-devel/examples/test-launcher-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-launcher.c
/usr/share/doc/startup-notification-devel/examples/test-monitor-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-monitor.c
/usr/share/doc/startup-notification-devel/examples/test-send-xmessage-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-send-xmessage.c
/usr/share/doc/startup-notification-devel/examples/test-watch-xmessages-xcb.c
/usr/share/doc/startup-notification-devel/examples/test-watch-xmessages.c
References
- [startup-notification-devel website](http://www.freedesktop.org/software/startup-notification/ http://www.freedesktop.org/software/startup-notification/)
Summary
In this tutorial we learn how to install startup-notification-devel
on CentOS 8 using yum and dnf.