lizrice / learning-ebpf

Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more
https://www.amazon.com/Learning-eBPF-Programming-Observability-Networking/dp/1098135121
Apache License 2.0
1.19k stars 255 forks source link

E: Unable to locate package linux-tools-5.15.133.1-microsoft-standard-WSL2 #38

Closed Girasolo closed 5 months ago

Girasolo commented 9 months ago

This is the error: 524.1 E: Unable to locate package linux-tools-5.15.133.1-microsoft-standard-WSL2 524.1 E: Couldn't find any package by glob 'linux-tools-5.15.133.1-microsoft-standard-WSL2' 524.1 E: Couldn't find any package by regex 'linux-tools-5.15.133.1-microsoft-standard-WSL2'

failed to solve: process "/bin/sh -c apt-get install -y apt-transport-https ca-certificates curl clang llvm jq && apt-get install -y libelf-dev libpcap-dev libbfd-dev binutils-dev build-essential make && apt-get install -y linux-tools-common linux-tools-$(uname -r) && apt-get install -y bpfcc-tools && apt-get install -y python3-pip && CMD [\"/bin/bash\"]" did not complete successfully: exit code: 100

Is it possible to make it work with microsoft Docker Desktop or should I consider the possibility of moving on a Linux distribution?

lizrice commented 5 months ago

Duplicate of #37