How to Install and Uninstall eslint Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "eslint" package

Learn how to install eslint on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install eslint

2. Uninstall "eslint" package

This guide let you learn how to uninstall eslint on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove eslint $ sudo apt autoclean && sudo apt autoremove

3. Information about the eslint package on Ubuntu 20.10 (Groovy Gorilla)

Package: eslint
Architecture: all
Version: 5.16.0~dfsg-7
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2678
Provides: node-eslint (= 5.16.0~dfsg-7), node-eslint-config-eslint
Depends: node-ajv, node-concat-stream, node-debug, node-doctrine, node-eslint-visitor-keys, node-eslint-scope, node-espree, node-esquery, node-estraverse, node-eslint-utils, node-esutils, node-file-entry-cache, node-functional-red-black-tree, node-glob, node-globals, nodejs, node-imurmurhash, node-ignore, node-json-stable-stringify, node-levn, node-lodash, node-mkdirp, node-optionator, node-path-is-inside, node-progress, node-regenerate-unicode-properties, node-semver, node-strip-json-comments
Recommends: node-chalk, node-inquirer, node-js-yaml, node-strip-ansi, node-text-table
Suggests: node-babel7, node-babel-eslint, node-table, node-esprima, node-esprima-fb
Filename: pool/universe/e/eslint/eslint_5.16.0~dfsg-7_all.deb
Size: 328292
MD5sum: 2a17f0910de4b73ea9d0710009e872d6
SHA1: 0504249cf5b3cea0c3bd57885de33478cfda799b
SHA256: 67929ec28912acbc943ef7b2c4d11fa41606de12f362f9365a9ce083febcf66d
SHA512: fd663a993adfcc5b3c2852df91183be5a5e553517426f0adf11e4c4a66b76caf26a9701fa0ef800a1d9451694e96fd910aca133a588eb3f6f6b7c6edfb437295
Homepage: https://eslint.org/
Description-en: AST-based pattern checker for JavaScript
ESLint is a tool for identifying and reporting on patterns
found in ECMAScript/JavaScript code.
In many ways, it is similar to JSLint and JSHint
with a few exceptions:
.
* ESLint uses Espree for JavaScript parsing
* ESLint uses an AST to evaluate patterns in code
* ESLint is completely pluggable,
every single rule is a plugin and you can add more at runtime
.
Some uses of ESLint require additional packages:
* Use of parsers other than the default (Espree) require that parser,
e.g. node-babel-eslint, node-esprima, or node-esprima-fb.
* Output format "code-frame" requires node-babel-code-frame.
* Output format "table" requires node-table and node-pluralize.
Description-md5: 928c8c190390dc6a792abd383a8b5885