Data Structure Installation Guide (Linux)


Installation Instruction Links:


Installer Links:


Note: There should be cause for concern if the version number shown in the screenshots is lower than the installer versions actually downloaded.


Git

Install Git

Open a Terminal using Ctrl+Alt+T and execute sudo apt install git -y.

Verify Installation

To confirm successful installation, execute git –version to print the current version of installed Git.


Sublime Text 4

Install Sublime Text 4

Open a Terminal using Ctrl+Alt+T and execute the following:

wget -qO – https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add –
sudo apt-get install apt-transport-https
echo “deb https://download.sublimetext.com/ apt/stable/” | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update
sudo apt install sublime-text -y
Verify Installation

To confirm successful installation, execute subl to open Sublime Text.


Python

Install Python

Linux machines come installed with Python which is used by the OS for running certain applications, however this step is also necessary to ensure an updated version of Python is installed.

Open a Terminal using Ctrl+Alt+T and execute the following:

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa

When prompted to continue, press the Enter to continue the installation.

Verify Installation

To confirm successful installation, execute python3.8 –version to open check the version of Python.


If you’ve stumbled upon this blog post and aren’t a bootcamper, you can begin your bootcamp journey with Zuitt by clicking this link: