zoukankan      html  css  js  c++  java
  • Linux下安装Firefox

    [root@datacenter ~]# yum install firefox
    Loaded plugins: refresh-packagekit, security
    base                                                                              | 3.7 kB     00:00 ... 
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package firefox.x86_64 0:10.0.5-1.0.1.el6_2 will be installed
    --> Processing Dependency: system-bookmarks for package: firefox-10.0.5-1.0.1.el6_2.x86_64
    --> Running transaction check
    ---> Package redhat-bookmarks.noarch 0:6-1.0.2.el6 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    =========================================================================================================
     Package                      Arch               Version                          Repository        Size
    =========================================================================================================
    Installing:
     firefox                      x86_64             10.0.5-1.0.1.el6_2               base              20 M
    Installing for dependencies:
     redhat-bookmarks             noarch             6-1.0.2.el6                      base             4.2 k
    
    Transaction Summary
    =========================================================================================================
    Install       2 Package(s)
    
    Total download size: 20 M
    Installed size: 23 M
    Is this ok [y/N]: y
    Downloading Packages:
    ---------------------------------------------------------------------------------------------------------
    Total                                                                     30 MB/s |  20 MB     00:00     
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : redhat-bookmarks-6-1.0.2.el6.noarch                                                   1/2 
      Installing : firefox-10.0.5-1.0.1.el6_2.x86_64                                                     2/2 
      Verifying  : firefox-10.0.5-1.0.1.el6_2.x86_64                                                     1/2 
      Verifying  : redhat-bookmarks-6-1.0.2.el6.noarch                                                   2/2 
    
    Installed:
      firefox.x86_64 0:10.0.5-1.0.1.el6_2                                                                    
    
    Dependency Installed:
      redhat-bookmarks.noarch 0:6-1.0.2.el6                                                                  
    
    Complete!
    [root@datacenter ~]# 
  • 相关阅读:
    C编程规范
    c# 闭包 小例
    计算前后2行的时间差
    判断是不是奇数
    条件表达式工具类
    代码重构-5 取消类的私有变量(实例变量)
    代码重构-4 通用方法 用 static
    代码重构-3 用Tuple代替 out与ref
    代码重构-2 简单不变的 if else 用字典代替
    代码重构-1 对参数中有 bool值的拆分
  • 原文地址:https://www.cnblogs.com/arcer/p/3560644.html
Copyright © 2011-2022 走看看