< Browse > Home / Internet / Blog article: Install Chromium + Flash plugin in Ubuntu Jaunty

| RSS

Install Chromium + Flash plugin in Ubuntu Jaunty

July 13th, 2009 Posted in Internet

Install Chromium Browser in Ubuntu 9.10 with 5 simple steps.

1.) Edit /etc/apt/source.list

chenhow@chenhow-laptop:~$ sudo gedit /etc/apt/source.list

### Add following into source.list file ###

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

2.) Add GPG key

chenhow@chenhow-laptop:~$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

3.) Update source list then install chromium.

chenhow@chenhow-laptop:~$ sudo apt-get update

chenhow@chenhow-laptop:~$ sudo apt-get install chromium-browser


4.) Once finish install Chromium, follow below steps to enable flash

chenhow@chenhow-laptop:~$ cd /usr/lib/chromium-browser/plugins

chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo ln -s ../../adobe-flashplugin/libflashplayer.so

chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$ sudo vim /etc/chromium-browser/default

### Edit chromium flags in default file ###

# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”

5.) You can now check your browser by typing “about:plugins” in the url bar, if you see the plugins is installed,  you should be able to play flash content.


google chromium

google chrome

1) sudo vim /etc/chromium-browser/default
2) edit chromium flags to look like following







# Options to pass to chromium-browser
CHROMIUM_FLAGS=”–enable-plugins”

3) start chromium-browser and check “about:plugins”
4) you should see some installed plugins now

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • MySpace
  • Twitter
Related Posts
Follow Discussion

View Comments to “Install Chromium + Flash plugin in Ubuntu Jaunty”

  1. lockgoh Says:

    you have better way to do it, corrupt your linux partition table, take out windows xp setup cd, set it up, and it's done, forget about the stupid command

  2. lockgoh Says:

    you have better way to do it, corrupt your linux partition table, take out windows xp setup cd, set it up, and it's done, forget about the stupid command

  3. lockgoh Says:

    you have better way to do it, corrupt your linux partition table, take out windows xp setup cd, set it up, and it's done, forget about the stupid command

  4. chenhow Says:

    I think those stupid command are kinda cute.

  5. chenhow Says:

    I think those stupid command are kinda cute.

  6. chenhow Says:

    I think those stupid command are kinda cute.

  7. neshaug Says:

    Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?

  8. neshaug Says:

    Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?

  9. chenhow Says:

    Hi,

    Don't know why your comment not showing in my blog. Anyway, to have
    libflashplayer.so, u have to install flash using below command.

    sudo aptitude install flashplugin-nonfree

  10. chenhow Says:

    Hi,

    Don't know why your comment not showing in my blog. Anyway, to have
    libflashplayer.so, u have to install flash using below command.

    sudo aptitude install flashplugin-nonfree

  11. neshaug Says:

    Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?

  12. neshaug Says:

    Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?

  13. chenhow Says:

    test

  14. chenhow Says:

    testing

  15. chenhow Says:

    Hi,

    Don't know why your comment not showing in my blog. Anyway, to have
    libflashplayer.so, u have to install flash using below command.

    sudo aptitude install flashplugin-nonfree

  16. phoenixart Says:

    Hi! Thanks for this information, but I use Hardy Heron and succesfully installed Chromium. When I give the “sudo ln -s ../../adobe-flashplugin/libflashplayer.so” in Terminal, it writes me: “ln: “./libflashplayer.so” creating symbolic link: The file already exist.” But flash in webpages, like youtube can't work, Chromium browser says: “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.”

    Please help!

  17. phoenixart Says:

    Hi! Thanks for this information, but I use Hardy Heron and succesfully installed Chromium. When I give the “sudo ln -s ../../adobe-flashplugin/libflashplayer.so” in Terminal, it writes me: “ln: “./libflashplayer.so” creating symbolic link: The file already exist.” But flash in webpages, like youtube can't work, Chromium browser says: “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.”

    Please help!

  18. chenhow Says:

    Hi Phoenixart, you can try to remove the existing libflashplayer.so file, then re-create the symbolic link to /adobe-flashplugin/libflashplayer.so

    example:
    sudo rm libflashplayer.so
    sudo ln -s ../../adobe-flashplugin/libflashplayer.so

  19. chenhow Says:

    Hi Phoenixart, you can try to remove the existing libflashplayer.so file, then re-create the symbolic link to /adobe-flashplugin/libflashplayer.so

    example:
    sudo rm libflashplayer.so
    sudo ln -s ../../adobe-flashplugin/libflashplayer.so

  20. phoenixart Says:

    Hi, Thanks for the help! I just deleted the file libflashplayer.so, and do what you said, but after opening Chromium browser with youtube.com it wrote me this too:

    “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.” :(

  21. phoenixart Says:

    Hi, Thanks for the help! I just deleted the file libflashplayer.so, and do what you said, but after opening Chromium browser with youtube.com it wrote me this too:

    “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.” :(

  22. chenhow Says:

    I think i know why, u can try update ur flash with following command, it should solve ur problem.

    sudo aptitude install flashplugin-nonfree

  23. chenhow Says:

    I think i know why, u can try update ur flash with following command, it should solve ur problem.

    sudo aptitude install flashplugin-nonfree

  24. phoenixart Says:

    Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too. :(

  25. phoenixart Says:

    Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too. :(

  26. chenhow Says:

    final work around, run following command in terminal.

    chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions

  27. chenhow Says:

    final work around, run following command in terminal.

    chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions

  28. phoenixart Says:

    It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.

  29. phoenixart Says:

    It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.

  30. chenhow Says:

    1) check libflashplayer.so, see whether is in /usr/lib/chromium-browser/plugins
    2) Open Chromium-browser> type “about:plugins” in URL address bar.
    – if you see “No plug-ins are installed”, means plugins doesnt work for you, thats why flash is not working

    Work around:
    1) sudo vim /etc/chromium-browser/default
    2) edit chromium flags to look like following

    # Options to pass to chromium-browser
    CHROMIUM_FLAGS=”–enable-plugins”

    3) start chromium-browser and check “about:plugins”
    4) you should see some installed plugins now

  31. chenhow Says:

    1) check libflashplayer.so, see whether is in /usr/lib/chromium-browser/plugins
    2) Open Chromium-browser> type “about:plugins” in URL address bar.
    – if you see “No plug-ins are installed”, means plugins doesnt work for you, thats why flash is not working

    Work around:
    1) sudo vim /etc/chromium-browser/default
    2) edit chromium flags to look like following

    # Options to pass to chromium-browser
    CHROMIUM_FLAGS=”–enable-plugins”

    3) start chromium-browser and check “about:plugins”
    4) you should see some installed plugins now

  32. phoenixart Says:

    Hi! Thanks for this information, but I use Hardy Heron and succesfully installed Chromium. When I give the “sudo ln -s ../../adobe-flashplugin/libflashplayer.so” in Terminal, it writes me: “ln: “./libflashplayer.so” creating symbolic link: The file already exist.” But flash in webpages, like youtube can't work, Chromium browser says: “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.”

    Please help!

  33. chenhow Says:

    Hi Phoenixart, you can try to remove the existing libflashplayer.so file, then re-create the symbolic link to /adobe-flashplugin/libflashplayer.so

    example:
    sudo rm libflashplayer.so
    sudo ln -s ../../adobe-flashplugin/libflashplayer.so

  34. phoenixart Says:

    Hi, Thanks for the help! I just deleted the file libflashplayer.so, and do what you said, but after opening Chromium browser with youtube.com it wrote me this too:

    “Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player.” :(

  35. chenhow Says:

    I think i know why, u can try update ur flash with following command, it should solve ur problem.

    sudo aptitude install flashplugin-nonfree

  36. phoenixart Says:

    Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too. :(

  37. chenhow Says:

    final work around, run following command in terminal.

    chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions

  38. phoenixart Says:

    It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.

  39. chenhow Says:

    can u double check whether libflashplayer.so in /usr/lib/chromium-browser/plugins

  40. buxur Says:

    The flash installer has changed again in ubuntu the link should now be :
    sudo ln -s ../../flashplugin-installer/libflashplayer.so

    And the chromium flags have to enable plugins as mentioned below:
    1) sudo vim /etc/chromium-browser/default
    2) edit chromium flags to look like following

    # Options to pass to chromium-browser
    CHROMIUM_FLAGS=”–enable-plugins”

  41. buxur Says:

    The flash installer has changed again in ubuntu the link should now be :
    sudo ln -s ../../flashplugin-installer/libflashplayer.so

    And the chromium flags have to enable plugins as mentioned below:
    1) sudo vim /etc/chromium-browser/default
    2) edit chromium flags to look like following

    # Options to pass to chromium-browser
    CHROMIUM_FLAGS=”–enable-plugins”

  42. buxur Says:

    The flash installer has changed again in ubuntu the link should now be :
    sudo ln -s ../../flashplugin-installer/libflashplayer.so

    And the chromium flags have to enable plugins as mentioned below:
    1) sudo vim /etc/chromium-browser/default
    2) edit chromium flags to look like following

    # Options to pass to chromium-browser
    CHROMIUM_FLAGS=”–enable-plugins”

  43. tablet laptops Says:

    Hi, this step by step explanation of how to install and use helps many new users to experience this in their browser. I'm also one of the new users hence it is very useful for me too.

  44. tablet laptops Says:

    Hi, this step by step explanation of how to install and use helps many new users to experience this in their browser. I'm also one of the new users hence it is very useful for me too.

  45. tablet laptops Says:

    Hi, this step by step explanation of how to install and use helps many new users to experience this in their browser. I'm also one of the new users hence it is very useful for me too.

  46. Scream Havoc Says:

    I am new to ubuntu so please bear with me. I can't understand the majority of the jargon. I was following the guide above after installing all that was needed. I got to where it says “sudo 1n -s ../../flashplugin-installer/libflashpler.so” and it says “ln : command not found” and i tried everything and it just keeps saying that. I am sure that I have not mispelled anything along the way and I would really like to be able to play videos like youtube. Please help.

  47. Scream Havoc Says:

    I am new to ubuntu so please bear with me. I can't understand the majority of the jargon. I was following the guide above after installing all that was needed. I got to where it says “sudo 1n -s ../../flashplugin-installer/libflashpler.so” and it says “ln : command not found” and i tried everything and it just keeps saying that. I am sure that I have not mispelled anything along the way and I would really like to be able to play videos like youtube. Please help.

  48. Scream Havoc Says:

    Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?

  49. Scream Havoc Says:

    Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?

  50. chenhow Says:

    you don't have vim installed in your system, either u can install it by executing this command “sudo aptitude install vim” or u may use vi instead of vim

  51. chenhow Says:

    you don't have vim installed in your system, either u can install it by executing this command “sudo aptitude install vim” or u may use vi instead of vim

  52. Scream Havoc Says:

    I am new to ubuntu so please bear with me. I can't understand the majority of the jargon. I was following the guide above after installing all that was needed. I got to where it says “sudo 1n -s ../../flashplugin-installer/libflashpler.so” and it says “ln : command not found” and i tried everything and it just keeps saying that. I am sure that I have not mispelled anything along the way and I would really like to be able to play videos like youtube. Please help.

  53. Scream Havoc Says:

    Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?

  54. chenhow Says:

    you don't have vim installed in your system, either u can install it by executing this command “sudo aptitude install vim” or u may use vi instead of vim

  55. china wholesale Says:

    Getting traffic to your china wholesale site during the weekends is no different wholesale china from methods commonly used to increase visitors to your site dvd during the weekdays. The key is to focus on hitting defensible traffic dvds sources for referral traffic, since these are dvd wholesale factors which you can control to a certain extent.

  56. louis vuitton for sale Says:

    Well , the view of the passage is totally correct ,your details is really reasonable and you guy give us new balance 1300 valuable informative post, I totally agree the standpoint of upstairs. I often surfing on this forum when I m free and I find there are so much good information we can learn in this forum!

Leave a Reply

blog comments powered by Disqus

World Vision / WWF

World Vision
One Life - Do Something
I support WWF

Subscribe

Follow Me Twitter Follow Me Friendfeed Subscribe RSS to receive content updates in your favorate reader
Follow Me Facebook Follow Me LinkedIn
RSS Subscribe in a reader
RSS Or, subscribe via email:
     

Recent Post

    • [Centos] Kickstart (Unattended) Linux OS installation
    • Singtel Iphone 4 Launching Date
    • Create Bootable USB Drive For Centos Installation
    • PC Server For Research
    • I’m Back Again

Popular Post