There is a problem
In the use of Ubuntu update Flashplayer plug-in, resulting in the download of suspended animation, whether the dpkg command to kill, or in accordance with the prompts sudo apt-get--configure-a, has been in suspended animation, leading to no solution, and ultimately can not use the system with the update operation.
Problem scenarios
Ubuntu 12.04 32-bit
Ubuntu 12.04 64-bit
Solution
Enter Terminal: Ctrl+alt+t
Kill the dpkg process.
Command: PS-AF | grep dpkg, listing all the dpkg PID
Command: Kill process PID, killing all the dpkg.
Remove dpkg Lock
sudo rm-rf/var/cache/apt/archives/lock
sudo rm-rf/var/lib/dpkg/lock
Delete an existing installation package
sudo dpkg-r flashplugin-installer
to adobe official download tar.gz package, or through my attachment here to download-> 32-bit system, 64-bit system.
Unzip the package and install
sudo tar zxvf install_flash_xxx.tar.gz
into the uncompressed folder
sudo cp-r usr/*/usr
sudo mkdir/home/your username/.mozilla/plugins
sudo cp-r libflashplayer.so/home/your username/.moziila/plugins/
Restart Firefox and go into a video site and see if you can use Flash Player.
Attachment download
Flash Player Plugins 32-bit install_flash_player_11_linux.i386.tar.gz:http://down.51cto.com/data/881446
Flash Player Plugins 64-bit install_flash_player_11_linux.x86_64.tar.gz:http://down.51cto.com/data/881445
Official Download Address: http://get.adobe.com/cn/flashplayer/
This article from "Bo Far to Quiet" blog, please be sure to retain this source http://sunspot.blog.51cto.com/372554/1255755