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

Last updated: May 12,2024

1. Install "node-react" package

This guide let you learn how to install node-react on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-react

2. Uninstall "node-react" package

Please follow the guidance below to uninstall node-react on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-react $ sudo apt autoclean && sudo apt autoremove

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

Package: node-react
Architecture: all
Version: 17.0.1+dfsg+~cs106.58.5-5
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 13355
Provides: node-create-subscription (= 17.0.0), node-eslint-plugin-react-hooks (= 4.2.0), node-jest-react (= 0.12.0), node-react-art (= 17.0.0), node-react-cache (= 2.0.0-alpha.0), node-react-client (= 0.1.0), node-react-debug-tools (= 0.16.0), node-react-dom (= 17.0.0), node-react-fetch (= 0.0.0), node-react-is (= 17.0.0), node-react-noop-renderer (= 16.0.0), node-react-reconciler (= 0.26.0), node-react-refresh (= 0.9.0), node-react-server (= 0.1.0), node-react-shallow-renderer (= 16.14.1), node-react-test-renderer (= 17.0.0), node-react-transport-dom-webpack (= 0.1.0), node-scheduler (= 0.20.0), node-types-create-subscription (= 16.4.2), node-types-react (= 17.0.0), node-types-react-cache (= 2.0.1), node-types-react-devtools (= 3.6.0), node-types-react-dom (= 17.0.0), node-types-react-is (= 17.0.0), node-types-react-reconciler (= 0.18.0), node-types-react-test-renderer (= 17.0.0), node-types-scheduler (= 0.16.1), node-types-use-subscription (= 1.0.0), node-use-subscription (= 1.5.0)
Depends: nodejs, node-fbjs, node-loose-envify, node-object-assign (>= 4.1.1), node-prop-types
Filename: pool/universe/n/node-react/node-react_17.0.1+dfsg+~cs106.58.5-5_all.deb
Size: 492284
MD5sum: dad61ba915432ac221bd4d43c925ce8e
SHA1: 71e85d248b5059f8ebce38960876b7d614b483db
SHA256: 39cf8f2a2a2ef960efa0dcd775b8084fe04e574028904d871db55ca49fec5d9a
SHA512: e604f08f2bf52519d57293ecf239a06ae21ad20051603d3f3d04fad8668e4671ef9940a04819eafd313847d4ad08875c69b6f2063541a963060df7b29b6265dc
Homepage: https://reactjs.org/
Description-en: Node.js library for building user interfaces
ReactJS is a library for building JavaScript user interfaces.
.
Some features of React:
* Declarative: React makes it painless to create interactive UIs. Design
simple views for each state in your application, and React will efficiently
update and render just the right components when your data changes.
Declarative views make your code more predictable, simpler to understand,
and easier to debug.
* Component-Based: Build encapsulated components that manage their own state,
then compose them to make complex UIs. Since component logic is written in
JavaScript instead of templates, you can easily pass rich data through your
app and keep state out of the DOM.
* Learn Once, Write Anywhere: it doesn't make assumptions about the rest of
the technology stack, so you can develop new features in React without
rewriting existing code. React can also render on the server using Node and
power mobile apps using React Native.
.
This package installs the ReactJS library for Node.js.
Description-md5: 1bd2d09ed66382098a383065625d17c1