Ati drivers "You need to run this installer as the super-user."

Asked by rizzle

So basically I tried updating my graphics drivers and got the update from ati's website. They gave me a .run file which wouldn't run at first, but I solved through other people's problems. Now when I run it through the terminal it says "You need to run this installer as the super-user."
Should I login as the super-user? Or is there another solution?
Thanks for your time.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdebase Edit question
Assignee:
No assignee Edit question
Solved by:
Kito
Solved:
Last query:
Last reply:
Revision history for this message
Best Kito (ejpastorino) said :
#1

use the sudo command
$ sudo 'your-command'

where 'your-command' is the thing you wnat to run.
it will ask for your password, and run the command as super user

see the man pages for more info

Revision history for this message
rizzle (rileyriz) said :
#2

Thanks Kito, that solved my question.