How To Install libzapojit.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libzapojit.x86_64 in Amazon Linux 2. libzapojit.x86_64 is GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs

Introduction

In this tutorial we learn how to install libzapojit.x86_64 on Amazon Linux 2.

What is libzapojit.x86_64

GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs. It supports SkyDrive file and folder objects, and the following SkyDrive operations - Deleting a file, folder or photo. - Listing the contents of a folder. - Reading the properties of a file, folder or photo. - Uploading files and photos.

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

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

sudo yum -y install libzapojit.x86_64

How To Uninstall libzapojit.x86_64 on Amazon Linux 2

To uninstall only the libzapojit.x86_64 package we can use the following command:

sudo yum remove libzapojit.x86_64

libzapojit.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Zpj-0.0.typelib
/usr/lib64/libzapojit-0.0.so.0
/usr/lib64/libzapojit-0.0.so.0.0.0
/usr/share/doc/libzapojit-0.0.3
/usr/share/doc/libzapojit-0.0.3/AUTHORS
/usr/share/doc/libzapojit-0.0.3/COPYING
/usr/share/doc/libzapojit-0.0.3/ChangeLog
/usr/share/doc/libzapojit-0.0.3/NEWS
/usr/share/doc/libzapojit-0.0.3/README

References

Summary

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