Quote:
|
Originally Posted by ace95621 im having trouble with installing the latist java pakage |
You need to enable multiverse in your /etc/apt/sources.list
Open a terminal and type:
sudo gedit /etc/apt/sources.list
This will pull up your repositories.
Then uncomment (delete the # sign), next to the universe/multiverse repo's
Save it and do a:
sudo apt-get update
Then go open System>Administration>Synaptic Package Manager,
After it opens, hit Ctrl+F and type in 'java'. You should now find what you want!
Cheers!