Fedora 19 后期安装

转自:http://blog.sina.com.cn/s/blog_90cb4c630101m499.html

####################################
Fedora 19 后期安装 - Jerrydq73 Ver. 1.0
####################################

快速安装
--------------------------------------------------------
 

   01 # yum update -y
   02 # shutdown -r now
   03 # yum install -y yum-fastestmirror yum-presto
   04 # yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E % fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E % fedora).noarch.rpm(注意,百分号和fedora之间没有空格,此处编辑器问题,加一个空格)
   05 # rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
  06 # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
   07 # wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
   08 # mv virtualbox.repo /etc/yum.repos.d/
   09 # yum update -y
   10 # yum install -y libdvdread libdvdnav lsdvd gstreamer-plugins-base* gstreamer-plugins-good* gstreamer-plugins-bad* gstreamer-plugins-ugly* ffmpeg ffmpeg-libs gstreamer-ffmpeg xvidcore xine-lib xine-lib-extras-freeworld mac mplayer smplayer mp3gain flash-plugin bcrypt screen unrar p7zip p7zip-plugins filezilla gnome-tweak-tool bluefish dia dia-* pencil geda\* pcb gerbv stardict amsn amsn-plugins tcllib k3b k3b-extras-freeworld normalize ibus fcitx gcc dkms VirtualBox
    11 # usermod -a -G vboxusers
    12 # wget http://download.virtualbox.org/virtualbox/4.2.16/Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack
    13 #  VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.2.16-86992.vbox-extpack

(因为VirtualBox更新较快,安装Extension Pack时应到官网确认正确的文件及版本号 - 上述12、13步)

分步安装
---------------------------------------------------------

0. 参考
  Fedora 18 后期安装 - 2012.03.30 (Jerrydq73)
  https://www.virtualbox.org/

1. 系统升级
    # yum update -y    // 升级打补丁
    # shutdown -r now    // 重启机器

2. 优化 yum
    # yum install -y yum-fastestmirror  // 最快镜像插件
    # yum install -y yum-presto
    # yum install -y yumex  // yumex 是yum 的图形界面版
    # yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E % fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E % fedora).noarch.rpm (注意,百分号和fedora之间没有空格,此处编辑器问题,加一个空格)
    # yum update -y

3. MP3播放器 (这几个播放器都是可选的,其实我一般都用smplayer)
    # yum install gstreamer rhythmbox
    # yum install amarok phonon-backend-gstreamer
    # yum install audacious audacious-plugins
    # yum install mac    // Monkey's Audio - APE
    # yum install lame  // mp3 编码(一般不用明确安装,上述项目安装过程将安装lame)
    # yum install mp3gain  // mp3音量调整

4. DVD 及视频支持
 

猜你喜欢

转载自blog.csdn.net/jinold/article/details/23206533