Install Firefox2.0 in Fedora C6
I want to upgrage the FireFox 1.5 come with FC6 to FireFox 2.0.
But when I run the firefox-2.0-1.fc6.remi.i386.rpm, an error message popup:
“Missing Dependency: gecko-libs = 1.8.0.8 is needed by package yelp”
Where could I get gecko-libs? The answer is FireFox-2.0-1.fc6.remi.i386.rpm!
The rpm of FireFox 2.0 contains gecko-libs.
So I try to uninstall FireFox 1.5 before install FireFox 2.0.
rpm -e firefox
Another error occurred: “Failed dependencies……”
Then, I used
rpm -e –nodeps firefox, unstalling was successful!
After that, I run rpm -ivh FireFox-2.0-1.fc6.remi.i386.rpm, successful!
