ubuntu 8.04 can not install qemu using apt-get ?

Asked by Chen Ming

I am install ubuntu 8.04 beta. I want to use qemu, qemu is not intalled by default. So I want to use apt-get install it. however, it failed, the detail as below:

cm@pet:~$ sudo apt-get install qemu
[sudo] password for cm:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package qemu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package qemu has no installation candidate

My Linux kernal version:
cm@pet:~$ uname -a
Linux pet 2.6.24-12-generic #1 SMP Wed Mar 12 23:01:54 UTC 2008 i686 GNU/Linux

I have already down qemu from http://fabrice.bellard.free.fr

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu qemu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Old_Soldier (charles.davis) said :
#1

Make sure you have the universe repository enabled and you should be able to install qemu

 Administration> Software Sources the second repository on the first tab.

then update your package lists and install via synaptic.

or after enabling the universe repo do:
sudo apt-get update
sudo apt-get install qemu

Can you help with this problem?

Provide an answer of your own, or ask Chen Ming for more information if necessary.

To post a message you must log in.