27 Jun
2023
27 Jun
'23
10:52
On 2023-06-27 12:40, vani jindam via openSUSE Users wrote: > Carlos E. R. wrote: >> On 2023-06-27 11:29, vani jindam via openSUSE Users wrote: >>> *To check file conflict: >>> # zypper --dry-run --download-only git >>> >>> zypper has downloaded package but **not installed** it >>> which zypper command recognises packages which are downloaded but not installed aka how do i install downloaded packages [ in cache? ] using zypper command? >>> >>> zypper install git > * What if i forgot about the downloaded package?!? > * And i never had need or opportunity about using or installing git? > * Does the downloaded package stays on device without installed? The downloaded packages remain on disk till you do a "zypper clean". If "keep installed packages" is enabled, the packages will be kept on disk after installation. If disabled, they will be erased from cache on install. And, if you decide to install "git" or whatever package, and it has been updated, zypper will download the new version and install that one, not the one you downloaded before. There is no zypper command to install everything that is in the cache, makes no sense. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)