How To Install raptor2 on Fedora 34
Introduction
In this tutorial we learn how to install raptor2
on Fedora 34.
What is raptor2
Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples. raptor2 2.0.15 28.fc34 x86_64 215 k raptor2-2.0.15-28.fc34.src.rpm fedora RDF Parser Toolkit for Redland http GPLv2+ or LGPLv2+ or ASL 2.0 Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples.
We can use yum
or dnf
to install raptor2
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install raptor2.
Install raptor2 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install raptor2
using dnf
by running the following command:
sudo dnf -y install raptor2
Install raptor2 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install raptor2
using yum
by running the following command:
sudo yum -y install raptor2
How To Uninstall raptor2 on Fedora 34
To uninstall only the raptor2
package we can use the following command:
sudo dnf remove raptor2
raptor2 Package Contents on Fedora 34
/usr/bin/rapper
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/71265469cfecc31dd9da5f6cd7c7e8c02165d3
/usr/lib/.build-id/23
/usr/lib/.build-id/23/10ae9937dc38a7e78ae5c9c57b2bcf3fb03414
/usr/lib64/libraptor2.so.0
/usr/lib64/libraptor2.so.0.0.0
/usr/share/doc/raptor2
/usr/share/doc/raptor2/AUTHORS
/usr/share/doc/raptor2/ChangeLog
/usr/share/doc/raptor2/NEWS
/usr/share/doc/raptor2/README
/usr/share/licenses/raptor2
/usr/share/licenses/raptor2/COPYING
/usr/share/licenses/raptor2/COPYING.LIB
/usr/share/licenses/raptor2/LICENSE-2.0.txt
/usr/share/licenses/raptor2/LICENSE.txt
/usr/share/man/man1/rapper.1.gz
/usr/bin/rapper
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/5a46ac1577bcdb8c94a686db09d28421932b95
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/66026273e78282312a0835a41e0c9a092f6548
/usr/lib/libraptor2.so.0
/usr/lib/libraptor2.so.0.0.0
/usr/share/doc/raptor2
/usr/share/doc/raptor2/AUTHORS
/usr/share/doc/raptor2/ChangeLog
/usr/share/doc/raptor2/NEWS
/usr/share/doc/raptor2/README
/usr/share/licenses/raptor2
/usr/share/licenses/raptor2/COPYING
/usr/share/licenses/raptor2/COPYING.LIB
/usr/share/licenses/raptor2/LICENSE-2.0.txt
/usr/share/licenses/raptor2/LICENSE.txt
/usr/share/man/man1/rapper.1.gz
References
- [raptor2 website](http://librdf.org/raptor/ http://librdf.org/raptor/)
Summary
In this tutorial we learn how to install raptor2
on Fedora 34 using yum and dnf.