Installing jre on arch linux is very easy
just go to and download tarball
open your terminal and go to download location
unzip/tar the tarball using following command
tar -zxvf your-tarball
go to extracted directory by terminal
and type
makepkg -s
after that run following command
pacman -U your-tarball-.tar.xz
enjoy 🙂
1 Response
[…] ← Arch Linux install JRE […]