![]() | 1 | initial version |
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.
![]() | 2 | No.2 Revision |
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.packages, where you will be able to find the package name for "OpenJDK Runtime Environment".