linux-tools-$(uname -r) linux-headers-$(uname -r)工具安装:

linux-tools-(uname -r) linux-headers-(uname -r)工具安装:

ebpf@ebpf-virtual-machine:~ sudo apt-get install linux-tools-(uname -r)

sudo ebpf 的密码:

正在读取软件包列表... 完成

正在分析软件包的依赖关系树... 完成

正在读取状态信息... 完成

linux-tools-5.13.0-19-generic 已经是最新版 (5.13.0-19.19~20.04.1)。

升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 2 个软件包未被升级。

ebpf@ebpf-virtual-machine:~ sudo apt-get install linux-headers-(uname -r)

正在读取软件包列表... 完成

正在分析软件包的依赖关系树... 完成

正在读取状态信息... 完成

linux-headers-5.13.0-19-generic 已经是最新版 (5.13.0-19.19)。

升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 2 个软件包未被升级。

ebpf@ebpf-virtual-machine:~$ dpkg -l | grep linux-tools

ii linux-tools-5.13.0-19-generic 5.13.0-19.19~20.04.1 amd64 Linux kernel version specific tools for version 5.13.0-19

ii linux-tools-common 5.4.0-166.183 all Linux kernel version specific tools for version 5.4.0

ebpf@ebpf-virtual-machine:~$ dpkg -l | grep linux-tools

ii linux-tools-5.13.0-19-generic 5.13.0-19.19~20.04.1 amd64 Linux kernel version specific tools for version 5.13.0-19

ii linux-tools-common 5.4.0-166.183 all Linux kernel version specific tools for version 5.4.0

ebpf@ebpf-virtual-machine:~$ dpkg -l | grep linux-headers

ii linux-headers-5.13.0-19 5.13.0-19.19 all Header files related to Linux kernel version 5.13.0

ii linux-headers-5.13.0-19-generic 5.13.0-19.19 amd64 Linux kernel headers for version 5.13.0 on 64 bit x86 SMP

ii linux-headers-generic-hwe-20.04 5.13.0.19.30 amd64 Generic Linux kernel headers

ebpf@ebpf-virtual-machine:~$

deb http://apt.llvm.org/focal/ llvm-toolchain-focal main

deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal main

14

deb http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main

deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main

15

deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main

deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main

ebpf@ebpf-virtual-machine:~$

相关推荐
orion571 天前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
用户805533698031 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698031 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房2 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia3 天前
linux curl命令详解_curl详解
linux
扛枪的书生3 天前
Linux 网络管理器用法速查
linux
顺风尿一寸3 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫4 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux