View Single Post
Posts: 724 | Thanked: 1,255 times | Joined on Nov 2007 @ Cambridge, UK
#219
Originally Posted by dontnowhy View Post
Firstly, it does not work after insert the following in XTerminal:
root
apt-get update
apt-get install columbus
exit
Then,
root
apt-get upgrade
apt-get update
apt-get install columbus
exit
This time, it works.

Please tell me why I have to insert apt-get upgrade!
I am an idiot on maemo system.
You have to apt-get update to update the package list so it knows about the new version, then you can install it. In general you should always do an apt-get update before installing something if you're unsure about what you're doing.