How to install Firefox? - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Web Browsers (https://www.linux-noob.com/forums/forum-24.html) +---- Thread: How to install Firefox? (/thread-2176.html) |
How to install Firefox? - Daffi - 2006-02-05 Hi, I use Fedora Core 4 x86-64 with the pre-installed 64bit Firefox Version because it's not possible to install the Flash plugin on the 64bit Firefox I dl the 32 bit version It's unpacked on my Desktop, but I dont know how to install it I can't just replace it with my old Firefox, and there is no File in the Folder wich I can run I use Linux since 2 Days, so don't lapidate me for this simple question :P thanks for answers Daffi How to install Firefox? - enigma - 2006-02-05 If you want to remove the old firefox, simply open a console and type su - inclusing the dash... enter your root password and do yum remove firefox. this is fedoras package manager and will remove the old firefox then you can install the new version :) How to install Firefox? - znx - 2006-02-05 Hi! Ok to upgrade software in Fedora you can use "yum": Code: yum upgrade firefox This has some information how to do that: [/url]http://www.fedorafaq.org/#installsoftware You might want to look here to see how to setup extra areas to get software from. [url=http://www.fedorafaq.org/#getsoftware]http://www.fedorafaq.org/#getsoftware How to install Firefox? - Daffi - 2006-02-05 thanks for the fast answers, I m about to read the website now ^^ yum worked fine |