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

Last updated: May 04,2024

1. Install "libtokyocabinet-perl" package

Learn how to install libtokyocabinet-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtokyocabinet-perl

2. Uninstall "libtokyocabinet-perl" package

Here is a brief guide to show you how to uninstall libtokyocabinet-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtokyocabinet-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtokyocabinet-perl
Priority: optional
Section: universe/perl
Installed-Size: 465
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.34-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libtokyocabinet9 (>= 1.4.47)
Filename: pool/universe/libt/libtokyocabinet-perl/libtokyocabinet-perl_1.34-2build2_amd64.deb
Size: 69812
MD5sum: 19fae9b644ce56370c75e478ea2579f8
SHA1: 230de83562f93efc6a86b0d9249af3fdd97f40c3
SHA256: 6d586914d17705f96f1f591ef8f775eb7b9498dfaaa372ed4d7a3db8969808e4
Description-en: Perl Binding of Tokyo Cabinet
Tokyo Cabinet is a library of routines for managing a database. The database
is a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data
and character string can be used as a key and a value. There is neither
concept of data tables nor data types. Records are organized in hash table,
B+ tree, or fixed-length array.
Description-md5: 8e8548c69e98d20aa0a690f53a545619
Homepage: http://fallabs.com/tokyocabinet/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu