When I try to install via terminal using :
sudo apt-get install virt-manager
I get this message :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package virt-manager
I'm using Ubuntu 13.04 64bits
Main and Universe packages are allowed.
virt-manager
is located in the main repositories. What distro and version are you using? Have you refreshed the packages list before withsudo apt-get update
? – Lekensteyn Jan 25 '14 at 20:28apt-cache policy
and the output after runningsudo apt-get update
. – Lekensteyn Jan 26 '14 at 22:23W: Failed to fetch http://ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/raring/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/lucid-bleed/ppa/ubuntu/dists/raring/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
– Nasreddine Jan 27 '14 at 19:27/etc/apt/sources.list
file and the/etc/apt/sources.list.d/
directory. If itapt-cache policy
does not fit in the post, use http://paste.ubuntu.com/ – Lekensteyn Jan 27 '14 at 20:00