我需要更新我的 OpenSSL 版本,因此我希望实现“升级”,但我不希望更新我的 php 和 apache 版本,我可以做些什么来完成此任务?
答案1
尝试:
sudo apt-get --only-upgrade install <package>
从man apt-get
:
--only-upgrade
Do not install new packages; when used in conjunction with install,
only-upgrade will install upgrades for already installed packages
only and ignore requests to install new packages. Configuration
Item: APT::Get::Only-Upgrade.
答案2
您可以下载这些软件包,但不能安装它们。尝试:
sudo apt-get -d upgrade packageName
哪里-d
或--download
将下载包文件但不安装它们。