How to Install and Uninstall libtie-ical-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "libtie-ical-perl" package

In this section, we are going to explain the necessary steps to install libtie-ical-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtie-ical-perl

2. Uninstall "libtie-ical-perl" package

Please follow the instructions below to uninstall libtie-ical-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtie-ical-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtie-ical-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtie-ical-perl
Priority: optional
Section: universe/perl
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-2
Depends: perl
Filename: pool/universe/libt/libtie-ical-perl/libtie-ical-perl_0.15-2_all.deb
Size: 18776
MD5sum: 2ab1c5e46238a5c8b339093f1681bf12
SHA1: 31b7349524b1b71d557e653aec64b859f6b84e6b
SHA256: 8c4c0fef4d2716e2ea1dacff0731ce2b9be1f6c7ff46780ce414bc6169b7e307
Description-en: module for tieing iCal files to Perl hashes
Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in
the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL.
Each component in the file must have a unique UID property as specified in
the RFC 2445. A file containing non-unique UIDs can be converted to have
only unique UIDs (see samples/uniquify.pl).
.
The module makes very little effort in understanding what each iCalendar
property means and concentrates on the format of the iCalendar file only.
Description-md5: b90cf4822d22b47e1304b0189f08adc9
Homepage: https://metacpan.org/release/Tie-iCal
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu