Ubuntu Post installation

Midnight Commander

sudo apt-get install mc

Open terminal here

Open the terminal (ctrl-alt-t)

sudo apt-get install nautilus-open-terminal

Restart Nautilus

nautilus -q

Node

from: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

sudo apt-get install python-software-properties python g++ make
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm

Check the node version

node -v

Git

install git so you can do git clone

sudo apt-get install git

Labels: Ubuntu

This page was last edited by BauweBijl on 2021/05/17 09:48:38.

Built with BGAEWiki by BauweBijl