我是这样安装的install_flash_player_9_linux.tar.gz
我把install_flash_player_9_linux.tar.gz复制到了/tmp
终端中打的命令
xxx@xxx-desktop:~$ cd /tmp
xxx@xxx-desktop:/tmp$ tar -zxvf install_flash_player_9_linux.tar.gz
install_flash_player_9_linux/
install_flash_player_9_linux/flashplayer-installer
install_flash_player_9_linux/libflashplayer.so
xxx@xxx-desktop:/tmp$ ./configure
bash: ./configure: 没有该文件或目录
xxx@xxx-desktop:/tmp$ cd /tmp/install_flash_player_9_linux
xxx@xxx-desktop:/tmp/install_flash_player_9_linux$ ./configure
bash: ./configure: 没有该文件或目录
xxx@xxx-desktop:/tmp/install_flash_player_9_linux$ make install flashplayer-installer
make: *** 没有规则可以创建目标“install”。 停止。
xxx@xxx-desktop:/tmp/install_flash_player_9_linux$ ./flashplayer-installer
Copyright(C) 2002-2006 Adobe Macromedia Software LLC. All rights reserved.
Adobe Flash Player 9 for Linux
Adobe Flash Player 9 will be installed on this machine.
You are running the Adobe Flash Player installer as a non-root user.
Adobe Flash Player 9 will be installed in your home directory.
Support is available at
http://www.adobe.com/support/flashplayer/
To install Adobe Flash Player 9 now, press ENTER.
To cancel the installation at any time, press Control-C.
NOTE: Please exit any browsers you may have running.
Press ENTER to continue...
----------- Install Action Summary -----------
Adobe Flash Player 9 will be installed in the following directory:
Mozilla installation directory = /home/xxx/.mozilla
Proceed with the installation? (y/n/q): y
NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.
Installation complete.
Perform another installation? (y/n): y
----------- Install Action Summary -----------
Adobe Flash Player 9 will be installed in the following directory:
Mozilla installation directory = /home/xxx/.mozilla
Proceed with the installation? (y/n/q): y
NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.
Installation complete.
Perform another installation? (y/n): y
----------- Install Action Summary -----------
Adobe Flash Player 9 will be installed in the following directory:
Mozilla installation directory = /home/xxx/.mozilla
Proceed with the installation? (y/n/q): y
NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.
Installation complete.
Perform another installation? (y/n): y
----------- Install Action Summary -----------
Adobe Flash Player 9 will be installed in the following directory:
Mozilla installation directory = /home/xxx/.mozilla
Proceed with the installation? (y/n/q): y
NOTE: Please ask your administrator to remove the xpti.dat from the
components directory of the Mozilla or Netscape browser.
Installation complete.
Perform another installation? (y/n): n
Please log out of this session and log in for the changes to take effect.
The Adobe Flash Player installation is complete.
xxx@xxx-desktop:/tmp/install_flash_player_9_linux$