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

  • 相关阅读:
    c函数文件读写
    ubuntu server telnet 服务(转)
    如何使用MFC和类型库创建自动化项目
    认识配置设置文件(INI与XML)
    fopen时w与wb的区别
    VM连接 的三种方式
    UBUNTU 配置WEB服务器,PHP,MYSQL,PHPADMIN,APARCHE .
    VC++多线程编程
    ubuntu server 安装
    c++ static 关键字
  • 原文地址:https://www.cnblogs.com/luowen/p/3721673.html
Copyright © 2011-2022 走看看