Updating and deleting java (red hat / centos) (new)
- by JochemTheSchoolKid
I am a total noob with linux. So please explain clearly if you have a solution for me.
I have an VPS and I want to update JAVA.
I found a guide on the Java site which says:
rpm -e < package_name
I searched for the packages:
[root@srv1 ~]# rpm -qa | grep java
java_cup-0.10k-5.el6.x86_64
java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64
Than I tried…