nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

About flash player

This is a discussion on About flash player within the Ubuntu / Debian forums, part of the Linux Distribution category; Hi folks, Ubuntu 7.04 server amd64 Mozilla Firefox 2.0.0.12 I need to install Adobe Flash Player which can be download ...


Go Back   nixCraft Linux Forum > Linux Distribution > Ubuntu / Debian

Linux answers from nixCraft.


Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 26-03-2008, 07:23 AM
Senior Member
User
 
Join Date: Sep 2007
OS: Debian
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 3
satimis is on a distinguished road
Default About flash player

Hi folks,


Ubuntu 7.04 server amd64
Mozilla Firefox 2.0.0.12


I need to install Adobe Flash Player which can be download on Adobe Website. I don't think this proprietary package will be available on repo.


$ apt-cache search 'adobe flash player'
No printout


$ apt-cache search 'flash player'
Code:
libflash-swfplayer - GPL Flash (SWF) Library - stand-alone player
liborange-dev - development libraries for liborange
liborange0 - library to extracts CAB files from self-extracting installers
orange - extracts CAB files from self-extracting installers
$ apt-cache search player | grep flash
Code:
libflash-swfplayer - GPL Flash (SWF) Library - stand-alone player
mathwar - A flash card game designed to teach maths
$ sudo apt-get install flashplugin-nonfree
Code:
Password:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-nonfree has no installation candidate
$ apt-cache search gnash
Code:
gnash - free Flash movie player
gnash-tools - free Flash movie player - Command-line Tools
klash - free Flash movie player
konqueror-plugin-gnash - free Flash movie player - Plugin for Konqueror
libgnash0 - free Flash movie player - shared libraries
mozilla-plugin-gnash - free Flash movie player - Plugin for Mozilla and derivatives
I read positive and negative opinion on Gnash. Not easy for me to decide.


However the tarball available on Adobe website is "install_flash_player_9_linus.tar.gz". I'm running 64 bit Firefox. Is there a solution avoiding installing an additional 32bit Firefox? TIA



B.R.
satimis
Reply With Quote
  #2 (permalink)  
Old 28-03-2008, 08:04 AM
Member
User
 
Join Date: Mar 2008
OS: Debian, Slackware, LFS
Posts: 82
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
Tux-Idiot is on a distinguished road
Default yeah you can.

did you try installing the ia32 libs and chrooting the ia32 libs in x64? there is a nice tuts on how to use prop bin in 32 bit env. google up. and gnu's flash supports flash 8, where as adobe IMHO flash 7. not so sure.
gnash is ideal, if you cvs and svn or git up from the source. and not the .deb bin. if you ask _me_? i would suggest build from source and check for CV's list from vulnerability and update and apply patches as per the need of the hour.
good luck.
Reply With Quote
  #3 (permalink)  
Old 28-03-2008, 09:06 AM
Senior Member
User
 
Join Date: Sep 2007
OS: Debian
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 3
satimis is on a distinguished road
Default

Quote:
Originally Posted by Tux-Idiot View Post
did you try installing the ia32 libs and chrooting the ia32 libs in x64? there is a nice tuts on how to use prop bin in 32 bit env. google up. and gnu's flash supports flash 8, where as adobe IMHO flash 7. not so sure.
Thanks for your advice.


I did it before on Fedora7 installing 32bit flash on 64bit Firefox. It worked w/o problem, not difficult to install. As I'm now running 64bit Ubunutu I expect finding a solution on Ubuntu.


Quote:
gnash is ideal, if you cvs and svn or git up from the source. and not the .deb bin. if you ask _me_? i would suggest build from source and check for CV's list from vulnerability and update and apply patches as per the need of the hour.
Yes I have subversion running here. I'll try later. Since this is a server I don't expect installing too many packages particularly X packages. X is not started at boot. I only evoke it in need. I need a GUI browser seaching techical doc/articile on Internet. Text browser can't assist me, too many complaint received on browsing "Run the correct browser !!!!"


