How To Install redland.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install redland.x86_64 on Amazon Linux 2.
What is redland.x86_64
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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install redland.x86_64.
Install redland.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 redland.x86_64 using yum by running the following command:
sudo yum -y install redland.x86_64
How To Uninstall redland.x86_64 on Amazon Linux 2
To uninstall only the redland.x86_64 package we can use the following command:
sudo yum remove redland.x86_64
redland.x86_64 Package Contents on Amazon Linux 2
/usr/bin/rdfproc
/usr/bin/redland-db-upgrade
/usr/lib64/librdf.so.0
/usr/lib64/librdf.so.0.0.0
/usr/lib64/redland
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.