Check if you have flashplayer already installed on system. root@opensuse:~ # rpm -qa | grep flash flash-player-9.0.124.0-10.1 To uninsall it type: root@opensuse:~ # rpm -e flash-player Download the flashplayer from adobe ( tar.gz version for linux) Unzip or untar the archive and close all the browsers. root@opensuse:~# tar -zxvf install_flash_player_10_linux.tar.gz root@opensuse:~# cd install_flash_player_10_linux root@opensuse:~/install_flash_player_10_linux> ./flashplayer-installer [...]
Archive | Scripts RSS feed for this section
How to install flash player on ubuntu 64 bit
March 7, 2010
for the pure 64-bit-flash-version: installation guide: # deinstall all other Flashplayer # which are installed?: dpkg -l flashplugin-nonfree mozilla-plugin-gnash swfdec-mozilla # # delete installed: sudo apt-get remove mozilla-plugin-gnash swfdec-mozilla flashplugin-nonfree # # create new folder for Flashplayer: sudo mkdir /usr/lib/flashplugin-nonfree/ # # copy the new Flashplayer in the just created folder. change the first # [...]
FreeBSD 7.1 Flash Player
February 24, 2010
Enable Linux compatibility and linprocfs Add linux_enable=”YES” to /etc/rc.conf. Add compat.linux.osrelease=2.6.16 to /etc/sysctl.conf. Add OVERRIDE_LINUX_BASE_PORT=f8 to /etc/make.conf. Add this line to /etc/fstab: linproc /usr/compat/linux/proc linprocfs rw 0 0 After run these commands: mkdir -p /usr/compat/linux/proc mount /usr/compat/linux/proc /etc/rc.d/abi start /etc/rc.d/sysctl start Update ports and install all the needed software Now you need to install the [...]
How to add FreeBsd Flash Plugin
January 9, 2010
Firefox and Macromedia® Flash™ Plugin Macromedia® Flash™ plugin is not available for FreeBSD. However, a software layer (wrapper) for running the Linux version of the plugin exists. This wrapper also supports Adobe® Acrobat® plugin, RealPlayer® plugin and more. According to the version of FreeBSD you run various steps are required: Under FreeBSD 7.XInstall the www/nspluginwrapper port. [...]
FreeBsd Adobe Flash (shell script)
January 8, 2010
#!/bin/sh #(c) 2008 Sokolov Alexey [TrueBSD Project] check_file() { if [ ! -f $1 ]; then echo “file $1 not found. Please install port ‘$2′” exit fi } usage_func() { echo “usage: flashpluginctl [on | off]” exit } check_file “/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so” “www/linux-flashplugin9″ check_file “/usr/local/bin/nspluginwrapper” “www/nspluginwrapper” if [ $# -ne 1 ]; then usage_func fi if test [...]
HOW TO Flash10 plugin, Firefox3 and FreeBSD 7.2 or higher
January 8, 2010
As a rule of thumb for me when doing a fresh install… I always immediately add the following lines to /etc/make.conf before adding ANY ports: Code: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 From then on, when I build any linux ports they will depend automatically on the fedora 10 core. And that all I’m going to cover on linux [...]
How to install Flash 9 on FreeBSD 7.1
January 8, 2010
To get Flash 9 working you’ll first need to upgrade to FreeBSD 7.1. Now 7.1 is not officially out yet, but if you CVSup from RELENG_7 as of about 2 weeks ago, all the necessary linux compatibility code is there already. I assume you know about CVSup and how to upgrade FreeBSD. Once that’s done [...]
How to install the Adobe Flash Player on Fedora
January 8, 2010
This page contains information on Flash, a proprietary format for delivering audio and video content, primarily over the Internet. Flash is Non-Free Software Adobe’s Flash plugin cannot be included in Fedora because it is not free/libre and open source software. Adobe does release a version of the Flash plugin for Linux, and this can be [...]
how to install the Adobe Flash Player on Debian systems
January 7, 2010
how to install the Adobe Flash Player, formerly known as the Macromedia Flash Player, on Debian systems. End User License Agreement of the Adobe Flash Player The newest versions of the Debian package flashplugin-nonfree have this warning in the package description: WARNING: Installing this Debian package causes the Adobe Flash Player to be downloaded from [...]
How to install Google Chrome
January 5, 2010
Setting up your build environment Set up symlinks (optional) The rest of this document assumes you have created symlinks in your home directory for the OS and browser (only for the latter if you download the source). You can set these up with (note these directories depend on where you set up your repository or [...]
How to Enable Flash in Google Chrome for Fedora 11
January 5, 2010
o you’ve installed the latest development builds of Chromium for Fedora Linux. The only thing lacking is that youtube is not loading. If not, what are you waiting for? Refer to one of my previous posts. First make sure you install the Adobe yum repository. As root:- rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm Then install the flash plugin. [...]
How to install Google Chrome in Fedora
January 5, 2010
install Google Chrome in Fedora 10 or Fedora 11 Google has its open source version of its Chrome browser, currently under heavy development. The open source version is called Chromium. Tom ‘Spot’ Callaway, the Fedora Engineering Manager, has created a rpm repository with precompiled versions of the chromium browser. To install chromium, create a chromium.repo [...]
how to install flash player on mandriva shell script
January 3, 2010
First script # #!/bin/bash # # Script created by # # flashconf.com # # Released under GPL # # adapted from ubuntu for mandriva # please stop all firefox before running # run as root echo “Stopping any Firefox that might be running” killall -9 firefox echo “Removing any other flash plugin previously installed:” urpme [...]
Remove Flash Plugin Shell Script
January 3, 2010
RemoveScript.tar will download the removal script. Extract the file, then double click on the RemoveScript file and select run in terminal. This script is unnecessary if you are having issues getting the script to work. Its only use is to completely remove the applications from the script. This is counterproductive when people cant get the [...]
Dapper-Gutsy only (Install Script)
January 3, 2010
This script will install the nspluginwrapper, and Flash for your 64bit browser for the amd64 version of Ubuntu Dapper, Edgy and Feisty, and Gutsy. It will not work on the i386 or 32bit version. It will not install other plugins. There are other plugins, java being one, that nspluginwrapper can not work with. The script [...]
Install Flash 10 linux shell script
January 3, 2010
Adobe has released Flash 10. The plugin is of better quality than Flash 9. I will add this manual install section for those that would like to do it themselves. I would only use the instructions on Hardy, though Gutsy might work. Download Getlibs Get Flash 10 from http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz Save the files to your desktop, [...]
install scripts for Adobe Flash install information for AMD64
January 3, 2010
64bit Adobe Flash Alpha and Java Beta Adobe has released a 64bit Adobe Flash 10 plugin. The 64bit Sun java plugin is in beta testing. At this time its possible to run a 64bit browser and plugins for most users. We need to keep some things in mind before even starting this.. 1. Its an [...]
Script to Install Flash Player 10 on 64bit Ubuntu Linux
January 3, 2010
#!/bin/bash # Script created by # www.flashconf.com echo “Stopping any Firefox that might be running” sudo killall -9 firefox echo “Removing any other flash plugin previously installed:” sudo apt-get remove -y –purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper sudo rm -f /usr/lib/mozilla/plugins/*flash* sudo rm -f ~/.mozilla/plugins/*flash* sudo rm -f /usr/lib/firefox/plugins/*flash* sudo rm -f /usr/lib/firefox-addons/plugins/*flash* [...]
Install Flash Player 10 on 64bit OpenSuse
January 3, 2010
#!/bin/bash # Script created by #FlashConf.com # http://www.flashcs.com/how-to/install-flash-player-10-on-64bit-linux/ # Opensuse 11.0 echo “Stopping any Firefox that might be running” sudo killall -9 firefox echo “Removing any other flash plugin previously installed:” sudo rm -f /usr/lib64/browser-plugins/npwrapper.libflashplayer.so sudo rm -f /usr/lib/browser-plugins/libflashplayer.so sudo rm -f /usr/lib/flash-plugin/libflashplayer.so sudo rm -rfd /usr/lib/nspluginwrapper echo “Installing Flash Player 10″ wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz tar [...]
Install Flash Player 10 on 64bit Linux
January 3, 2010
Adobe FINALY released a native 64bit Flash Player 10 plugin. Although this is still an alpha release, the news is very exciting for Linux users, since we don’t longer depend on nspluginwrapper, which although does the job, has it’s drawbacks. I have put together a small tutorial on how to install the native flash player [...]


May 9, 2010
4 Comments