Install Chromium + Flash plugin in Ubuntu Jaunty
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.
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









July 13th, 2009 at 17:37
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
July 13th, 2009 at 17:37
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
July 14th, 2009 at 01:37
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
July 14th, 2009 at 10:02
I think those stupid command are kinda cute.
July 14th, 2009 at 10:02
I think those stupid command are kinda cute.
July 14th, 2009 at 18:02
I think those stupid command are kinda cute.
July 23rd, 2009 at 06:45
Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?
July 23rd, 2009 at 06:45
Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?
July 23rd, 2009 at 12:53
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
July 23rd, 2009 at 12:53
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
July 23rd, 2009 at 14:45
Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?
July 23rd, 2009 at 14:46
Thanks allot. Can you also add how you got the adobe-flashplugin/libflashplayer.so file?
July 23rd, 2009 at 20:33
test
July 23rd, 2009 at 20:41
testing
July 23rd, 2009 at 20:53
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
August 1st, 2009 at 13:15
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!
August 1st, 2009 at 13:15
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!
August 1st, 2009 at 14:41
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
August 1st, 2009 at 14:41
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
August 1st, 2009 at 15:31
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.”
August 1st, 2009 at 15:31
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.”
August 1st, 2009 at 19:44
I think i know why, u can try update ur flash with following command, it should solve ur problem.
sudo aptitude install flashplugin-nonfree
August 1st, 2009 at 19:44
I think i know why, u can try update ur flash with following command, it should solve ur problem.
sudo aptitude install flashplugin-nonfree
August 1st, 2009 at 20:14
Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too.
August 1st, 2009 at 20:14
Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too.
August 1st, 2009 at 20:21
final work around, run following command in terminal.
chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions
August 1st, 2009 at 20:21
final work around, run following command in terminal.
chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions
August 1st, 2009 at 20:34
It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.
August 1st, 2009 at 20:34
It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.
August 1st, 2009 at 20:40
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
August 1st, 2009 at 20:40
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
August 1st, 2009 at 21:15
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!
August 1st, 2009 at 22:41
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
August 1st, 2009 at 23:31
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.”
August 2nd, 2009 at 03:44
I think i know why, u can try update ur flash with following command, it should solve ur problem.
sudo aptitude install flashplugin-nonfree
August 2nd, 2009 at 04:14
Thanks again. Its installed a newer flash packages now, but in Chromium its doesn't work too.
August 2nd, 2009 at 04:21
final work around, run following command in terminal.
chromium-browser –enable-greasemonkey –enable-user-scripts –enable-extensions
August 2nd, 2009 at 04:34
It doesn't help. Opening Chromium and try youtube, but the problem is the same as I wrote.
August 2nd, 2009 at 04:40
can u double check whether libflashplayer.so in /usr/lib/chromium-browser/plugins
August 2nd, 2009 at 17:49
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”
August 2nd, 2009 at 17:49
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”
August 3rd, 2009 at 01:49
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”
October 8th, 2009 at 20:42
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.
October 8th, 2009 at 20:42
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.
October 9th, 2009 at 04:42
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.
October 18th, 2009 at 19:31
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.
October 18th, 2009 at 19:31
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.
October 18th, 2009 at 19:38
Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?
October 18th, 2009 at 19:38
Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?
October 19th, 2009 at 01:12
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
October 19th, 2009 at 01:12
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
October 19th, 2009 at 03:31
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.
October 19th, 2009 at 03:38
Alright I've got past the ln part of the equation. Now it says “vim : command not found”. Any clues?
October 19th, 2009 at 09:12
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
March 9th, 2010 at 03:11
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.
July 7th, 2010 at 02:54
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!