[olug] Need older version of 64bit Adobe flash-plugin preferably from CentOS RPM

Rob Townley rob.townley at gmail.com
Sat Apr 27 12:25:53 UTC 2013


Shannon,  i reread my post and not sure if my appreciation came through.
Thank you for posting the link to archived official Adobe flash-plugin
downloads.  In fact, just used it to post to Amazon Ubuntu forums.

Interesting that Amazon Video player worked again automatically on April
17th on CentOS 6 but not on Ubuntu.  Sounds like it still is not working on
Ubuntu without downgrading:


Ubuntu Thread on on Amazon Forums:
http://www.amazon.com/forum/amazon%20video%20on%20demand/ref=cm_cd_et_up_redir?_encoding=UTF8&cdForum=Fx3EQAX98ED5WQ3&cdPage=1&cdSort=newest&cdThread=Tx167YET6CH0PQI&newContentID=Mx9K5HP5F5EFD9&newContentNum=34#Mx3GOMZI9OOY27Y

CentOS thread on Amazon Forums:
http://www.amazon.com/forum/amazon%20video%20on%20demand/ref=cm_cd_fp_ef_tft_tp?_encoding=UTF8&cdForum=Fx3EQAX98ED5WQ3&cdThread=Tx1D5LHTP2HWMRQ


On Mon, Apr 15, 2013 at 11:23 AM, Rob Townley <rob.townley at gmail.com> wrote:

> Thank you Shannon for making sure i knew i wasted time writing a script to
> retrieve from an old machine.
> Thanks.
>
> #!/bin/bash
> dtSTAMP=`date +%Y%m%d-%H%M%S`
> VersionGood=11.2.202.275
> VersionCurrent=`rpm --queryformat "%{VERSION}" --query flash-plugin`
> Version3264=`rpm --queryformat "%{ARCH}" --query flash-plugin`
> tmpDIR=/tmp/$0/$dtSTAMP
> FileList=flashpkgfiles.txt
>
>
> print32or64() {
>  if [[ "$Version3264" == "x86_64" ]]; then
>   echo -n 64bit flash-plugin
>  else
>   echo -n 32bit flash-plugin
>  fi;
> }
>
> if [[ ! -f /tmp/$0/. ]]; then mkdir /tmp/$0/; fi;
> mkdir /tmp/$0/$dtSTAMP
> pushd $tmpDIR
> touch test.txt
> echo Until Amazon Instant Video works with the Adobe flash player above
> $VersionGood,
> echo generate list of files from rpm db to recover
> flash-plugin-11.2.202.275-release or earlier.
> echo You should have rpm -qi flash-plugin-11.2.202.275-release or OLDER.
> echo By default, bash does not seem to recognize version information
> because it has periods.
> echo VersionGood=$VersionGood
> echo VersionCurrent=$VersionCurrent
>
> echo Doing a string comparison on package version numbers, must be better
> way:
> if   [[ "$VersionGood" > "$VersionCurrent" ]]; then
>  echo good.
> elif [[ "$VersionGood" = "$VersionCurrent" ]]; then
>  echo good.
> else
>  echo bad.
> fi
>
> echo -n "Seems you have the "
> print32or64
> print32or64 >> 32or64bit.txt
> echo >> 32or64bit.txt
> echo
>
> rpm -q --filesbypkg flash-plugin > $FileList
> echo Convert file for use by tar --files-from
> sed --in-place --expression "s/^flash-plugin\s*//g" $FileList
> uname -p >> 32or64bit.txt
> echo $HOSTTYPE >> 32or64bit.txt
> cat /proc/version >> proc-version.txt
> echo 32or64bit.txt >> $FileList
> echo proc-version.txt >> $FileList
> rpm -qi flash-plugin > rpm-qi-flash-plugin.txt
> echo rpm-qi-flash-plugin.txt >> $FileList
> echo $0 >> $FileList
> tar --files-from=$FileList --absolute-names --create
> --file=/$tmpDIR/flash-plugin-11.2.202.275-retrieved.tar
> echo Author: rob.townley at gmail.com
> echo Forget this script, download old versions of flash from:
> echo
> http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
>
>
>
>
> On Mon, Apr 15, 2013 at 10:52 AM, Shannon <ridgid at gmail.com> wrote:
>
>> did you look here
>> http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
>>
>>
>



More information about the OLUG mailing list