How to Install and Uninstall libserd-0-0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: February 24,2025

1. Install "libserd-0-0" package

This guide let you learn how to install libserd-0-0 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libserd-0-0" package

This guide let you learn how to uninstall libserd-0-0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libserd-0-0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libserd-0-0
Priority: optional
Section: universe/libs
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: serd
Version: 0.22.0~dfsg0-2
Depends: libc6 (>= 2.14)
Suggests: serdi
Filename: pool/universe/s/serd/libserd-0-0_0.22.0~dfsg0-2_amd64.deb
Size: 38324
MD5sum: 767a20c2ad4c0c3a46ea7071d998ae3b
SHA1: 6cd37d16a89f76b12274dd917af49d11f91fb879
SHA256: 9cd18dcf5634750b37359810c41410b1fd59e0eba93617601834ff04067b3444
Description-en: 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: bd369f9d79094ee5fb84979d4917e214
Multi-Arch: same
Homepage: http://drobilla.net/software/serd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-video, ubuntustudio-audio