I had installed Cinnamon 1.4 on Ubuntu 12.04 earlier but I couldn't upgrade it to 1.6+.
I uninstalled (and purged) it to do a fresh install; but now I am getting an error as follows:
sudo apt-get install cinnamon
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cinnamon
I tried installing the foo packages (needed for Cinnamon) but I get the same error:
sudo apt-get install foo1 foo2 foo3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package foo1
E: Unable to locate package foo2
E: Unable to locate package foo3
I tried updating the repositories using apt-get update but it is no use.
foowas a package. Have you triedsudo apt-get update? – Mochan Dec 29 '12 at 8:33