Bonus: VSC Installation

Visual Studio Code is a very popular text and code editor. It is graphical in nature, and does not offer a terminal version. However, due to it’s popularity let’s install it on our machines.

There isn’t an official Ubuntu repository for Visual Studio Code, however the Microsoft documentation provides an excellent article for installing VSC on Linux systems:

code installation instructions

The picture above shows the exact steps for adding the repository, with gpg key, and then installing the code package.

Bonus

If you visit the actual article you will find there is another way to complete the steps in a more streamlined process.