我不断收到错误:每当我想在某些网站上观看某些视频时,需要插入才能查看内容...这只是在我的 fedora 22 笔记本电脑上安装 flash-plug 的问题。但是当我尝试在我的 Centos 6.6 笔记本电脑上安装它时,我在终端中看到:
[root@horriblehost /]# yum install flash plug-in
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.aol.com
* extras: mirrors.sonic.net
* rpmforge: mirror.chpc.utah.edu
* updates: centos.mirror.constant.com
http://linux.dropbox.com/fedora/6/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again
[root@horriblehost /]#
我不知道为什么不断出现对保管箱的引用。我的保管箱正在工作...有什么帮助吗?我真的很想让闪光灯工作。我对 Linux 很陌生(但很喜欢它)。
答案1
您是否已配置CentOS 6.6
为使用包含以下内容的存储库flash-plugin
:仓库伪造例如?
发生错误dropbox
是因为http://linux.dropbox.com/fedora/6/repodata/repomd.xml
不存在。 CentOS
未列出于http://linux.dropbox.com
。您可以使用以下命令暂时禁用存储库:
yum install flash-plugin --disablerepo=Dropbox
或者通过设置使其持久化:
enabled=0
/etc/yum.repos.d/Dropbox.repo
或任何存储dropbox
库文件的名称。
编辑:
请注意,Flash
在 上不受支持Linux
。 这个链接提供更多信息。
根据要求,以下是一些有关存储库和 YUM 的信息链接:
答案2
在您编写的命令语法中,yum 正在尝试安装两个软件包:flash 和plug-in。
你把名字写错了。尝试yum install flash-plugin
。
注意:或者,您可以从 Adobe Flash 播放器的网站手动安装,解压文件,复制libflashplayer.so
到,然后将(从解压的 Flash 播放器文件)~/.mozilla/plugins
中提供的所有文件复制到使用.usr
/usr
cp usr/* /usr