What is the package name for JVM?
Posted
by
JohnMerlino
on Ask Ubuntu
See other posts from Ask Ubuntu
or by JohnMerlino
Published on 2012-11-03T16:26:30Z
Indexed on
2012/11/03
17:21 UTC
Read the original article
Hit count: 222
apt-cache
If I want to know if skype is installed, I would type this:
viggy@ubuntu:~$ apt-cache policy skype
skype:i386:
Installed: 4.0.0.8-1
Candidate: 4.0.0.8-1
Version table:
*** 4.0.0.8-1 0
100 /var/lib/dpkg/status
Or if Eclipse is installed:
viggy@ubuntu:~$ apt-cache policy eclipse
eclipse:
Installed: (none)
Candidate: 3.7.2-1
Version table:
3.7.2-1 0
But let's say I want to know if the Java Virtual Machine is installed. How would I know what to pass to apt-cache policy
? For example, you might not know what to pass to apt-cache policy
for some programs:
viggy@ubuntu:~$ apt-cache policy java
N: Unable to locate package java
viggy@ubuntu:~$ apt-cache policy JVM
N: Unable to locate package JVM
© Ask Ubuntu or respective owner