How To Install totem-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install totem-devel.x86_64 in Amazon Linux 2. totem-devel.x86_64 is Plugin writer’s documentation for totem

Introduction

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

What is totem-devel.x86_64

The totem-devel package contains API documentation for developing developing plugins for totem.

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

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

sudo yum -y install totem-devel.x86_64

How To Uninstall totem-devel.x86_64 on Amazon Linux 2

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

sudo yum remove totem-devel.x86_64

totem-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/totem
/usr/include/totem/1.0
/usr/include/totem/1.0/totem-dirs.h
/usr/include/totem/1.0/totem-interface.h
/usr/include/totem/1.0/totem-plugin.h
/usr/include/totem/1.0/totem.h
/usr/lib64/libtotem.so
/usr/lib64/pkgconfig/totem.pc
/usr/share/gir-1.0/Totem-1.0.gir
/usr/share/gtk-doc/html/totem
/usr/share/gtk-doc/html/totem/annotation-glossary.html
/usr/share/gtk-doc/html/totem/api-index-deprecated.html
/usr/share/gtk-doc/html/totem/api-index-full.html
/usr/share/gtk-doc/html/totem/core-api.html
/usr/share/gtk-doc/html/totem/home.png
/usr/share/gtk-doc/html/totem/index.html
/usr/share/gtk-doc/html/totem/ix02.html
/usr/share/gtk-doc/html/totem/ix03.html
/usr/share/gtk-doc/html/totem/ix04.html
/usr/share/gtk-doc/html/totem/ix05.html
/usr/share/gtk-doc/html/totem/ix06.html
/usr/share/gtk-doc/html/totem/ix07.html
/usr/share/gtk-doc/html/totem/ix08.html
/usr/share/gtk-doc/html/totem/left-insensitive.png
/usr/share/gtk-doc/html/totem/left.png
/usr/share/gtk-doc/html/totem/right-insensitive.png
/usr/share/gtk-doc/html/totem/right.png
/usr/share/gtk-doc/html/totem/style.css
/usr/share/gtk-doc/html/totem/totem-BaconVideoWidget.html
/usr/share/gtk-doc/html/totem/totem-Interface.html
/usr/share/gtk-doc/html/totem/totem-TotemObject.html
/usr/share/gtk-doc/html/totem/totem-TotemPlugin.html
/usr/share/gtk-doc/html/totem/totem-plugins.html
/usr/share/gtk-doc/html/totem/totem.devhelp2
/usr/share/gtk-doc/html/totem/tutorials.html
/usr/share/gtk-doc/html/totem/up-insensitive.png
/usr/share/gtk-doc/html/totem/up.png

References

Summary

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