Method First, download the original package installation directly
A-Go to http://get.adobe.com/flashplayer/to download the installation package supported by our system
Currently my test system is using the Debian 7 64 bit, then need to download the corresponding 64-bit component package.
B-Upload, unzip
We upload the downloaded file to the root directory and unzip it via tar:
Tar xzvf install_flash_player_11_linux.i386.tar.gz # 32 bits
Tar xzvf install_flash_player_11_linux.x86_64.tar.gz #64位
Extract files are based on the file we pass, generally by default are such, if there is a change according to the actual file name.
C-Replication Startup
CP libflashplayer.so/usr/lib/mozilla/plugins/
Move the libflashplayer.so file we need to the corresponding browser directory. Restart VNC and it can be applied.
Method Two, install Flash Player component directly with command
This method is not limited by the number of system digits, directly can be applied to mozilla-firefox,iceweasel,iceape,galeon and other browsers, the old left Iceweasel natural also suitable.
A-vi/etc/apt/sources.list
Add the Deb Ftp://ftp.debian.org/debian stable main contrib non-free one line to the file and save the exit.
B-Upgrade Source files
sudo apt-get update
C-Install Flashplugin-nonfree
Apt-get Install Flashplugin-nonfree
Basically has completed the function we need. But we have to check to see if the installation is successful and to the browser component.
In this way, we can run the required ebesucher hanging service in the VNC system of the Debian environment.