Results 1 to 3 of 3

Thread: Superuser password does not work...

  1. #1
    Join Date
    Feb 2014
    Beans
    1

    Superuser password does not work...

    I installed ubuntu today, and set it up as a dual boot. Once I got on ubunut however, and tried to install Adobe flash, my realm of knowledge ended. I tried to do it with the "sudo get" command in the terminal, along with trying to isntall it from Adobe's website, and the Ubuntu store. From what I can tell, all of these would have worked, however whenever I try to enter in my root (i think superuser aswell) password, it tells me it is incorrect. If I am missing any information, ask me and I will probably remember.

    Thank-you

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Superuser password does not work...

    What exactly was the command that you typed. Usually we type

    Code:
    sudo apt-get install <package name>
    After pressing enter we are asked for a password. The password that we set up when we installed Ubuntu is the one that works. Did the error message say the password was wrong or that the command was wrong.

    If we search for "adobe" in the Ubuntu Software Centre we get directed to page that will offer to install for us "Adobe Flash Plugin - downloads and installs the Adobe Flash Player Plugin." So, we only install the installer. Note the warning given in the Info page. If we want to install it from the terminal then this is the correct command:

    Code:
    sudo apt-get install flashplugin-installer
    I have just tested that command. Using an incorrect name for a package will get us a package not found error message.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #3
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Superuser password does not work...

    Do you have CAPS LOCK turned on?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •