红联Linux门户
Linux帮助

yum 遇到的问题

发布时间:2011-05-07 17:14:02来源:红联作者:lei2231
# yum install libQtWebKit.so.4
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
No package libQtWebKit.so.4 available.
Nothing to do
谁能帮解释下 这是怎么回事?为什么找不到这个包 ?
文章评论

共有 8 条评论

  1. ryuanhe 于 2011-05-13 16:10:20发表:

    yum install 包名
    你写的不是正确的包名字。

  2. j82321258 于 2011-05-10 11:43:25发表:

    你yum的仓库配好了吗 可以先用yum -y grouplist 查看下 会列出很多东西 如果这个过了 再看看你写的那个包名有吗

  3. lei2231 于 2011-05-09 14:44:39发表:

    6# alick


    yum provides *libQtWebKit.so.4
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    No Matches found

  4. alick 于 2011-05-09 13:30:22发表:

    你给出的是(软件包中的一个)文件名,
    应该先[code]yum provides *libQtWebKit.so.4[/code]找出对应的包的名字,再
    yum install 对应软件包

  5. lei2231 于 2011-05-08 12:24:02发表:

    2# dupontjoy


    # sudo yum install yum-fastestmirror
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Setting up Install Process
    Package yum-fastestmirror-1.1.16-14.el5.centos.1.noarch already installed and latest version
    Nothing to do
    这个有,那rpm的那两安不上,缺东西!我这个事CentOS5.6 !

  6. tangzhongchun 于 2011-05-08 09:30:08发表:

    好了,我也执行了。希望最快的源好用。:-)

  7. yashu 于 2011-05-08 08:42:24发表:

    2# dupontjoy


    支持

  8. dupontjoy 于 2011-05-07 17:30:08发表:

    [i=s] 本帖最后由 dupontjoy 于 2011-5-7 17:32 编辑 [/i]

    可能要安装 RPM Fusion 源
    rpm -ivh http://download1.rpmfusion.org/f ... e-stable.noarch.rpm
    rpm -ivh http://download1.rpmfusion.org/n ... e-stable.noarch.rpm

    最好先把这个装上:
    安装最快镜像插件

    在终端执行: sudo yum install yum-fastestmirror ,这个命令会安装一个插件,该插件能自动选择最快镜像来执行下载。