这是针对于直接硬盘安装的linux系统:
u盘安装选择了安装第三方软件的话就不会存在这种问题
flash的安装其实也不是很难的,有点耐心就ok了
总结一下:
1:肯定是下载最新版的flash啦,注意看系统兼容性哦,这个一般很少有人用很旧的系统,就当废话;
2:选择YUM / tar.gz / RMP / 选一个
3:选择tar.gz :
(1)解压:tar -xvf filename.gz;
( 2 )得到3个文件:libflashplayer.so (this one is very important) readme.txt usr
(3) open readme.txt (在文件管理器中)
Installation instructions
-------------------------
Installing using the plugin tar.gz:
o Unpack the plugin tar.gz and copy the files to the appropriate location.
o Save the plugin tar.gz locally and note the location the file was saved to.
o Launch terminal and change directories to the location the file was saved to.
o Unpack the tar.gz file. Once unpacked you will see the following:
+ libflashplayer.so
+ /usr
o Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version
o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:
+ cp libflashlayer.so <BrowserPluginsLocation>
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
Installing the plugin using RPM:
o As root, enter in terminal:
+ # rpm -Uvh <rpm_package_file>
+ Click Enter key and follow prompts
Installing the standalone player:
o Unpack the tar.gz file
o To execute the standalone player,
+ Double-click, or
+ Enter in terminal: ./flashplayer
Uninstallation instructions
---------------------------
Manual uninstallation (for users who installed the plugin via Install script):
o Delete libflashplayer.so binary and flashplayer.xpt file in
directory /home/<user>/.mozilla/plugins/
RPM uninstallation:
o As root, enter in terminal:
+ # rpm -e flash-plugin
+ Click Enter key and follow prompts
百度在线翻译:
用插件tar.gz安装:
求解压插件tar.gz和复制文件到适当的位置。
保存插件tar.gz局部和注意位置的文件保存为。
O发射终端和改变目录的位置的文件保存为。
求解压tar.gz文件。一旦解开你将看到下面的:
+ libflashplayer.so
+ / usr
识别出的浏览器插件目录的位置,基于你的Linux分布和Firefox版本
o复制libflashplayer.so到适当的浏览器插件目录。在提示符下键入:
+ CP libflashlayer.so<browserpluginslocation > (browserpluginslocation 指的是存放firefox的地方我的是在/usr/bin/firefox,执行命令cp -r libflashlayer.so /usr/bin 解决了,在root下弄的)
o复制Flash Player的地方设置配置文件到/usr目录。在提示符下键入:
+ sudo cp -R usr / * / usr
使用RPM安装插件:
阿根,进入终端:
+ # rpm UVH<rpm_package_file >
+点击回车键,按提示
安装独立播放器:
求解压tar.gz文件
O执行独立播放器,
+双击,或
+输入端子:/之作。
卸载说明
---------------------------
手动卸载(用户安装插件通过安装脚本):
删除libflashplayer.so二进制和flashplayer.xpt文件
目录/家/ <用户名> / Mozilla /插件/。
RPM卸载:
阿根,进入终端:
+ #转- E的Flash插件
+点击回车键,按提示
因为tar.gz就弄好了,所以rmp 就没有装,打算在今后的学习中在弄,还有deb和YUM......路漫漫其修猿兮,吾将上下而求索.....