Installation of all the basic tools.
C#
.Netcore
sudo apt install dotnet-sdk-2.1.300-rc1-008673
Visual Studio Code
download then install the deb package.
Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the regular system mechanism
sudo dpkg -i <file>.deb
sudo apt-get install -f # Install dependencies
Angular
Node
I installed node with nvm. nvm article
nvm install --lts
The LTS version at the time was 8.11.2
Angular
Angular cli. I used the exact version used in the udemy course. After chapter 5 I updated to angular 6.
npm install -g @angular/[email protected]