How to keep/store/save downloaded package?

How to keep/store/save downloaded package?

I want to download the packages only but don’t want to install those.

I want to install after downloading all packages doing
rpm -ivh *.rpm

  • colao,

just download the RPMs from a webserver and store them locally. I normally use software.opensuse.org.

Uwe

colao wrote:

>
> How to keep/store/save downloaded package?
>
> I want to download the packages only but don’t want to install those.
>
> I want to install after downloading all packages doing
> rpm -ivh *.rpm
>
>
Many people use ‘rpm -Uvh’ rather than ‘-ivh’ to avoid potential problems if
one of the rpms already has a version installed.


kev.