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

Last updated: November 07,2024

1. Install "cl-simple-date" package

This is a short guide on how to install cl-simple-date on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-simple-date

2. Uninstall "cl-simple-date" package

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

$ sudo apt remove cl-simple-date $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-simple-date
Priority: optional
Section: universe/lisp
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Source: cl-postmodern
Version: 20151031-1
Filename: pool/universe/c/cl-postmodern/cl-simple-date_20151031-1_all.deb
Size: 7450
MD5sum: 79e3c75eb50f48f5c38584529fd11926
SHA1: 5f0320deb80475b5e4af322803f6228006461db6
SHA256: d38d8cff19eccdd147ccf0cf114e8659e7cb10c61648b3ea12405e43866f5875
Description-en: Common Lisp types for dates, timestamps, and intervals
Simple-date provides types (CLOS classes) for dates, timestamps, and
intervals similar to the ones SQL databases use, in order to be able to
store and read these to and from a database in a straighforward way. A few
obvious operations are defined on these types.
.
The most glaring defect of this library is its ignorance of time zones. It
pretends the whole world lives in UTC. Use with care.
.
When this library is loaded after CL-postgres, it will register suitable SQL
readers and writers for the associated database types.
Description-md5: b50483753b2b780eaf021fa812acba34
Homepage: http://marijnhaverbeke.nl/postmodern/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu