haha. I laugh because I get that message all the time when I forget to enter "sudo" or switch to root before running apt-get. In general, you should read those warning messages. This one says "are you root?" and that means something simple: you should be root to run the command apt-get install something. 'su'+root.password and try again.