Installing tools for Ubuntu 16.04
This guide will help you install these tools for Ubuntu 16.04
- VScode
- Docker
These tools will help you do practical for the respective module.
Installiing Vscode
- Download VScode
.deb
file from link - https://code.visualstudio.com/download - Install VScode by double clicking on the
code_1.50.1-1602600906_amd64.deb
file. - Open VScode.
- Select Extensions and Search for Remote Development.
- Install the Remote Development plug-in.
Installing Docker
-
Installing docker. Open up a new Terminal by pressing
Ctrl
+Alt
+t
sudo apt update sudo apt install git git clone https://gitlab.iotiot.in/newbies/pre-office-office/docker-containers.git cd docker-containers sudo install-docker-ubuntu-16.04.sh
- Note: The script will automatically install and reboot your system.
- Note: These steps only work on Ubuntu 16.04 OS. Any other OS will cause an error.
-
After the system reboots, Open up a new Terminal by pressing
Ctrl
+Alt
+t
. -
Run command
sudo docker --version
to verify that docker is successfully installed.# The output should be a docker version $ sudo docker --version Docker version 19.03.13, build 4484c46d9d