I follow this instruction to install bcc tools on Ubuntu 22.04 and this tutorial to run some examples of eBPF. However when I try to access /usr/share/bcc/tools
,
ls /usr/share/bcc/tools
I 've got an error
ls: cannot access '/usr/share/bcc/tools': No such file or directory
How to install bcc tools scripts properly?