How To Install telepathy-logger-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install telepathy-logger-devel.x86_64 in Amazon Linux 2. telepathy-logger-devel.x86_64 is Development files for telepathy-logger

Introduction

In this tutorial we learn how to install telepathy-logger-devel.x86_64 on Amazon Linux 2.

What is telepathy-logger-devel.x86_64

The telepathy-logger-devel package contains libraries and header files for developing applications that use telepathy-logger.

We can use yum to install telepathy-logger-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 telepathy-logger-devel.x86_64.

Install telepathy-logger-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 telepathy-logger-devel.x86_64 using yum by running the following command:

sudo yum -y install telepathy-logger-devel.x86_64

How To Uninstall telepathy-logger-devel.x86_64 on Amazon Linux 2

To uninstall only the telepathy-logger-devel.x86_64 package we can use the following command:

sudo yum remove telepathy-logger-devel.x86_64

telepathy-logger-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/telepathy-logger-0.2
/usr/include/telepathy-logger-0.2/telepathy-logger
/usr/include/telepathy-logger-0.2/telepathy-logger/call-event.h
/usr/include/telepathy-logger-0.2/telepathy-logger/entity.h
/usr/include/telepathy-logger-0.2/telepathy-logger/event.h
/usr/include/telepathy-logger-0.2/telepathy-logger/log-manager.h
/usr/include/telepathy-logger-0.2/telepathy-logger/log-walker.h
/usr/include/telepathy-logger-0.2/telepathy-logger/telepathy-logger.h
/usr/include/telepathy-logger-0.2/telepathy-logger/text-event.h
/usr/lib64/libtelepathy-logger.so
/usr/lib64/pkgconfig/telepathy-logger-0.2.pc
/usr/share/gir-1.0/TelepathyLogger-0.2.gir
/usr/share/gtk-doc/html/telepathy-logger
/usr/share/gtk-doc/html/telepathy-logger/TplCallEvent.html
/usr/share/gtk-doc/html/telepathy-logger/TplEntity.html
/usr/share/gtk-doc/html/telepathy-logger/TplEvent.html
/usr/share/gtk-doc/html/telepathy-logger/TplLogManager.html
/usr/share/gtk-doc/html/telepathy-logger/TplLogWalker.html
/usr/share/gtk-doc/html/telepathy-logger/TplTextEvent.html
/usr/share/gtk-doc/html/telepathy-logger/ch-public.html
/usr/share/gtk-doc/html/telepathy-logger/home.png
/usr/share/gtk-doc/html/telepathy-logger/index.html
/usr/share/gtk-doc/html/telepathy-logger/index.sgml
/usr/share/gtk-doc/html/telepathy-logger/left.png
/usr/share/gtk-doc/html/telepathy-logger/right.png
/usr/share/gtk-doc/html/telepathy-logger/style.css
/usr/share/gtk-doc/html/telepathy-logger/telepathy-logger.devhelp2
/usr/share/gtk-doc/html/telepathy-logger/up.png

References

Summary

In this tutorial we learn how to install telepathy-logger-devel.x86_64 on Amazon Linux 2 using yum.