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)
相关推荐
棒棒的唐25 分钟前
armbian平台ubuntu环境下telnet安装及启动,给pantherX2增加一个应急通道
linux·运维·armbian·telnetd
bug攻城狮26 分钟前
CentOS 7 设置静态 IP 地址
linux·tcp/ip·centos
纳切威35 分钟前
CentOS 7部署Zabbix5.0
linux·运维·centos·zabbix
sunshine-sm38 分钟前
CentOS Steam 9安装 MySQL 8
linux·运维·服务器·数据库·mysql·centos·centos stream
bug攻城狮39 分钟前
CentOS 7 快速检查软件包是否已安装的5种方法
linux·运维·centos
男孩李1 小时前
浅谈代理流程自动化 (APA)
运维·人工智能·自动化
尚久龙1 小时前
安卓学习 之 用户登录界面的简单实现
android·运维·服务器·学习·手机·android studio·安卓
high20112 小时前
【 运维相关】-- HTTP 压测/负载发生器之新秀 oha
运维·网络协议·http
DONG9992 小时前
ubuntu 22 安装轻量级桌面Xfce并使用xrdp远程桌面连接
linux·运维·ubuntu
呆萌小新@渊洁2 小时前
linux升级系统,重启出现Minimal BASH-like line editingis supported
linux·服务器