UBUNTU HARDY HELP PLEASE

Discussion in 'Linux' started by cliffdesu, Oct 26, 2008.

  1. cliffdesu

    cliffdesu

    Joined:
    Oct 24, 2008
    Messages:
    17
    Likes Received:
    0
    I have successfully installed Ubuntu.. but i have some problems.
    (I'm new to linux)

    Applications such as Firefox & (System>Administration>Hardware Drivers) won't load.
    Additionally, I tried using a command "dpkg --configure -a" to resolve an error .. so i typed this in the Terminal, and it said
    "dpkg requested operation requires superuser privilege"

    How do i obtain "superuser privileges" ?
    Thank you for your time.
     
    cliffdesu, Oct 26, 2008
    #1
  2. cliffdesu

    NeoVector

    Joined:
    Aug 24, 2008
    Messages:
    14
    Likes Received:
    0
    Hi there, for "super user" access, use "sudo" in front of any command.

    Kind regards
     
    NeoVector, Oct 26, 2008
    #2
  3. cliffdesu

    icarusfall

    Joined:
    Oct 13, 2008
    Messages:
    8
    Likes Received:
    0
    You need to type "sudo" before the "dpkg", so you should type:
    sudo dpkg --configure -a

    "sudo" means, "temporarily give me superuser privilege". If you want to make serious changes to your machine, you need superuser privilege.

    It will prompt you for your password, that you would have set at installation.
     
    icarusfall, Oct 26, 2008
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.