Update previously downloaded packages
by DavidDiepUSC from LinuxQuestions.org on (#4TRFV)
Hi Everyone,
I have been using download only option for years:
PHP Code:yum update -y --downloadonly --security --downloaddir=/var/cache/downloads
I then have a script that I do: yum update -y -v [package name]
for all packages downloaded.
Is there a way to update all the downloaded packages in the download directory and not having to specify every package?
thanks!
David


I have been using download only option for years:
PHP Code:yum update -y --downloadonly --security --downloaddir=/var/cache/downloads
I then have a script that I do: yum update -y -v [package name]
for all packages downloaded.
Is there a way to update all the downloaded packages in the download directory and not having to specify every package?
thanks!
David