


Normally, it'd be a simple yum install ffmpeg but as it's not really server software it's not in the default repositories, this documentation explains the steps needed to install (without compiling from source).


Set the Java environment variables using following commands Most of java based application’s uses environment variables to work. Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) Java(TM) SE Runtime Environment (build 1.8.0_45-b14) # alternatives -set javac /opt/jdk1.8.0_45/bin/javacĬheck the installed version of java using following command. # alternatives -set jar /opt/jdk1.8.0_45/bin/jar # alternatives -install /usr/bin/javac javac /opt/jdk1.8.0_45/bin/javac 2 We also recommend to setup javac and jar commands path using alternatives # alternatives -install /usr/bin/jar jar /opt/jdk1.8.0_45/bin/jar 2 There are 3 programs which provide 'java'.Įnter to keep the current selection, or type selection number: 3Īt this point JAVA 8 has been successfully installed on your system. # alternatives -install /usr/bin/java java /opt/jdk1.8.0_45/bin/java 2 alternatives command is available in chkconfig package. # tar xzf jdk-8u45-linux-圆4.tar.gz Install Java with AlternativesĪfter extracting archive file use alternatives command to install it.
