How to install firefox in fedora 19?
New installation of fedora 19 on a dell pc Will this install java also?
New installation of fedora 19 on a dell pc Will this install java also?
I believe Firefox should be pre-installed. But if it isn't, open a terminal and run sudo yum install firefox
.
Java can on the latest stable version of Fedora, i.e. version 21, be installed through running sudo yum install java-1.8.0-openjdk
. However, I guess 19 is still on Java 7, so the command is probably sudo yum install java-1.7.0-openjdk
for you. If that doesn't work, execute yum search openjdk
to get a list of potential packages, where you will be able to find the package name for "OpenJDK Runtime Environment".
Hi,
in my opinion, if you did a new installation of Fedora, you should have used a more recent release of Fedora Linux, probably Fedora 21.
Fedora 19 is not maintained anymore thus will not receive any security updates. Check End-of-Life table for Fedora releases here.
Fedora 21 is shipped with Firefox pre-installed, as Fedora 19 was.
You can install Java as instructed by @matachi in his answer.
Asked: 2015-04-10 17:21:56 -0600
Seen: 647 times
Last updated: Apr 10 '15
Installing 32 bit OpenJDK JRE on a 64 bit system
How to install JDK6 in Fedora 20
Remove openjdk and install Oracle jdk
NetBeans - JDK is missing and is required to run some modules
How to get openjdk 1.6 for fedora 17 or 18?
Firefox and Chrome will not run java (icedtea) applets.
How to launch .jar file with OpenJDK?