apt 查看软件库中软件包所有可用版本

apt 查看软件库中软件包所有可用版本

💡 原文中文,约700字,阅读约需2分钟。
📝

内容提要

使用 apt-cache madison 和 apt-cache show 命令查看软件库中可用版本的软件包及其详细信息,帮助用户了解软件包的依赖项、描述和文件列表等。

🎯

关键要点

  • 使用 apt-cache madison 命令查看软件库中可用版本的软件包及其详细信息。
  • apt-cache madison <package-name> 显示软件包的名称、版本号、发行版、构建日期和软件源等信息。
  • 示例:使用 apt-cache madison nodejs 查看 Node.js 的所有可用版本。
  • 使用 apt-cache show <package-name> 命令查看软件包的详细信息,包括依赖项、描述和文件列表。
  • 示例:使用 apt-cache show nodejs 查看 Node.js 的详细信息。
➡️

继续阅读