Skip to content

All Packages To Install After Installing LInux (Debian Based Linux Only)

Notifications You must be signed in to change notification settings

notableadii/MyLinuxConf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Install Nodejs

$ sudo apt install npm

$ sudo apt  install curl

$ curl -sL https://deb.nodesource.com/setup_19.x -o /tmp/nodesource_setup.sh

$ nano /tmp/nodesource_setup.sh

$ sudo bash /tmp/nodesource_setup.sh

$ sudo apt install nodejs

$ node -v

Install Git

$ apt-get install git

$ sudo add-apt-repository ppa:git-core/ppa

$ sudo apt update

$ sudo apt install git

About

All Packages To Install After Installing LInux (Debian Based Linux Only)

Resources

Stars

Watchers

Forks

Packages

No packages published