sudo apt-cache policy package_name 它可能会抛出一个巨大的列表,或者只是一个小列表: All installable versions of an apt package 如果它显示至少有一个比当前版本更早的版本,你就很幸运了。 现在,你可能认为一个软件包的版本号将只由数字组成。但情况可能并不总是这样。 基本上,你复制 500(优先级数字)之前...
sudo apt-cache policy package_name 它可能会抛出一个巨大的列表,或者只是一个小列表: All installable versions of an apt package 如果它显示至少有一个比当前版本更早的版本,你就很幸运了。 现在,你可能认为一个软件包的版本号将只由数字组成。但情况可能并不总是这样。 基本上,你复制 500(优先级数字)之前...
apt-cacheshow package | grep Version apt-show-versions | more 参考: http://wiki.ubuntu.org.cn/Apt%E5%92%8Cdpkg%E5%BF%AB%E9%80%9F%E5%8F%82%E8%80%83(apt-get常用语法) https://superuser.com/questions/393681/how-to-find-out-which-versions-of-a-package-can-i-install-on-apt https:...
https://superuser.com/questions/393681/how-to-find-out-which-versions-of-a-package-can-i-install-on-apt https://stackoverflow.com/questions/18885820/how-to-check-the-version-before-install-packages-using-apt-get https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of...
currently installed packages that cannot be upgraded without changing the install status of another package will be left at their current version. An update must be performed first so that apt-get knows that new versions of packages are available. ...
$ sudo apt-get install -s package 1. 6、使用 apt-show-versions 列出软件所有版本,并查看是否已经安装 $ sudo apt-get install apt-show-versions $ apt-show-versions -a vim 1. 2. 还可以通过apt-show-versions -u package查询是否有升级版本。
This command places the desired package on hold. This command may have the unintended side effect of preventing upgrades to packages that depend on updated versions of the pinned package. apt-get dist-upgrade will override this, but will warn you first. If you want to use this command with...
$apt-show-versions -u 这个apt-show-versions工具需要安装一下的。 查看当前特定软件版本 $apt-show-versions -p packagename 检查packagename依赖的包 $apt-cache depends packagename 工作相关 安装编译源代码需要的库(包) #apt-get build-dep packagename ...
show Display detailed info about a package. showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions of specified packages. clean Erase downloaded package files. autoclean Erase old downloaded package files. ...
Linux:如何通过 apt-get 安装某些旧版本的软件问题描述 投票:0回答:3我正在尝试在我的 Linux PC (Raspberry Debian) 中安装与远程公共服务器中安装的相同版本的 Apache、MySQL 和 PHP。 例如,我想安装 2.2 分支的最后一个旧版本 Apache/2.2.31。 apt-cache showpkg apache2 输出: Package: apache2 Versions:...