I installed Chrome (for Linux) a while ago and am still playing with it but wish to install flash. I've found where it is installed already (and saved the relevant bit of text to copy) but it needs to go into another directory as far as I can tell. Do I do this from Terminal? And how? TIA. Bev.
Hi Bev. On Tue, Feb 2, 2010 at 11:22 AM, Bev Nicolson <lumos60@googlemail.com> wrote:
I installed Chrome (for Linux) a while ago and am still playing with it but wish to install flash. I've found where it is installed already (and saved the relevant bit of text to copy) but it needs to go into another directory as far as I can tell. Do I do this from Terminal? And how? TIA.
That is weird, because I just have the standard flash installed and Chrome picked it up from the default directory for flash. Do you have flash installed ? what distro you using ? Ian www : www.codingfriends.com
Bev.
_______________________________________________ main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
Yeah mine is fine also, I just installed Chrome and flash from the adobe website. -- Regards, James ;) Samuel Goldwyn - "I don't think anyone should write their autobiography until after they're dead." - http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html
At Tue, 2 Feb 2010 14:52:01 +0000, Bev Nicolson wrote:
<sigh> I meant Ubuntu.
Bev.
On 2 February 2010 14:51, Bev Nicolson <lumos60@googlemail.com> wrote:
Unbuntu [Hardy Heron] .
Google returns ~107,000 hits for "unbuntu" and I'm quite disappointed to find that (glancing over the first 50 or so) they seem *all* to be typos. I'm really surprised that no one's used the term "unbuntu" on purpose. A hard-to-use free software operating system? An easy-to-use proprietary software operating system? A dumping ground for people who don't like Ubuntu? A list of Ubuntu vulnerabilities? The possibilities are endless. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Richard Lewis ISMS, Computing Goldsmiths, University of London Tel: +44 (0)20 7078 5134 Skype: richardjlewis JID: ironchicken@jabber.earth.li http://www.richard-lewis.me.uk/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +----------------------------------------------+ | Support open access to scholarship | | http://freeculture.org/ http://www.doaj.org/ | +----------------------------------------------+
Weird, how did you install chrome ? From a deb rep ? Or from a tar ball ? Regards Ian Porter www : www.codingfriends.com On 2 Feb 2010, at 14:52, Bev Nicolson <lumos60@googlemail.com> wrote:
<sigh> I meant Ubuntu.
Bev.
On 2 February 2010 14:51, Bev Nicolson <lumos60@googlemail.com> wrote:
Unbuntu [Hardy Heron] .
_______________________________________________ main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
Bev Nicolson wrote:
I installed Chrome (for Linux) a while ago and am still playing with it but wish to install flash. I've found where it is installed already (and saved the relevant bit of text to copy) but it needs to go into another directory as far as I can tell. Do I do this from Terminal? And how? TIA.
If it isn't picking up the default location then you can create a plugins directory in /opt/google/chrome and put the libflashplayer.so file in there. Then it should work so sudo mkdir /opt/google/chrome/plugins then sudo cp wherever/thefileis/now/libflashplayer.so /opt/google/chrome/plugins/
Thanks Wayne. Bev
If it isn't picking up the default location then you can create a plugins directory in /opt/google/chrome and put the libflashplayer.so file in there.
Then it should work
so sudo mkdir /opt/google/chrome/plugins then sudo cp wherever/thefileis/now/libflashplayer.so /opt/google/chrome/plugins/
Nope. Not solved yet. I've created the new directory etc but it says 'permission denied' when I try copying it to the new directory. How do I get round that? Bev.
If it isn't picking up the default location then you can create a plugins directory in /opt/google/chrome and put the libflashplayer.so file in there.
Then it should work
so sudo mkdir /opt/google/chrome/plugins then sudo cp wherever/thefileis/now/libflashplayer.so /opt/google/chrome/plugins/
Hi Bev, On Mon, Feb 8, 2010 at 7:38 PM, Bev Nicolson <lumos60@googlemail.com> wrote:
Nope. Not solved yet. I've created the new directory etc but it says 'permission denied' when I try copying it to the new directory. How do I get round that?
if you are not copying the file as root, then it may/would say that 'permission denied'. you are putting the sudo before the cp ? Ian www: www.codingfriends.com
Bev.
If it isn't picking up the default location then you can create a plugins directory in /opt/google/chrome and put the libflashplayer.so file in there.
Then it should work
so sudo mkdir /opt/google/chrome/plugins then sudo cp wherever/thefileis/now/libflashplayer.so /opt/google/chrome/plugins/
_______________________________________________ main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
Got it. I started again at the copy line and it specifically asked for my sudo password. I have now tested it with a you tube clip and it's fine. Bev.
if you are not copying the file as root, then it may/would say that 'permission denied'.
you are putting the sudo before the cp ?
participants (6)
-
Bev Nicolson -
Ian Porter -
Ian Porter -
James Bensley -
Richard Lewis -
Wayne Stallwood