-
|
I want to install When trying to run perf, I get: Where can I find these packages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think this issue has already showed up once, but I can't find it. The gist of it is that Any version should work fine as long as the kernel version is fairly close, so I'd recommend installing I don't think there's much we can do about this because of Ubuntu's wrapper script. |
Beta Was this translation helpful? Give feedback.
I think this issue has already showed up once, but I can't find it. The gist of it is that
perfis a wrapper script on Ubuntu that tries to run a kernel-specific build, and Ubuntu's repos won't have a matching build for OrbStack.Any version should work fine as long as the kernel version is fairly close, so I'd recommend installing
linux-tools-genericand running it directly (or symlinking it) from/usr/lib/linux-tools/5.19.0-42-generic/perf. It doesn't have to be a perfect match.I don't think there's much we can do about this because of Ubuntu's wrapper script.