• 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

  • 相关阅读:
    【算法导论】第11章,散列表
    【算法导论】第10章,基本数据结构
    【推荐系统实践】冷启动问题
    【算法导论】第8、9章,线性时间排序,中位数顺序统计量
    【推荐系统实践】协同过滤
    Java编程思想---第五章 初始化与清理(下)
    Java编程思想---第五章 初始化与清理(上)
    Java编程思想---第四章 控制执行流程
    Java编程思想---第三章 操作符
    去除MyEclipse频繁弹出的Update Progress窗口
  • 原文地址:https://www.cnblogs.com/luowen/p/3721673.html
Copyright © 2020-2023  润新知