PDA

View Full Version : [ubuntu] How To Intall java On Ubuntu 7.10?



Pedro D
June 13th, 2009, 05:13 PM
Does anybody know how to install the latest version of java on Ubuntu 7.10?

ajgreeny
June 13th, 2009, 05:28 PM
There is no support for 7.10 any more I'm afraid so I think it may be difficult to do this. I believe there are some archived package sites for the un-supported versions so it may be possible to search for those and download the .debs, but frankly it may be easier to just accept the situation and upgrade to either 8.04 or even better, 9.04. Do a search for ubuntu 7.10 repositories and you come up trumps.

Pedro D
June 13th, 2009, 05:34 PM
OK Thank You.

zvacet
June 13th, 2009, 05:58 PM
If you want to upgrade Gutsy to Hardy then in your source list replace all archive.ubuntu.com with old-releases.ubuntu.com

For example

deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted

to

deb http://old-releases.com/ubuntu/ gutsy main restricted


sudo apt-get update && sudo apt-get upgrade