Tag Archives: Ubuntu Linux

How to Install Flash Player 10 Under Ubuntu Linux

January 13, 2011

4 Comments

Adobe flash player version 10 (code-named “Astro”) has been released and available for download. It has many new features such as: Visual performance improvements 3D effects Custom Filters and Effects Advanced Text Layout Enhanced Drawing API Performance improvements and much more. You must uninstall any currently installed Flash Player before installing the beta under Linux [...]

Continue reading...

How to install Google Chrome

January 5, 2010

3 Comments

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 [...]

Continue reading...

How to fix input any text in Japanese flash page Chrome

January 5, 2010

0 Comments

OS: Ubuntu 9.10 (Karmic Koala), 32bit Window manager: GNOME default Chrome: 4.0.266.0 (Official Build 33992) Flash plugin: 10,1,51,66 (10.1 beta 2, you can check the version by visiting http://www.adobe.com/software/flash/about/) IBus: Karmic’s default. ibus 1.2.0.20090927-2ubuntu2 and ibus-anthy 1.2.0.20090813-2. Steps to reproduce: 0. Make sure your IM framework (IBus, SCIM, uim, etc.) is properly configured. 1. Download [...]

Continue reading...

Script to Install Flash Player 10 on 64bit Ubuntu Linux

January 3, 2010

2 Comments

#!/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* [...]

Continue reading...

How to Install Flash Player 10.1 Beta 2 in Ubuntu 9.10 Karmic Koala

January 3, 2010

1 Comment

Adobe Flash Player 10.1 Beta 2 was released earlier this year, on December 17 at the Adobe MAX 2009. This release comes with several new features and numerous bug fixes. To install Flash Player 10.1 Beta 2 in Ubuntu 9.10, just follow the steps below: First, remove your existing Flash plugin. Do this depending on [...]

Continue reading...

Fix Mouse Clicks Not Working in Flash and Ubuntu

January 2, 2010

7 Comments

For about a month, mouse clicks stopped working for me in Flash and Ubuntu, no matter the browser I use. Digging a bit, multiple solutions came up, so I will share them with you. Solution 1 – this seems the best one but only works for i386: 1. Start a Terminal window and paste this: [...]

Continue reading...

How To Install Adobe Flash Player 10.1 Beta In Ubuntu Linux

January 2, 2010

1 Comment

Here is what you need to do to install Adobe Flash Player 10.1 beta in Ubuntu (presuming you already had adobe-flashplugin installed): Download the Linux package from labs.adobe com/downloads/flashplayer10.html Go to /usr/lib/adobe-flashplugin/ and rename libflashplayer.so to libflashplayer.so.old. You can do this using a terminal command: sudo mv /usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/adobe-flashplugin/libflashplayer.so.old The reason for renaming the old [...]

Continue reading...

How To Install Flash Player 10.0.32 Ubuntu Linux

January 2, 2010

4 Comments

For some reason, flash doesn’t want to be upgraded on my computer using Synaptic. If this also occurs for you, here is how to install the latest version of Adobe Flash Player (10.0.32) the Ubuntu way. Open a terminal and paste the following commands: wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_10.0.32.18ubuntu1_i386.deb wget -c http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_10.0.32.18ubuntu1_i386.deb wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/gsfonts-x11/gsfonts-x11_0.21_all.deb sudo dpkg [...]

Continue reading...

How to Install Flash CS on Ubuntu

January 2, 2010

2 Comments

The software has been in development for more than 12 years and just reached beta status in the fall of 2005. But Wine has been in widespread use for quite some time, and it’s included in most distributions, including Ubuntu. Install Wine The Wine software included with Ubuntu is frequently at least a step behind [...]

Continue reading...

how to install gnash firefox plugin on ubuntu amd64

January 2, 2010

4 Comments

DISCLAIMER: Use this tutorial at your own risk. Although these steps worked for me, there is no guarantee that it will work for you. Also it can break your system. I take no responsibilities for any problems that arise. Read all steps first before starting to execute any! You will need many libraries and the [...]

Continue reading...