Find the answer to your Linux question:
Results 1 to 4 of 4
i am complete newbie in linux....i even don;t know how to log on as a root user.....i have downloaded the flash player 9 but I don;t know how to install ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    7

    Unhappy Flash Player 9 Beta installation

    i am complete newbie in linux....i even don;t know how to log on as a root user.....i have downloaded the flash player 9 but I don;t know how to install it....can someone help me.....thanks......

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Welcome to LinuxForums. I can see you're new so I'll give you a bit of advice: the mods don't like it when you post the same problem more than once. Chances are your problem will get solved no matter how many times you post it.

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Just download Flash Player 9 beta 2 from Adobe Labs (choose Download Installer for Linux).

    Uncompress the file :
    Code:
    tar zxf FP9_plugin_beta_112006.tar.gz
    Then copy libflashplayer.so to the ~/.mozilla/plugins/ directory :
    Code:
    cp FP9_plugin_beta_112006/libflashplayer.so ~/.mozilla/plugins/
    If ~/.mozilla/plugins/ doesn't exist, just create it :
    Code:
    mkdir -p ~/.mozilla/plugins/
    There are many threads about this on the forum, so you can search a bit if you want more details.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  4. #4
    Just Joined!
    Join Date
    Nov 2006
    Posts
    7

    Smile

    Thanks for your help.it is working now........

Posting Permissions

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