how to install linux perf through deb file

bash 复制代码
apt-get download linux-tools-5.4.0-65-generic

dpkg -i linux-tools-5.4.0-65-generic_5.4.0-65.73_arm64.deb

or

bash 复制代码
ar x linux-tools-5.4.0-65-generic_5.4.0-65.73_arm64.deb
tar xf data.tar.xz

if dpkg is not installed

bash 复制代码
apt-get download dpkg/focal-updates
ar x dpkg/focal-updates
tar -xvf data.tar.xz -C /

how to download all dependency of a package

bash 复制代码
apt-get download $(apt-rdepends linux-tools-5.4.0-65-generic | grep -v "^ " | sort -u)
相关推荐
小猿姐3 小时前
唯品会大规模数据库云原生实践:基于 KubeBlocks 管理数千实例的统一运维之路
运维·elasticsearch·云原生
七歌杜金房7 小时前
我终于又有了自己的 Linux 电脑
linux·debian·mac
SkyWalking中文站15 小时前
认识 Horizon UI · 5/17:3D 基础设施地图
运维·监控·自动化运维
tntxia1 天前
linux curl命令详解_curl详解
linux
扛枪的书生1 天前
Linux 网络管理器用法速查
linux
SkyWalking中文站2 天前
认识 Horizon UI · 1/17:SkyWalking 新一代可观测性控制台
运维·前端·监控
顺风尿一寸2 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
雪梨酱QAQ2 天前
Kubeneters HA Cluster部署
运维
江华森2 天前
Spring Cloud 微服务全栈实战:从 Eureka 到 Docker Compose 一文贯通
运维
江华森2 天前
Matplotlib 数据绘图基础入门
运维