Installing Netmap Dependencies for Linux Ubuntu 20 04 TLS
In this video, we will install netmap dependencies for Linux Ubuntu 20.04 TLS server. The installation steps are as follows:
1. Update local package index
sudo apt-get update
2. Install compiling tools
sudo apt install build-essential
3. Install git
sudo apt-get install -y git
4. Install Linux headers
sudo apt-get install -y linux-headers-$(uname -r)
ubuntu