hhmm…
required download from website or torrent .. Fedora-8-i386-DVD.iso
mkdir -p /media/fedora
mount -o loop Fedora-8-i386-DVD.iso /media/fedora
get to latest update of fc7
yum update -y
clean all cache..
yum clean all
d
get fedora 8 release..
rpm -Uvh /media/fedora/fedora-release-8-3.noarch.rpm
rpm -Uvh /media/fedora/fedora-release-notes-8.0.0-3.noarch.rpm
tweak yum.repos.d
insert this into /etc/yum.repos.d/fedora.repo
[fedora-dvd]
name=Fedora DVD
baseurl=file:///media/fedora
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
now for the real..
yum upgrade --disablerepo \\* --enablerepo fedora-dvd
but not that smooth..
i got this..
need some more..
yum remove yelp -y
Here are five key communication skills that help you speak with clarity and influence: Speak…
Are you ready to unlock your full potential as a man?Discover powerful insights, real-life transformations,…
One day we will set aside one whole day to review the whole lesson we…
Last weekend, 07/12/2024 I managed to join Dev Fest Kuala Lumpur 2024, organized by Google…
TIPS BACAAN AL-QURANOleh: Dr. Muhd al-Muhaysni.1. Jangan engkau berikan (fokus membaca) al-Quran pada lebihan waktumu…
Selawat yang ringkas, yang mana apabila kamu membacanya satu kali sebanding 100 ribu kali, jadi…
View Comments
then got..
Transaction Check Error:
package kernel-2.6.23.15-80.fc7 (which is newer than kernel-2.6.23.1-42.fc8) is already installed
package kernel-2.6.23.17-88.fc7 (which is newer than kernel-2.6.23.1-42.fc8) is already installed
Error Summary
-------------
hm..
yum update kernel --disablerepo \* --enablerepo updates
first, i see upgrade fedora 7 to fedora 8 using DVD
then, i see this :
... from website or torrent .. Fedora-9-i386-DVD.iso
mount -o loop Fedora-9-i386-DVD.iso /media/fedora
so, if i want to upgrade from fedora 7 to 8, i have to download fedora-9 .iso ?
Gee...my typo error..
from 7 to 8.. then only need fc8 iso
and do..
mount -o loop Fedora-8-i386-DVD.iso /media/fedora
also make sure got the correct rpm-release package installed..