PDA

View Full Version : [SOLVED] Updating clamtk 3.11



wangsuda
January 25th, 2009, 03:38 AM
I installed clamtk 3.11 on Ubuntu 8.10. I did this because I run a dual boot system (windows XP pro SP3). I tried updating clamtk 3.11, but the response I received is "you must be root to install updates." OK, how do I get to root to install updates? In advance, thank you.

taurus
January 25th, 2009, 03:56 AM
Open a terminal and run

Applications -> Accessories -> Terminal

sudo apt-get update
sudo apt-get upgrade

https://help.ubuntu.com/community/RootSudo

wangsuda
January 25th, 2009, 11:10 AM
Open a terminal and run

Applications -> Accessories -> Terminal

sudo apt-get update
sudo apt-get upgrade

https://help.ubuntu.com/community/RootSudo

Thank you for your help.