How to Install and Uninstall guile-json Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "guile-json" package

This is a short guide on how to install guile-json on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install guile-json

2. Uninstall "guile-json" package

In this section, we are going to explain the necessary steps to uninstall guile-json on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove guile-json $ sudo apt autoclean && sudo apt autoremove

3. Information about the guile-json package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: guile-json
Priority: optional
Section: universe/lisp
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Diane Trout
Architecture: all
Version: 0.4.0-1
Depends: guile-2.0
Filename: pool/universe/g/guile-json/guile-json_0.4.0-1_all.deb
Size: 17558
MD5sum: fb723247bbcf9b3b66327c1142f7631c
SHA1: 8417b8e55177430865b17da6d30e4dfd0a9dd901
SHA256: 8b6aec963653ab2e9441870f4e14b5495b53f007f58e4280f057ee094da0c249
Description-en: JSON module for Guile
Guile-json supports parsing and building JSON documents according
to the http://json.org specification. These are the main features:
- Strictly compiles to the http://json.org specification.
- Build JSON documents programmatically via macros.
- Unicode support for strings.
- Allow JSON pretty printing.
Description-md5: 5b6d0d66ccb1732856a1572f75d68da5
Homepage: http://savannah.nongnu.org/projects/guile-json/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu