How To Install redland.i686 on Amazon Linux 2

In this tutorial we learn how to install redland.i686 in Amazon Linux 2. redland.i686 is RDF Application Framework

Introduction

In this tutorial we learn how to install redland.i686 on Amazon Linux 2.

What is redland.i686

Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology.

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

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

sudo yum -y install redland.i686

How To Uninstall redland.i686 on Amazon Linux 2

To uninstall only the redland.i686 package we can use the following command:

sudo yum remove redland.i686

redland.i686 Package Contents on Amazon Linux 2

/usr/bin/rdfproc
/usr/bin/redland-db-upgrade
/usr/lib/librdf.so.0
/usr/lib/librdf.so.0.0.0
/usr/lib/redland
/usr/lib/redland/librdf_storage_sqlite.so
/usr/share/doc/redland-1.0.16
/usr/share/doc/redland-1.0.16/AUTHORS
/usr/share/doc/redland-1.0.16/COPYING
/usr/share/doc/redland-1.0.16/COPYING.LIB
/usr/share/doc/redland-1.0.16/FAQS.html
/usr/share/doc/redland-1.0.16/LICENSE-2.0.txt
/usr/share/doc/redland-1.0.16/LICENSE.html
/usr/share/doc/redland-1.0.16/LICENSE.txt
/usr/share/doc/redland-1.0.16/NEWS
/usr/share/doc/redland-1.0.16/NEWS.html
/usr/share/doc/redland-1.0.16/NOTICE
/usr/share/doc/redland-1.0.16/README
/usr/share/doc/redland-1.0.16/README.html
/usr/share/doc/redland-1.0.16/TODO
/usr/share/doc/redland-1.0.16/TODO.html
/usr/share/man/man1/rdfproc.1.gz
/usr/share/man/man1/redland-db-upgrade.1.gz
/usr/share/man/man3/redland.3.gz
/usr/share/redland
/usr/share/redland/mysql-v1.ttl
/usr/share/redland/mysql-v2.ttl

References

Summary

In this tutorial we learn how to install redland.i686 on Amazon Linux 2 using yum.