我需要在所有的ubuntu系统中安装闪存插件。所以我已经通过wget wget http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228.orig.tar.gz下载了闪存插件。该文件已被下载,我已将该文件移动到/var/www/使用wget,我已在所有客户端系统上下载了该文件。在执行时,我会得到以下错误。请帮我改正这个错误。
root@user219:~# ./adobe-flashplugin_11.2.202.228.orig.tar.gz
-bash: ./adobe-flashplugin_11.2.202.228.orig.tar.gz: cannot execute binary file
I can see the automated install when runs "apt-get install flashplugin-installer" follows these steps..
Downloading... --2012-07-24 01:17:13-- http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228.orig.tar.gz Resolving archive.canonical.com... 91.189.92.150, 91.189.92.191 Connecting to archive.canonical.com|91.189.92.150|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 14133169 (13M) [application/x-gzip] Saving to: ``./adobe-flashplugin_11.2.202.228.orig.tar.gz'
0K ........ ........ ........ ........ ........ ........ 22% 343K 31s 3072K ........ ........ ........ ........ ........ ........ 44% 508K 19s
6144K ........ ........ ........ ........ ........ ........ 66% 479K 11s
9216K ........ ........ ........ ........ ........ ........ 89% 400K 4s
12288K ........ ........ ....... 100% 356K=33s
2012-07-24 01:17:47 (414 KB/s) - ./adobe-flashplugin_11.2.202.228.orig.tar.gz' saved [14133169/14133169]
Download done. Flash Plugin installed.
发布于 2012-07-23 20:14:23
Flash是存储库中包ubuntu-restricted-extras的一部分。
关于ubuntu-restricted-extras和包含的内容的更多信息:https://help.ubuntu.com/community/RestrictedFormats
https://askubuntu.com/questions/167210
复制相似问题