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

Last updated: September 20,2024

1. Install "libspreadsheet-read-perl" package

Please follow the guidelines below to install libspreadsheet-read-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libspreadsheet-read-perl

2. Uninstall "libspreadsheet-read-perl" package

Please follow the steps below to uninstall libspreadsheet-read-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libspreadsheet-read-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libspreadsheet-read-perl
Priority: optional
Section: universe/perl
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.63-1
Depends: perl, libdata-peek-perl (>= 0.44), libio-stringy-perl
Recommends: libspreadsheet-parseexcel-perl, libspreadsheet-xlsx-perl, libtext-csv-perl (>= 1.32), libtext-csv-xs-perl
Suggests: perl-tk (>= 1:804.032), libtk-tablematrix-perl
Filename: pool/universe/libs/libspreadsheet-read-perl/libspreadsheet-read-perl_0.63-1_all.deb
Size: 38346
MD5sum: f56934d8e12dc2f0a5f10ac578be0641
SHA1: 3bb9311ff7737a73c74221f622ab965490f96fce
SHA256: 04e5ad93c62c49c41eda6cecbed1fea8a15bc442fbbc727e6494e01241d61d3a
Description-en: reader for common spreadsheet formats
Spreadsheet::Read is a Perl module that tries to transparently read arbitrary
spreadsheet files and return its content in a universal manner independent of
the parsing module that does the actual spreadsheet scanning.
.
For Microsoft Excel, this module uses Spreadsheet::XLSX (for newer files; see
the libspreadsheet-xlsx-perl package) or Spreadsheet::ParseExcel (available
in libspreadsheet-parseexcel-perl)
.
For Comma-Separated Value (CSV) files, this module uses Text::CSV (either the
pure perl version in libtext-csv-perl, or, if available, the XS-accelerated
version packaged as libtext-csv-xs-perl).
.
For SquirrelCalc, there is a very simplistic built-in parser.
Description-md5: 27ffc329d446b238952753bccbc74792
Homepage: https://metacpan.org/release/Spreadsheet-Read
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu