How to Install and Uninstall elpa-csv-mode Package on Kali Linux

Last updated: May 16,2024

1. Install "elpa-csv-mode" package

Please follow the steps below to install elpa-csv-mode on Kali Linux

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

2. Uninstall "elpa-csv-mode" package

This guide covers the steps necessary to uninstall elpa-csv-mode on Kali Linux:

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

3. Information about the elpa-csv-mode package on Kali Linux

Package: elpa-csv-mode
Source: csv-mode
Version: 1.23-1
Installed-Size: 115
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs
Enhances: emacs
Size: 24984
SHA256: 5021d352ce1a8a152727bacbf728ceda6dab194ce2479c159db159903834ddc0
SHA1: 6bb6d99ebe7b7f15ed87347cc9e113d146e0d195
MD5sum: 81fa1ca467b629730319fd8dfb3e6e47
Description: 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:
Homepage: https://elpa.gnu.org/packages/csv-mode.html
Tag: implemented-in::lisp, role::plugin, suite::emacs
Section: lisp
Priority: optional
Filename: pool/main/c/csv-mode/elpa-csv-mode_1.23-1_all.deb