The following commands can be used on any Debian-based Linux operating system
. Below is the guide on ubuntu 22.04
.
Ubuntu 22.04
Use this command to update local package collection database.
sudo apt update
Go
sudo apt install golang
Clang and LLVM
sudo apt install clang llvm
libbpf
sudo apt install libelf-dev
bpftool and perf
sudo apt install linux-tools-$(uname -r)