Update system Java in LMDE

ČeskyEnglish
Dle http://www.duinsoft.nl/packages.php?t=en do /etc/apt/sources.list přidat nový zdroj

deb http://www.duinsoft.nl/pkg debs all

import gpg klíče

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26

aktualizace repozitářů a instalace balíčku

sudo apt-get update

sudo apt-get install update-sun-jre
This procedure is based on a tutorial published at http://www.duinsoft.nl/packages.php?t=en

Edit /etc/apt/sources.list and add a new repository:

deb http://www.duinsoft.nl/pkg debs all

import the gpg key

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 5CB26B26

then, of course, update your packages and proceed to the install

sudo apt-get update && sudo apt-get install update-sun-jre

That’s all. The only drawback is, that the older version, in my case it is version 6 still remains in the system.