How to Install and Uninstall cl-yason Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "cl-yason" package

Please follow the guidelines below to install cl-yason on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-yason

2. Uninstall "cl-yason" package

This tutorial shows how to uninstall cl-yason on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-yason $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-yason package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cl-yason
Priority: optional
Section: universe/lisp
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 0.7.5-1
Filename: pool/universe/c/cl-yason/cl-yason_0.7.5-1_all.deb
Size: 9978
MD5sum: 1c198439fdeac38395e6e2d184cc0ea9
SHA1: d3567a609782c702a63a3b54380e6b03f03b8673
SHA256: b0626c7f39c018ef53d03c5ceff1484f6463d983bf68a5c17f74f469dc956b82
Description-en: JSON encoder/decoder for Common Lisp
YASON is a Common Lisp library for encoding and decoding data in the JSON
interchange format. JSON is used as a lightweight alternative to XML. YASON
has the sole purpose of encoding and decoding data and does not impose any
object model on the Common Lisp application that uses it.
Description-md5: 832fa9b1da2ac8126e8141976a193295
Homepage: http://common-lisp.net/project/yason/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu