Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
O orientation
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Newbies
  • orientation
  • Wiki
  • install tools ubuntu 16.04

install tools ubuntu 16.04 · Changes

Page history
Create install tools ubuntu 16.04 authored Nov 17, 2020 by Sneha's avatar Sneha
Show whitespace changes
Inline Side-by-side
Showing with 38 additions and 0 deletions
+38 -0
  • install-tools-ubuntu-16.04.md install-tools-ubuntu-16.04.md +38 -0
  • No files found.
install-tools-ubuntu-16.04.md 0 → 100644
View page @ 31ea065d
# Installing tools for Ubuntu 16.04
This guide will help you install these tools for Ubuntu 16.04
1. VScode
1. Docker
These tools will help you do practical for the respective module.
## Installiing Vscode
1. Download VScode `.deb` file from link - https://code.visualstudio.com/download
1. Install VScode by double clicking on the `code_1.50.1-1602600906_amd64.deb` file.
1. Open VScode.
1. Select Extensions and Search for Remote Development. ![Screenshot_2020-11-06_at_8.38.24_PM](https://gitlab.iotiot.in/newbies/coding-workspace/wikis/uploads/03d5576ea7f8f022ea7e9dc7dab70b73/Screenshot_2020-11-06_at_8.38.24_PM.png)
1. Install the Remote Development plug-in.
## Installing Docker
1. Installing docker. Open up a new Terminal by pressing `Ctrl` + `Alt` + `t`
```shell
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.
1. After the system reboots, Open up a new Terminal by pressing `Ctrl` + `Alt` + `t`.
1. Run command `sudo docker --version` to verify that docker is successfully installed.
```shell
# The output should be a docker version
$ sudo docker --version
Docker version 19.03.13, build 4484c46d9d
```
\ No newline at end of file
Clone repository
  • 20hrLearning
  • Code Workspace
  • Culture
  • FAQ
  • Home
  • Installing Required Tools
  • codeworkspace
  • codingStyle
  • coding_style_c_cpp
  • coding_style_python
  • dockerBasics
  • gitBasics
  • gitlabBasics
  • install tools ubuntu 16.04
  • install tools windows
View All Pages