我尝试了不同的方法来安装 perf 但都失败了:
root@kali:~/Desktop# perf
/usr/bin/perf: line 13: exec: perf_5.3: not found
E: linux-perf-5.3 is not installed.
root@kali:~/Desktop# apt-get install linux-perf-4.19
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-perf-4.19
E: Couldn't find any package by glob 'linux-perf-4.19'
E: Couldn't find any package by regex 'linux-perf-4.1
root@kali:~/Desktop# sudo apt update
Hit:1 https://download.docker.com/linux/debian buster InRelease
Get:2 http://kali.download/kali kali-rolling InRelease [30.5 kB]
Reading package lists... Done
E: Release file for http://http.kali.org/kali/dists/kali-rolling/InRelease is not valid yet (invalid for another 1d 3h 24min 55s). Updates for this repository will not be applied.
root@kali:~/Desktop# sudo apt install linux-tools-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-tools-common
有人可以指出这个问题吗?