Re: fedora core 4 upgrade metoo wrote:
> i have installed fedora core 4 and i want to upgrade but since i
> didn't have a fast internet connection i obtained a DVD with all the
> latest upgrade packages. what is the correct way to upgrade using
> this set of RPM's ?
> i tried rpm -Fvh * but it didn't work and when i try to rpm -Fvh on
> individual packages i get dependency issues.
Make a local copy of them on your local disk, and run "yum-arch" on that
local copy to sort out what the most recent versions of things are along
with their architecture dependencies and package dependencies.
Then configure your yum, in /etc/yum.repors.d, to point at that local
repository instead of the net. |