"ar" 在 Debian 中找不到命令

"ar" command not found in Debian

root@joker:/usr/libaio# ar -x libaio1*.deb

bash: ar: command not found

我试图在我新安装的 Debian 中使用 'ar' 命令提取 .deb 包。 我试图找到如何安装此实用程序。但是找不到。

谁能帮我解决这个问题。

你可以试试 dpkg

dpkg -x libaio1*.deb /tmp/out

ar 由 binutils

提供

确保你已经安装了它