The Adobe Flash Player plugin is use for viewing multimedia, and streaming video and audio, on a Firefox web browser. The same plugin is used by Google chrome and other browsers. Keeping your third-party plugins such as flash player up to date helps Firefox run safely and smoothly.
As explained earlier you need to install the flashplugin-nonfree package under Debian and Ubuntu Linux to get flash support for Firefox and other browsers. You can check plugins status by visiting the following url:
https://www.mozilla.org/en-US/plugincheck/
How Do I Update the Adobe Flash Player Under Debian or Ubuntu Linux?
Open a terminal window (select Applications > Accessories > Terminal). Switch to the root user by typing su - and entering the root password, when prompted:
$ su -
# update-flashplugin-nonfree --install
OR
$ sudo /sbin/update-flashplugin-nonfree --install
The update-flashplugin-nonfree command takes care of downloading, removing the installed Adobe Flash Plugin if it has been reported as insecure, or, if a newer suitable version is available, downloading a newer Adobe Flash Player and its installer from the Adobe download site. From the man page:
--install
To install, update or remove the Adobe Flash Player depending on
downloaded last minute information from Debian about suitable
versions.
--uninstall
To remove the Adobe Flash Player.
Next, restart the Firefox and all other browsers. Again, check plugins status by visiting the following url:
https://www.mozilla.org/en-US/plugincheck/
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop
















{ 8 comments… read them below or add one }
Finally i can watch youtube from ubuntu.
I have found the firefox plugin “flash-aid” to be the best solution for firefox. It allows one to choose which library to use, which was important with Pandora didn’t work for me.
Well, Firefox website says that I need to update Flash.
I try make:
setevoy@lizard:~$ sudo /sbin/update-flashplugin-nonfree –install
but get answer:
sudo: /sbin/update-flashplugin-nonfree: command not found
ЧЯНДТ? (What I make wrong?) :)
Linux lizard.dcv 2.6.32-31-generic #61-Ubuntu
I know this is old, but it is because you didn’t do the first (kinda hidden) step where you install update-flashplugin-nonfree to /sbin/
you missed the second ‘-’?
Your -install should be –install
when i do
$ sudo /sbin/update-flashplugin-nonfree –install
it says $: command not found
what do i do?
type – twice before typing install
2x — install
`sudo /sbin/update-flashplugin-nonfree –install` is the command. $ implies the start of the shell line, not part of the command.