Apps :: How do I install qemu?



MannL, if you've done a hard drive install, just enable apt and either load up synaptic and find it in there or do an apt-get install qemu.
I tried to ssh in and do the apt-get nut it did not succeed
Code Sample

login as: root
root@192.168.3.5's password:
                   _
Welcome To  |  _  \ /  _  | |
            | | | | \_| | | |___|

DSL comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@1[root]# whoami
root
root@1[root]# uname -a
Linux box 2.4.26 #1 SMP Sa Apr 17 19:33:42 CEST 2004 i686 GNU/Linux
root@1[root]# apt-get install qemu
Reading Package Lists... Done
Building Dependency Tree... Done
Package qemu has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package qemu has no installation candidate
root@1[root]#


original here.