LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-27-2010, 11:36 AM   #1
garyg007
Member
 
Registered: Aug 2008
Location: north-east ohio
Distribution: Debian-squeeze/stable;
Posts: 279
Blog Entries: 1

Rep: Reputation: 31
Adobe Flash player in 64-bit debian/squeeze


I am trying to install the flash player in the 64-bit version of debian/testing;
I downloaded the 64-bit development package from Adobe (they do not yet have a 64 bit version out of development). Here is what is happening:
Code:
gary@debian:~$ dpkg --build '/home/gary/Desktop/install_flash_player_10_linux' 
dpkg-deb: failed to open package info file `/home/gary/Desktop/install_flash_player_10_linux/DEBIAN/control' for reading: No such file or directory
gary@debian:~$
Code:
gary@debian:~$ ls -l /home/gary/Desktop/install_flash_player_10_linux/DEBIAN
total 16
-rw-r--r-- 1 gary gary 1396 Jul 30 15:49 control
-rw-r--r-- 1 gary gary  240 Jul 30 15:49 md5sums
-rwxr-xr-x 1 gary gary 1186 Jul 30 15:49 postinst
-rwxr-xr-x 1 gary gary 1310 Jul 30 15:49 prerm
gary@debian:~$
Contents of the control file:
Code:
gary@debian:~$ cat '/home/gary/Desktop/install_flash_player_10_linux/DEBIAN/control' 
Package: adobe-flashplugin
Version: 10.1.82.76-1
Architecture: i386
Maintainer: DL-Flash Player Ubuntu <FlashPlayerUbuntu@adobe.com>
Installed-Size: 11776
Depends: debconf | debconf-2.0, fontconfig, libatk1.0-0 (>= 1.20.0), libc6 (>= 2.4), libcairo2 (>= 1.6.0), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.20.5), libx11-6, libxext6, libxt6, wget
Suggests: firefox, konqueror-nsplugins, libnspr4-0d, libnss3-1d, msttcorefonts, ttf-bitstream-vera | ttf-dejavu, ttf-xfree86-nonfree, x-ttcidfont-conf, xfs (>= 1:1.0.1-5)
Conflicts: flashplayer-mozilla, flashplugin (<< 6), flashplugin-installer, xfs (<< 1:1.0.1-5)
Replaces: flashplugin (<< 6)
Provides: flashplugin-nonfree
Section: partner/web
Priority: optional
Description: Adobe Flash Player plugin version 10
 This package will download the Flash Player from Adobe. It is a
 Netscape/Mozilla type plugin. Any browser based on Netscape or Mozilla can use
 the Flash plugin. This package officially supports the following browsers:
 .
 Firefox 2.x, Firefox 3.x, SeaMonkey 1.11
Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a, aa5ca914-c309-495d-91cf-3141bbb04115
Npp-Description: Adobe Flash Plugin (http://www.adobe.com)
Npp-File: libflashplayer.so
Npp-Mimetype: application/x-shockwave-flash
Npp-Name: Adobe Flash Plugin
gary@debian:~$
it looks to me like the file `/home/gary/Desktop/install_flash_player_10_linux/DEBIAN/control' does exist. --- what am I doing wrong?

Gary
 
Old 09-27-2010, 01:18 PM   #2
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Code:
gary@debian:~$ cat '/home/gary/Desktop/install_flash_player_10_linux/DEBIAN/control' 
Package: adobe-flashplugin
Version: 10.1.82.76-1
Architecture: i386
Maintainer: DL-Flash Player Ubuntu <FlashPlayerUbuntu@adobe.com>
Looks like you are trying to install the i386 package.
And a Ubuntu package also which is bad practice.
According to the Debian wiki:

Quote:
The package in unstable http://packages.debian.org/sid/flashplugin-nonfree is suitable for Lenny (stable) and Squeeze (testing).
See the wiki page here:

http://wiki.debian.org/FlashPlayer

I'd suggest trying this method.
 
1 members found this post helpful.
Old 09-27-2010, 03:28 PM   #3
garyg007
Member
 
Registered: Aug 2008
Location: north-east ohio
Distribution: Debian-squeeze/stable;
Posts: 279

Original Poster
Blog Entries: 1

Rep: Reputation: 31
Hello trooper;
Thank you for the reply.

I started re-checking what I thought I had downloaded from adobe,
and discovered that I really got things screwed up.

Time to delete all I did and start again

Thanks for the link,

Gary
 
Old 09-28-2010, 12:12 AM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
http://wiki.debian.org/FlashPlayer
Quote:
Debian 5.0 'Lenny' amd64

In September 2010 Adobe announced Flash Player "Square". As of September 17 it is a fully working preview release.

Flash Player Square Installation

First remove the version you may have installed (it's probably a 32 bit version or too old):

$ apt-get remove flashplugin-nonfree nspluginwrapper (the same applies to the 32bit version from debian-multimedia)

Get the Flash Player "Square" binary from Adobe (look for the Download plug-in for 64-bit Linux (TAR.GZ, 4.1 MB) link.

Extract the tar ball:

$ tar xvzf flashplayer_square_p1_64bit_linux_091510.tar.gz

As root copy the extracted file to the mozilla plugins folder(this will work with Google Chrome as well):

$ cp libflashplayer.so /usr/lib/mozilla/plugins/
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How install Adobe Flash 64 on Squeeze 64 bit? AleLinuxBSD Debian 6 09-19-2010 01:11 PM
[SOLVED] How install Flash 64 on Debian Squeeze 64 bit? AleLinuxBSD Debian 14 12-28-2009 03:27 AM
Mozilla Firefox 64-bit build for Linux with Adobe Flash Player 64-bit integrated silos Linux - Software 4 12-03-2009 07:40 PM
[SOLVED] flash player on debian squeeze amd64 nima0102 Linux - Desktop 9 11-18-2009 01:26 PM
Adobe Flash Player 10 on Debian. Pazau Linux - Software 13 02-24-2009 04:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration