zoukankan      html  css  js  c++  java
  • fedora 20 使用集

    1.更新源操作

    # cd /etc/yum.repos.d
    # wget http://mirrors.163.com/.help/fedora-163.repo(添加163源)
    # wget http://mirrors.163.com/.help/fedora-updates-163.repo
    # wget http://mirrors.sohu.com/help/fedora-sohu.repo
    # wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo
    # wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=0
    # wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=1
    # yum makecache //(更新缓存)
    

    2.安装google-chrome 浏览器

      安装chrome源 创建文件,将下面内容添加 touch /etc/yum.repo.d/google-chrome.repo

      32bit

    [google]
    name=Google – i386
    baseurl=http://dl.google.com/linux/rpm/stable/i386
    enabled=1
    gpgcheck=1
    gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
    

      64bit

    [google64]
    name=Google – x86_64
    baseurl=http://dl.google.com/linux/rpm/stable/x86_64
    enabled=1
    gpgcheck=1
    gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
    

      安装

    yum install google-chrome-stable --nogpg   来安装最新稳定版
    yum install google-chrome-unstable --nogpg 最新版chrome

    出现错误

    出现如下错误:

    warning: google-chrome-stable_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
    error: Failed dependencies:
        lsb >= 4.0 is needed by google-chrome-stable-18.0.1025.162-131933.i386
        libXss.so.1 is needed by google-chrome-stable-18.0.1025.162-131933.i386
        wget is needed by google-chrome-stable-18.0.1025.162-131933.i386

    yum install redhat-lsb
    yum install wget
    yum install libXScrnSaver
    
    rpm -ivh google-chrome-stable_current_i386.rpm
    

    3.安装FLASH

    到 http://get.adobe.com/cn/flashplayer/?no_redirect 下载对应版本安装

    4.安装pidgin-lwqq

    yum install gidgin-lwqq.*
    

    5.实现rhythumbox 播放mp3

    sudo yum install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1 ffmpeg libdvdread libdvdnav lsdvd libdvdcss
    

    6.安装lnmp环境

      http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/

     

     //待续。。。。。。。。。。。

    2. Install needed repositories

    Fedora 20/19/18/17 Remi repository

  • 相关阅读:
    ASP.NET 4.0 与 Entity Framework 4第四篇Entity Framework在三层架构中的使用
    ASP.NET 4.0 与 Entity Framework 4第一篇采用ModelFirst 开发方式创建数据库
    ASP.NET 4.0 与 Entity Framework 4第二篇使用Entity Framework 进行CRUD操作
    ASP.NET 4.0 与 Entity Framework 4第三篇使用Entity Framework调用存储过程
    Unity3D4.* NGUI制作动态字库
    Unity3D内存释放
    1112 Stucked Keyboard (20 分)(map)【回顾】
    1116 Come on! Let's C (20 分)(hash散列)
    1108 Finding Average (20 分)(字符串处理)
    1113 Integer Set Partition (25 分)(排序)
  • 原文地址:https://www.cnblogs.com/luowen/p/3721673.html
Copyright © 2011-2022 走看看