J'ai une bonne expérience de l'exécution de noyaux Linux non-distro par défaut sur des distributions LTS. Une meilleure utilisation de l'énergie, un meilleur support matériel et des fonctionnalités de virtualisation en font partie.
J'utilise les Ubuntu Kernel MainlineBuilds pour obtenir quelques .deb
et les installer.
Je voudrais maintenant utiliser des outils dans linux-tools-generic
. Cependant, aucun des paquets disponibles ne correspond à mon noyau.
Comment puis-je acquérir le linux-tools-generic pour un noyau non-standard ?
$ perf
WARNING: perf not found for kernel 5.9.6-050906
You may need to install the following packages for this specific kernel:
linux-tools-5.9.6-050906-generic
linux-cloud-tools-5.9.6-050906-generic
You may also want to install one of the following packages to keep up to date:
linux-tools-generic
linux-cloud-tools-generic
$ sudo apt-get install linux-tools-5.9.6-050906-generic Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-tools-5.9.6-050906-generic
E: Couldn't find any package by glob 'linux-tools-5.9.6-050906-generic'
E: Couldn't find any package by regex 'linux-tools-5.9.6-050906-generic'