Although I can foward X here on a workstation with SSH I try avoiding this practice, running 2 PCs doing a single job. Unless I have no alternative.


B.R.
satimis
Reply With Quote
  #4 (permalink)  
Old 28-03-2008, 09:56 AM
Member
User
 
Join Date: Mar 2008
OS: Debian, Slackware, LFS
Posts: 82
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
Tux-Idiot is on a distinguished road
Default

not at all sure of ubuntu but i did it with debian and slack. kind of ubuntu allergy and also i am trying to make it work in my lfs i call my distro "deserted" why? because this is purely an education distro and nothing to do with name/fame. this is more or less a platform which i am trying to go forward with me learning more than i can learn myself from other distro. when i bake my cake i try to make sure its eatable, atleast.


Debian amd64: iceweasel with i386 plugins, outside a chroot
you may have some trouble with mplayer's 32 bit plugins running them native. i use it to convert the flash files i download as flv and converting them as DVD so i can watch in a dvd player.
__________________
RTFM man! because my security system _sucks_, and it always gets cracked by some cracker online somewhere. damn you!
Reply With Quote
  #5 (permalink)  
Old 10-04-2008, 03:55 AM
Junior Member
User
 
Join Date: Apr 2008
OS: openSUSE
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
spideyak is on a distinguished road
Default

When I use Ubuntu, I base my sources.list off UbuntuGuide. If you follow their steps (i.e., download the key, update, etc.) you can use the following:

Code:
apt-get install flashplugin-nonfree
I've used this with great success. Hope that helps =)...
Reply With Quote
  #6 (permalink)  
Old 10-04-2008, 07:33 AM
Senior Member
User
 
Join Date: Sep 2007
OS: Debian
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 3
satimis is on a distinguished road
Default

Quote:
Originally Posted by spideyak View Post
When I use Ubuntu, I base my sources.list off UbuntuGuide. If you follow their steps (i.e., download the key, update, etc.) you can use the following:

Code:
apt-get install flashplugin-nonfree
I've used this with great success. Hope that helps =)...
Thanks for your advice.


I can't find flashplug-nonfree on repo


$ sudo apt-get install flashplugin-nonfree
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-nonfree has no installation candidate
$ apt-cache search flashplugin-nonfree
No printout


Have following multiverse repo enabled
Code:
deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
Following repo are commented out
Code:
# deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
They are backports repo maybe NOT tested. Would there is any problem on enabling them?


TIA


B.R.
satimis
Reply With Quote
  #7 (permalink)  
Old 10-04-2008, 07:38 AM
Senior Member
User
 
Join Date: Sep 2007
OS: Debian
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 3
satimis is on a distinguished road
Default

Quote:
Originally Posted by Tux-Idiot View Post
not at all sure of ubuntu but i did it with debian and slack. kind of ubuntu allergy and also i am trying to make it work in my lfs i call my distro "deserted" why? because this is purely an education distro and nothing to do with name/fame. this is more or less a platform which i am trying to go forward with me learning more than i can learn myself from other distro. when i bake my cake i try to make sure its eatable, atleast.


Debian amd64: iceweasel with i386 plugins, outside a chroot
you may have some trouble with mplayer's 32 bit plugins running them native. i use it to convert the flash files i download as flv and converting them as DVD so i can watch in a dvd player.
Thanks again for your advice.


This is a server. I only run X in need browsing Internet for technical document. I don't expect installing too many 32bit packages.


B.R.
satimis
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
MP3 player (Sansa View) Albion Ubuntu / Debian 1 02-05-2008 11:46 PM
HowTo Connect 'C' with Flash in Linux sivasubramaniam Coding in General 1 01-03-2008 02:37 AM
USB flash disk on Redhat sunguru CentOS / RHEL / Fedora 3 12-11-2007 08:00 PM
USB flash disk on Redhat sunguru CentOS / RHEL / Fedora 0 07-11-2007 05:40 PM
why real player wont play kavi Linux software 1 04-11-2005 11:04 AM


All times are GMT +5.5. The time now is 03:36 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38