8.6 Install Git & Cmake
- Change the directory to /opt
# cd /opt
- Install Git using below command.
# sudo apt-get install git
- Install Cmake using below command.
# sudo apt-get install cmake
- updates the package sources list with latest versions in the repositories.
# sudo apt update
- Downloads and installs the updates for each outdated package and dependency on your
system.
# sudo apt upgrade