you would type sudo apt-get update sudo apt-get install foo you use sudo before any program that requires root access. i.e. sudo vim /etc/apt/sources.list (otherwise it will be opened read-only) -- hod139