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