Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 935 Bytes

README.md

File metadata and controls

64 lines (52 loc) · 935 Bytes

ubuntu-essential-software

Installation setup

Download Zip and Extract

$ cd ./ubuntu-essential-software
$ chmod +x install.sh
$ ./install.sh

Nvm

After installation setup copy below the command

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
$ gedit ~/.bashrc
paste command in last line

$ nvm --version # 0.39.1
$ nvm install --lts
$ nvm use --lts
$ node -v # v16.17.1
$ npm -v # 8.19.2

Package Lists

  • curl
  • git
  • vlc
  • google-chrome-stable
  • gcc
  • python2
  • python-is-python3
  • python3-pip
  • telegram-desktop
  • gimp
  • gnome-tweaks
  • gnome-shell-extensions
  • vim
  • neofetch
  • htop

Software Lists

  • OBS studio
  • Ubuntu Cleaner
  • Visual Studio Code
  • Viber
  • Discord
  • Zoom
  • Motrix Download Manager
  • nvm
  • mysql
  • composer
  • apache2
  • php8.1