From d493545484fbb100e559e39618b30a3b3a3526d1 Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Wed, 20 Nov 2019 16:03:39 +0000 Subject: 💬 Recommend use of `apt update` over `apt-get update` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apt-private/private-install.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-private') diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc index f3f52dae9..c619aa45a 100644 --- a/apt-private/private-install.cc +++ b/apt-private/private-install.cc @@ -276,7 +276,7 @@ bool InstallPackages(CacheFile &Cache, APT::PackageVector &HeldBackPackages, boo std::swap(NewHeldBackPackages, HeldBackPackages); } else - return _error->Error(_("Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?")); + return _error->Error(_("Unable to fetch some archives, maybe run apt update or try with --fix-missing?")); } Fetcher.Shutdown(); if (_error->PendingError() == true) @@ -546,7 +546,7 @@ bool InstallPackages(CacheFile &Cache, APT::PackageVector &HeldBackPackages, boo } if (Failed == true && _config->FindB("APT::Get::Fix-Missing",false) == false) - return _error->Error(_("Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?")); + return _error->Error(_("Unable to fetch some archives, maybe run apt update or try with --fix-missing?")); if (Transient == true && Failed == true) return _error->Error(_("--fix-missing and media swapping is not currently supported")); -- cgit v1.2.3-70-g09d2