Find the answer to your Linux question:
Results 1 to 3 of 3
Hello everyone i hope some 1 can help me out. I download realplayer on to my desktop and then i went to applications/ accessories / terminal and then i typed ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    4

    [SOLVED] Instaling realplayer

    Hello everyone i hope some 1 can help me out. I download realplayer on to my desktop and then i went to applications/ accessories / terminal and then i typed in this

    su
    (enter password)

    and then this mgs came up Authentication failure

    chmod a+x /home/aidan/Desktop/RealPlayer11GOLD.bin

    Nothing Happens i only install linux today so any help would be great

  2. #2
    Linux Newbie
    Join Date
    Nov 2007
    Location
    Planet Earth
    Posts
    152
    ubuntu doesn't have the root user enabled by default, but you can use (and it's better) the sudo command:

    Code:
    sudo ~/Desktop/RealPlayer11GOLD.bin
    type your own password and follow the installer's instructions.

    FYI: sudo means: "do the next command as the root user".

    Hugo
    EOF

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    4

    Perfect

    Thanks work great
    love this site

Posting Permissions

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