# Required software installation

Install the required software:

{% code fullWidth="false" %}

```sh
sudo apt update && sudo apt upgrade -y 
sudo apt install -y git gcc make unzip jq
```

{% endcode %}
