How to Install and Uninstall node-react Package on Kali Linux

Last updated: May 04,2024

1. Install "node-react" package

This guide let you learn how to install node-react on Kali Linux

$ sudo apt update $ sudo apt install node-react

2. Uninstall "node-react" package

Please follow the guidelines below to uninstall node-react on Kali Linux:

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

3. Information about the node-react package on Kali Linux

Package: node-react
Version: 18.2.0+dfsg+~cs87.59.26-2
Installed-Size: 846
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: libjs-react (= 18.2.0+dfsg+~cs87.59.26-2), node-types-react (= 18.0.15)
Depends: node-loose-envify
Size: 124700
SHA256: 0dcf758350e14af05621b2c179190a3e061f047deeb3df0d3d4415786fdc0733
SHA1: 35e90dad553fdd6aa8819af5dc3e93de45c03218
MD5sum: c8ad51b6d78cf76a0889f1ad1aae42a2
Description: Node.js library for building user interfaces
node-react 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:
Homepage: https://reactjs.org/
Section: javascript
Priority: optional
Filename: pool/main/n/node-react/node-react_18.2.0+dfsg+~cs87.59.26-2_all.deb