How to Install and Uninstall yarnpkg Package on Kali Linux

Last updated: May 02,2024

1. Install "yarnpkg" package

Please follow the guidelines below to install yarnpkg on Kali Linux

$ sudo apt update $ sudo apt install yarnpkg

2. Uninstall "yarnpkg" package

This guide covers the steps necessary to uninstall yarnpkg on Kali Linux:

$ sudo apt remove yarnpkg $ sudo apt autoclean && sudo apt autoremove

3. Information about the yarnpkg package on Kali Linux

Package: yarnpkg
Source: node-yarnpkg
Version: 4.0.2+dfsg-2
Installed-Size: 9346
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-alcalzone-ansi-tokenize (= 0.1.3), node-algolia-cache-browser-local-storage (= 4.20.0), node-algolia-cache-common (= 4.20.0), node-algolia-cache-in-memory (= 4.20.0), node-algolia-client-account (= 4.20.0), node-algolia-client-analytics (= 4.20.0), node-algolia-client-common (= 4.20.0), node-algolia-client-personalization (= 4.20.0), node-algolia-client-recommendation (= 4.20.0), node-algolia-client-search (= 4.20.0), node-algolia-logger-common (= 4.20.0), node-algolia-logger-console (= 4.20.0), node-algolia-recommend (= 4.20.0), node-algolia-requester-browser-xhr (= 4.20.0), node-algolia-requester-common (= 4.20.0), node-algolia-requester-fetch (= 4.20.0), node-algolia-requester-node-http (= 4.20.0), node-algolia-transporter (= 4.20.0), node-algoliasearch (= 4.20.0), node-arcanis-slice-ansi (= 1.1.1), node-dotenv (= 16.3.1), node-git-up (= 7.0.0), node-git-url-parse (= 13.1.0), node-grapheme-splitter (= 1.0.4), node-ink (= 4.4.1), node-ink-text-input (= 5.0.1), node-is-ssh (= 1.4.0), node-parse-path (= 7.0.0), node-parse-url (= 8.2.0), node-patch-console (= 2.0.0), node-protocols (= 2.0.1), node-readline-sync (= 1.4.10), node-tau-prolog (= 0.3.3), node-tinylogic (= 2.0.0), node-treeify (= 1.1.0), node-tunnel (= 0.0.6), node-yarnpkg-builder (= 4.0.0), node-yarnpkg-cli (= 4.0.2), node-yarnpkg-core (= 4.0.2), node-yarnpkg-doctor (= 4.0.1), node-yarnpkg-extensions (= 2.0.0), node-yarnpkg-fslib (= 3.0.1), node-yarnpkg-libui (= 3.0.0), node-yarnpkg-libzip (= 3.0.0), node-yarnpkg-nm (= 4.0.1), node-yarnpkg-parsers (= 3.0.0), node-yarnpkg-plugin-compat (= 4.0.1), node-yarnpkg-plugin-constraints (= 4.0.2), node-yarnpkg-plugin-dlx (= 4.0.0), node-yarnpkg-plugin-essentials (= 4.0.2), node-yarnpkg-plugin-exec (= 3.0.0), node-yarnpkg-plugin-file (= 3.0.0), node-yarnpkg-plugin-git (= 3.0.0), node-yarnpkg-plugin-github (= 3.0.0), node-yarnpkg-plugin-http (= 3.0.1), node-yarnpkg-plugin-init (= 4.0.1), node-yarnpkg-plugin-interactive-tools (= 4.0.0), node-yarnpkg-plugin-link (= 3.0.0), node-yarnpkg-plugin-nm (= 4.0.1), node-yarnpkg-plugin-npm (= 3.0.0), node-yarnpkg-plugin-npm-cli (= 4.0.1), node-yarnpkg-plugin-pack (= 4.0.0), node-yarnpkg-plugin-patch (= 4.0.1), node-yarnpkg-plugin-pnp (= 4.0.2), node-yarnpkg-plugin-pnpm (= 2.0.0), node-yarnpkg-plugin-stage (= 4.0.0), node-yarnpkg-plugin-typescript (= 4.0.0), node-yarnpkg-plugin-version (= 4.0.0), node-yarnpkg-plugin-workspace-tools (= 4.0.1), node-yarnpkg-pnp (= 4.0.1), node-yarnpkg-pnpify (= 4.0.1), node-yarnpkg-sdks (= 3.1.0), node-yarnpkg-shell (= 4.0.0), node-yarnpkg-types (= 4.0.0), node-yoga-wasm-web (= 0.3.3)
Depends: nodejs:any, git, node-tslib, node-clipanion, node-lodash, node-ci-info, node-enquirer, node-micromatch, node-semver, node-typanion, node-diff, node-react, node-zkochan-cmd-shim, node-ssri, node-tar-stream, node-p-limit, node-chalk, esbuild, node-camelcase, node-fast-glob, node-got, node-strip-ansi, node-tar, node-globby, node-typescript, node-js-yaml, node-ansi-styles, node-is-fullwidth-code-point, node-ansi-escapes, node-auto-bind, node-cli-boxes, node-cli-cursor, node-cli-truncate, node-code-excerpt, node-indent-string, node-is-ci, node-is-lower-case, node-is-upper-case, node-react-reconciler, node-scheduler, node-signal-exit, node-slice-ansi, node-stack-utils, node-string-width, node-type-fest, node-widest-line, node-wrap-ansi, node-ws
Size: 1653564
SHA256: d170cf3a429b0b883ccaa321ba92c3630b0582570e7690b7ba0c1b7c0834b046
SHA1: 6d8c7376322bc17489a408cc39513f08bb2b082f
MD5sum: 3567e9579ab6611d73ae387f509e9921
Description: Fast, reliable, and secure dependency management
Yarn is a modern package manager split into various packages. Its novel
architecture allows one to do things currently impossible with existing
solutions:
Yarn supports plugins; adding a plugin is as simple as adding it into your
repository.
Yarn supports Node by default but isn't limited to it - plugins can add
support for other languages.
Yarn supports workspaces natively, and its CLI takes advantage of that.
Yarn uses a bash-like portable shell to make package scripts portable
across of Windows, Linux, and macOS.
Yarn is first and foremost a Node API that can be used programmatically
(via @yarnpkg/core).
Yarn is written in TypeScript and is fully type-checked.
.
This package provides Yarn Modern (berry). If you are looking for Yarn
Classic (1.x), install node-corepack.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/yarnpkg/berry
Section: javascript
Priority: optional
Filename: pool/main/n/node-yarnpkg/yarnpkg_4.0.2+dfsg-2_all.deb