How to Install and Uninstall libopencsv-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "libopencsv-java" package

This tutorial shows how to install libopencsv-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libopencsv-java

2. Uninstall "libopencsv-java" package

This guide covers the steps necessary to uninstall libopencsv-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libopencsv-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopencsv-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libopencsv-java
Priority: optional
Section: universe/java
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: opencsv
Version: 2.3-1
Suggests: libopencsv-java-doc
Filename: pool/universe/o/opencsv/libopencsv-java_2.3-1_all.deb
Size: 20214
MD5sum: 3966d217ed2c6ea09804018438aa616d
SHA1: 395c4fe228b7d6960cad54f9199922d594937311
SHA256: 6aa337d60c4e44b53732e737d85873ffc819f3e41c48456b4ab863f6b4ffefa5
Description-en: opencsv - Library for reading and writing CSV in Java
Opencsv is a very simple csv (comma-separated values) parser library for Java.
It supports all the basic csv-type things you're likely to want to do:
.
* Arbitrary numbers of values per line
* Ignoring commas in quoted elements
* Handling quoted entries with embedded carriage returns
(ie entries that span multiple lines)
* Configurable separator and quote characters (or use sensible defaults)
* Read all the entries at once, or use an Iterator style model
* Creating csv files from String[] (ie. automatic escaping of embedded
quote chars)
Description-md5: 88c68b4b9c6ca3010c28c8b5974d3933
Homepage: http://opencsv.sf.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu