Re: How can I install flash player on Backtrack 5 gnome 64 bit?
Quote:
Originally Posted by
micawber
save this and run or just copy and paste into terminal:
Code:
#!/bin/bash
mkdir ~/flashinstaller && cd ~/flashinstaller
apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
rm -f /usr/lib/firefox/plugins/libflashplayer.so
rm -f /usr/lib/mozilla/plugins/libflashplayer.so
rm -f /usr/lib/mozilla/plugins/flashplugin-alternative.so
rm -f /usr/lib/mozilla/plugins/npwrapper*flash*so
rm -f ~/.mozilla/plugins/*flash*so
# download flash square and flash player from:
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
wget http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_64_071311.tar.gz
tar xfvz flashplayer11_b1_install_lin_64_071311.tar.gz
chown root:root libflashplayer.so
chmod 0644 libflashplayer.so
cp -f libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf libflashplayer.so
ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox/plugins/
tar xvfz install_flash_player_10_linux.tar.gz
mkdir ~/.mozilla/plugins
mv -f libflashplayer.so ~/.mozilla/plugins/
cd
after you ... i have this " ABORT"
root@bt:~# !/bin/bash
bash: !/bin/bash: event not found
root@bt:~#
root@bt:~# mkdir ~/flashinstaller && cd ~/flashinstaller
mkdir: cannot create directory `/root/flashinstaller': File exists
root@bt:~#
root@bt:~# apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flashplugin-nonfree is not installed, so not removed
Package gnash is not installed, so not removed
Package gnash-common is not installed, so not removed
Package mozilla-plugin-gnash is not installed, so not removed
The following packages will be REMOVED:
flashplugin-installer* swfdec-mozilla*
0 upgraded, 0 newly installed, 2 to remove and 222 not upgraded.
3 not fully installed or removed.
After this operation, 430kB disk space will be freed.
Do you want to continue [Y/n]? y
Abort.
Re: How can I install flash player on Backtrack 5 gnome 64 bit?
Quote:
Originally Posted by
persistent5
it's very easy ==> you must download .tar.gz from adobe.com flash installer (install_flash_player_11_linux.x86_64.tar.gz) and put in a folder "flashinstaller". later - continue to execute other commands.
I was struck by this method! it would show users winndows))).... but it works!
Acer aspire 5100
OS BT5 R3
here is answer for this question and that is all : http://dc505.wordpress.com/2012/08/1...ork-in-bt5-r3/
"
1. Download the flash player from adobe. I had to use 10.3 because for some reason the newest would not work.
A. Here is the link to the old players there is a ton ( http://helpx.adobe.com/flash-player/...-versions.html )
2. make a directory for the file and mv the tar file to that directory
A. mkdir flash
B. mv (tar file) flash/
3. extract the file
A. tar xvzf (the tar file here)
4. Now copy the libflashplugin.so to the plugins directory and you may have to create it so .. create it
A. cd /.~mozilla
B. mkdir plugins
C. cp -f libflashplugin.so /.~mozilla/plugins
Now restart your machine and that should work…
if not just to be safe there are other locations that you can put the file in
/usr/lib/firefox/plugins
/usr/lib64/firefox/plugins
/usr/lib/mozilla/plugins
usr/lib64/mozilla/plugins
"
I have folow all this steps and restart PC and now is working
Thank you
That was way which for me was ok ..
Appreciate your support
Can close thread but don't forget i have used adobe flash 10.3 version