How to Install and Uninstall php-easyrdf Package on Kali Linux

Last updated: June 30,2024

1. Install "php-easyrdf" package

Please follow the guidelines below to install php-easyrdf on Kali Linux

$ sudo apt update $ sudo apt install php-easyrdf

2. Uninstall "php-easyrdf" package

This tutorial shows how to uninstall php-easyrdf on Kali Linux:

$ sudo apt remove php-easyrdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-easyrdf package on Kali Linux

Package: php-easyrdf
Version: 1.0.0-3
Installed-Size: 530
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-xml, php-common, php-mbstring
Suggests: php-ml-json-ld (>= 1.0), php-ml-json-ld (<< 2~~), php-semsol-arc2 (>= 2.2), php-semsol-arc2 (<< 3~~), graphviz, raptor2-utils
Size: 76340
SHA256: 348955caca02713ce729a507899e4dfb0c013244573821921cc14be26b3c2c06
SHA1: 898bee412c3d4aef4030b3f79581274df139277d
MD5sum: 507f2cfe3b86ccec522b9e3f0f007866
Description: PHP library to consume and produce RDF
EasyRdf is a PHP library to consume and produce RDF.
Resource Description Framework, RDF, is an official W3C Recommendation
for Semantic Web data models.
.
After parsing EasyRdf builds up a graph of PHP objects that can then be
walked around to get the data to be placed on the page.
Dump methods are available to inspect what data is available during
development.
.
Data is typically loaded into a EasyRdf_Graph object from source RDF
documents, loaded from the web via HTTP.
The EasyRdf_GraphStore class can load and save data on a SPARQL 1.1
Graph Store.
.
SPARQL queries can be made over HTTP to a Triplestore using the
EasyRdf_Sparql_Client class.
SELECT and ASK queries will return an EasyRdf_Sparql_Result object and
CONSTRUCT and DESCRIBE queries will return an EasyRdf_Graph object.
Description-md5:
Homepage: https://www.easyrdf.org/
Section: php
Priority: optional
Filename: pool/main/p/php-easyrdf/php-easyrdf_1.0.0-3_all.deb