PDA

View Full Version : [lubuntu] adobe flash and google chrome



bblackbelt
September 30th, 2012, 10:42 AM
Hello guys, how can I install adobe flash (or something equivalent) and chrome on Lubuntu 12.04 ppc? I have found nothing with apt-cache.

thanks in advance

akoskm
September 30th, 2012, 11:36 AM
Install Chrome from https://www.google.com/intl/en/chrome/browser/
Adobe Flash Plugin in Lubuntu (http://ubuntuforums.org/showthread.php?t=1493672)

kc1di
September 30th, 2012, 11:41 AM
Hello guys, how can I install adobe flash (or something equivalent) and chrome on Lubuntu 12.04 ppc? I have found nothing with apt-cache.

thanks in advance

The best way I find to do this is in a terminal install the following:


sudo apt-get install lubuntu-restricted-extras lubuntu-restricted-addons

This will install flash plugin along with all the other codecs you'll need to play dvd's mp3 etc.
in fact you can find the details on this page:
https://help.ubuntu.com/community/RestrictedFormats
good luck.

bblackbelt
September 30th, 2012, 12:00 PM
The best way I find to do this is in a terminal install the following:


sudo apt-get install lubuntu-restricted-extras lubuntu-restricted-addonsThis will install flash plugin along with all the other codecs you'll need to play dvd's mp3 etc.
in fact you can find the details on this page:
https://help.ubuntu.com/community/RestrictedFormats
good luck.


I already run those commands and all the software have bee installed without errors. still I have no video in youtube. what's wrong?
thanks

bblackbelt
September 30th, 2012, 12:07 PM
Install Chrome from https://www.google.com/intl/en/chrome/browser/
Adobe Flash Plugin in Lubuntu (http://ubuntuforums.org/showthread.php?t=1493672)


thanks for the link, but seems that chrome is not available for powerpc

kc1di
September 30th, 2012, 12:48 PM
thanks for the link, but seems that chrome is not available for powerpc

why not install chromium-browser from the repository it works for me.

sudo apt-get install chromium-browser

It's the open source chrome and is basically the same.

bblackbelt
September 30th, 2012, 12:57 PM
why not install chromium-browser from the repository it works for me.

sudo apt-get install chromium-browserIt's the open source chrome and is basically the same.


does it need a different entry in the source.list file? apt is unable to locate it!

zombifier25
September 30th, 2012, 01:21 PM
does it need a different entry in the source.list file? apt is unable to locate it!

Try updating your program database:

sudo apt-get update
And no, chromium comes in Ubuntu's repo, so no need for external PPA.