How to Install and Uninstall libserd-0-0 Package on Kali Linux

Last updated: May 18,2024

1. Install "libserd-0-0" package

Please follow the guidelines below to install libserd-0-0 on Kali Linux

$ sudo apt update $ sudo apt install libserd-0-0

2. Uninstall "libserd-0-0" package

This is a short guide on how to uninstall libserd-0-0 on Kali Linux:

$ sudo apt remove libserd-0-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libserd-0-0 package on Kali Linux

Package: libserd-0-0
Source: serd
Version: 0.32.2-1
Installed-Size: 123
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libc6 (>= 2.29)
Suggests: serdi
Size: 46676
SHA256: 0f48823f61928d7e32bac9a2c2cb0c1a8a34a2cabf9d5171a1591672967d4e98
SHA1: 87173de00962837a9c83332955c226158cb63726
MD5sum: 36cc9fc27b1e64b021737a6ac321ba1a
Description: lightweight RDF syntax library
Serd is a lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples.
.
Serd is not intended to be a swiss-army knife of RDF syntax, but rather
is suited to resource limited applications, or situations where a simple
reader/writer with minimal dependencies is ideal (e.g. in LV2 hosts or
plugins).
.
Serd is:
* small: Serd is implemented in under 2500 lines1 of standard C code.
* portable and dependency-free: Serd uses only the C standard library,
and has no external dependencies, making it a lightweight dependency
in every sense.
* fast and lightweight: Serd (and the included serdi tool) can be used
to stream abbreviated Turtle (unlike many other tools which can not
stream since they must first build an internal model to abbreviate).
In other words, Serd can re-serialise an unbounded amount of Turtle
using a fixed amount of memory, preserving the abbreviations in the
input.
* conformant and well-tested: Serd is written to the Turtle, NTriples
and URI specifications, and includes a comprehensive test suite which
includes all the normative examples from the Turtle specification, all
the "normal" examples from the URI specification, and additional tests
added specifically for Serd. The test suite has over 96% code coverage
(by line), and runs with zero memory errors or leaks.
Description-md5:
Multi-Arch: same
Homepage: https://drobilla.net/software/serd.html
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/serd/libserd-0-0_0.32.2-1_amd64.deb