apt-markshowmanual>list-installed.txt 回答6: dpkg-query( 代替dpkg --get-selections,它列出了一些未安装的包) 如下: 复制代码 dpkg-query -W -f='${PackageSpec} ${Status}n'| grep installed |sort-u |cut-f1 -d> installed-pkgs 或者: 复制代码 dpkg -l | grep ^ii | sed's_ _t_g'|cut...
sudo apt show package_name 使用apt在不升级的情况下安装软件包 如果出于某种原因,你想安装一个软件包,但不想升级,那么如果已经安装了,就可以升级。在这种情况下,您可以通过以下方式使用选项–不升级:sudo apt install --no-upgrade 使用apt只升级软件包 如果只想升级软件包,但不想安装(如果尚未安装),...
Search for a filename from installed packages. -p, --print-avail package-name... Display details about package-name, as found in /var/lib/dpkg/available. Users of APT-based frontends should use apt show package-name instead.dpkg -s 示例┌...
Search for a filename from installed packages. -p, --print-avail package-name... Display details about package-name, as found in /var/lib/dpkg/available. Users of APT-based frontends should use apt show package-name instead. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14...
$ apt show cockpit Package: cockpit Version: 238-1 Priority: optional Section: universe/admin Origin: Ubuntu Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Bugs: https://bugs.launch...
· 显示软件包具体信息,例如:版本号,安装大小,依赖关系等等:sudo apt show <package_name> · 删除软件包命令:sudo apt remove <package_name> · 清理不再使用的依赖和库文件:sudo apt autoremove · 移除软件包及配置文件:sudo apt purge <package_name> ...
The following packages have been kept back: nano 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 运行以下命令,使用 命令取消保留 nano 包。 $ sudo apt-mark unhold nano Canceled hold on nano. 方法2:如何使用 dpkg 命令在 Debian/Ubuntu 系统上排除软件包更新 ...
The following packages have been kept back: nano 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 运行以下命令,使用apt-mark命令取消保留 nano 包。 $ sudo apt-mark unhold nano Canceled hold on nano. 方法2:如何使用 dpkg 命令在 Debian/Ubuntu 系统上排除软件包更新 ...
遵义绥阳县权威最全亲子鍳定机构共5家(附2025最新鉴定机构地址)
$ apt show curl -a 方法2:使用apt-cache apt-cache是Debian命令行工具,用于查询APT缓存。它提供了从包元数据搜索并生成有趣的输出的操作。要使用apt-cache搜索软件包版本,请运行: $ apt-cache policy curl curl: Installed: 7.68.0-1ubuntu2.2 Candidate: 7.68.0-1ubuntu2.5 ...