How to Install and Uninstall rollup Package on Kali Linux

Last updated: April 29,2024

1. Install "rollup" package

This tutorial shows how to install rollup on Kali Linux

$ sudo apt update $ sudo apt install rollup

2. Uninstall "rollup" package

Please follow the step by step instructions below to uninstall rollup on Kali Linux:

$ sudo apt remove rollup $ sudo apt autoclean && sudo apt autoremove

3. Information about the rollup package on Kali Linux

Package: rollup
Source: node-rollup
Version: 3.29.4-3
Installed-Size: 2839
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-rollup (= 3.29.4)
Depends: nodejs:any
Suggests: node-chokidar
Breaks: node-rollup-plugin-babel (<< 3.0.3-5~), node-rollup-plugin-buble (<< 0.19.4-3~), node-rollup-plugin-commonjs (<< 10.0.1+really.9.2.0-12~), node-rollup-plugin-json (<< 4.0.0-4~), node-rollup-plugin-node-resolve (<< 3.4.0-3~), node-rollup-plugin-replace (<< 2.2.0-6~), node-rollup-plugin-string (<< 3.0.0-4), node-rollup-plugin-typescript (<< 1.0.0-2~)
Size: 503716
SHA256: 2e0261c8d44f9f14d0dd4c0349fe83c9d8b1efdc980da8a656a96cf68413f9bc
SHA1: 2a2df45742e95505e46b17f64b83e0ead29178de
MD5sum: 2bf28988ca99689421365fd3b47d398f
Description: ES6 module bundler for JavaScript
Rollup is a module bundler for JavaScript which compiles small pieces of code
into something larger and more complex, such as a library or application. It
uses the standardized ES module format for code, instead of previous
idiosyncratic solutions such as CommonJS and AMD.
.
ES modules let you freely and seamlessly combine the most useful individual
functions from your favorite libraries. Rollup can optimize ES modules for
faster native loading in modern browsers, or output a legacy module format
allowing ES module workflows today.
.
node-chokidar is required to use the --watch option
Description-md5:
Multi-Arch: foreign
Homepage: https://rollupjs.org
Section: javascript
Priority: optional
Filename: pool/main/n/node-rollup/rollup_3.29.4-3_all.deb