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

Last updated: May 17,2024

1. Install "libstring-truncate-perl" package

This tutorial shows how to install libstring-truncate-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libstring-truncate-perl

2. Uninstall "libstring-truncate-perl" package

This is a short guide on how to uninstall libstring-truncate-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libstring-truncate-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libstring-truncate-perl
Priority: optional
Section: universe/perl
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.100602-1
Depends: perl, libsub-install-perl, libsub-exporter-perl
Filename: pool/universe/libs/libstring-truncate-perl/libstring-truncate-perl_1.100602-1_all.deb
Size: 9730
MD5sum: 93633430d81e18feffcf3ef8926c5ae6
SHA1: af274dd49354c91f54bb96974cdacf44f0ffeadc
SHA256: 9013110e037329ef1cddeafc8255433a13c1a91d0a207060862dcbee58303675
Description-en: Perl module to truncate long strings
String::Truncate is a Perl module useful for truncating any long string
sequence and marking the place where any text has been elided (deleted).
You simply tell the module the maximum string width and where to elide
strings (at the right side, left side, in the middle or at the ends). It
also supports a customized marker for elisions, but defaults to the most
common symbol, the ellipsis (...). It can also prefer to break strings at
whitespace where possible.
Description-md5: 54360934fa8d6cb9d719bc32bb1b7eed
Homepage: https://metacpan.org/release/String-Truncate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu