First time here? Check out the FAQ!
![]() | 1 | initial version |
Those commands should work:
apt-get install -y ubuntu-cloud-keyring
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main" >> /etc/apt/sources.list.d/cloud-archive.list
apt-get update
Which Ubuntu version you are using?
![]() | 2 | No.2 Revision |
Those commands should work:work (Ubuntu 12.04 LTS):
apt-get install -y ubuntu-cloud-keyring
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main" >> /etc/apt/sources.list.d/cloud-archive.list
apt-get update
Which Ubuntu version you are using?
![]() | 3 | integrated the answers from the comments |
Those commands should work (Ubuntu 12.04 LTS):
apt-get install -y ubuntu-cloud-keyring
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main" >> /etc/apt/sources.list.d/cloud-archive.list
apt-get update
Which Ubuntu version you are using?If that is not enough, clean the apt cache:
rm -r /var/lib/apt/lists/partial/*
and then try to upgrade again:
apt-get update && apt-get upgrade
You may want to remove also the files from /etc/apt/sources.list.d/
and run apt-get update again.