-
Add
restricted
component repositorysudo add-apt-repository restricted
-
Update packages list
sudo apt-get update
-
Confirm that you have kernel headers installed and updated
sudo apt-get install linux-generic
-
Then install it again
sudo apt-get install bcmwl-kernel-source
Using manager to install node version | ReactJS
Submitted by stephenwenceslao on Wed, 08/10/2022 - 12:57There is a good manager that will help you with all node versions. It's called nvm
(Node version manager).
https://github.com/creationix/nvm
All install guides are on git page. I install it like this.
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh
bash install_nvm.sh
Check to see if everything installed correctly
nvm --version