Skip to content

Instantly share code, notes, and snippets.

@Birch-san
Last active January 29, 2024 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Birch-san/5e16137b70c065efe20eb37c245d9946 to your computer and use it in GitHub Desktop.
Save Birch-san/5e16137b70c065efe20eb37c245d9946 to your computer and use it in GitHub Desktop.
Installing bpftrace on WSL2
wsl --update --web-download
wsl --install -d Ubuntu-22.04 --web-download
wsl --setdefault Ubuntu-22.04
sudo apt-get install -y bpftrace bpftrace-dbgsym linux-headers-generic libc6-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment