Blog is moving

My blog is moving to http://victormendonca.com/blog/. If you are looking for a specific or older post you are in the right place Otherwise check out my new page for more up to date content.

Friday, November 28, 2008

How to install flash on Linux (the manual and safe way)


Ever had problem installing flash plugin on your Linux machine? Ubuntu has all these different packages that can be used, but I always opted for using the simple manual install.

Here's what you do:

1- Download flash player for Linux (.tar):
http://get.adobe.com/flashplayer/

2- Uncompress the folder and cd into it:
tar -xzvf install_flash_player*linux.tar.gz
cd install_flash_player*linux

3- Add flash the proper folder:
# Firefox 3
sudo cp libflashplayer.so /usr/lib/firefox-3*/plugins/

Open (or restart) Firefox and test your flash player (youtube.com is a good idea).

No comments: