I am using a base edition of Debian and am trying to install Java 7 on it using this command:
root@server:~# apt-get install openjdk-7-jdk
However, I end up getting this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openjdk-7-jdk
It seems like the package is not in the repository, so I am not sure how to proceed.