How to Install and Uninstall node-babel7-standalone Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 20,2024

1. Install "node-babel7-standalone" package

This tutorial shows how to install node-babel7-standalone on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-babel7-standalone

2. Uninstall "node-babel7-standalone" package

Please follow the instructions below to uninstall node-babel7-standalone on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-babel7-standalone $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-babel7-standalone package on Ubuntu 21.10 (Impish Indri)

Package: node-babel7-standalone
Architecture: all
Version: 7.12.12+~cs150.141.84-6
Priority: optional
Section: universe/javascript
Source: node-babel7
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3067
Provides: node-babel-standalone (= 7.12.12-1), node-types-babel-standalone (= 7.1.3-1)
Breaks: node-babel7 (<< 7.12.12~)
Filename: pool/universe/n/node-babel7/node-babel7-standalone_7.12.12+~cs150.141.84-6_all.deb
Size: 402024
MD5sum: a5e6a26aa8ddc5ec66f87792f949eedc
SHA1: 16dae0e565bab824eb7f2009d0aebe1a8c6b0daf
SHA256: 10e4d192d3e63bbf8b13bdb5c4564380f468132cb3cae9cadb2e7b57100c7450
SHA512: ef7703e02e09b3b13057f1ff359abf4f0773c015b44fd6b847d16e55ef2b286088ef2d4de879a4beb58ed825a237200127e5356eb808554aedccaac1b9fb1edb
Homepage: https://babeljs.io/
Description-en: Standalone build of Babel for use in browsers and other non-Node.js environments
@babel/standalone provides a standalone build of Babel for use in browsers
and other non-Node.js environments.If you're using Babel in production, you
should normally not use @babel/standalone. Instead, you should use a build
system running on Node.js, such as Webpack, Rollup, or Parcel, to transpile
your JS ahead of time.
.
However, there are some valid use cases for @babel/standalone:
* It provides an easy, convenient way to prototype with Babel. Using
@babel/standalone, you can get started using Babel with just a simple
script tag in your HTML.
* Sites that compile user-provided JavaScript in real-time, like JSFiddle,
JS Bin, the REPL on the Babel site, JSitor, etc.
* Apps that embed a JavaScript engine such as V8 directly, and want to use
Babel for compilation
* Apps that want to use JavaScript as a scripting language for extending the
app itself, including all the goodies that ES2015 provides.
* Other non-Node.js environments (ReactJS.NET, ruby-babel-transpiler,
php-babel-transpiler, etc).
Description-md5: 703bfb498ccf966862914971f91865ab