How to Install and Uninstall elpa-csv-mode Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "elpa-csv-mode" package

Here is a brief guide to show you how to install elpa-csv-mode on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install elpa-csv-mode

2. Uninstall "elpa-csv-mode" package

Here is a brief guide to show you how to uninstall elpa-csv-mode on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove elpa-csv-mode $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-csv-mode package on Ubuntu 21.04 (Hirsute Hippo)

Package: elpa-csv-mode
Architecture: all
Version: 1.12-1
Priority: optional
Section: universe/lisp
Source: csv-mode
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Emacsen team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 105
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Filename: pool/universe/c/csv-mode/elpa-csv-mode_1.12-1_all.deb
Size: 22184
MD5sum: cd2d0eda96c8035dcc788f490c4b50c1
SHA1: 4d75ca0f30e9092061d676fab14325a58413c163
SHA256: 9677afa6c3abfc1063e60b7704a481cb4ec53e1d7af2d585667030cdd55d60e9
SHA512: c5bd77018cc62f8be775ae8eb29fbe5102b8412972252711c3e51e7f013169e872c20be555ab3e29559d11bb0c31f88a970aeca2eb232566134f8f6925eeac59
Homepage: https://elpa.gnu.org/packages/csv-mode.html
Description-en: Emacs major mode for editing comma, char, and tab separated values
This package implements CSV mode, a major mode for editing records in
a generalised CSV (character-separated values) format. It also
features support for TSV (tab-separated values). CSV mode supports
operations such as the following:
.
* sort lexicographically and numerically on a specified
field or column.
* kill and yank by field or column. C-c C-k can kill more than one
field at once, but multiple killed fields can be yanked only as a
fixed group equivalent to a single field.
* align fields into columns.
* interchange between rows and columns.
.
CSV mode can recognise fields separated by a number of individual
characters, configurable in `csv-separators'. CSV data fields can be
delimited with quote characters. This implementation supports quoted
fields, where all permitted quote characters are specified in the
customisable user option `csv-field-quotes'. By default, the only
separator is a comma and the only field quote is a double quote.
.
The global minor mode `csv-field-index-mode' displays the current
field index in the mode line, cf. `line-number-mode' and
`column-number-mode'. It is on by default.
Description-md5: 6996410ae2daa30069e580d28c5759bd