红联Linux门户
Linux帮助

fc6 yum 安装软件粗解

发布时间:2008-01-19 00:09:18来源:红联作者:Luoall
今天,我认识到了yum的重要性。

我把yum弄坏了,什么都动不了,重要是源没设置好。正好,系统也被我的一系列实验弄得乱七八糟。

还设置两个swap区! 重新分区!

从新安装,一切从新再来。

这次,我谨慎的选择了安装的软件组,只安装了gnome 咱就喜欢这个,没办法~~

些下来,以免以后

================firefox2.0安装==================

1。我第一个更新的就是firefox,这个简单,首先下载firefox最新版 firefox-2.0.0.11.tar.gz(目前虽然有3.0 但还是小心为妙)

2。在下载目录下 tar zxvf firefox-2.0.0.11.tar.gz -C 指定目录

3。然后应用程序 添加/删除软件,搜索到firefox 勾销 ,应用。

可惜,他的依赖把我可怜的elcipes等软件都卡了,算了,反正一时半会也用不到,就这样了。

4。完成后,你发现面板的浏览器打不开了,这是右键----属性,命令指向你的firefox2.0 就行了
如 /opt/firefox/firefox

5。安装扩展们
goole borwse sync

adblock pluse

all-in-one gestures

all-in-one sidebar

colorfultabs

colorzilla

fireftp

flashblock

image zoom

same as image

super dragandgo

tab mix plus

6.重启firefox 就可以啦
=============================yumex 安装===================

rpm -q yumex 如果显示没有安装的话

yum install yumex 即可。

现在,你可以图形化处理更新啦

注:如果显示程序正在忙:系统 管理 services 最后的yumupdate 右键 停止即可。

================yum的liva源 添加=============

终端输入

# rpm -ivh http://rpm.livna.org/livna-release-6.rpm
# rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

注:有它基本可以满足我的需要,目前,小心添加源,不是越多越好,我就被升级参考误导添加了fc7的源,导致fc6yum不工作,虽然有解决办法,但我还是重装了系统。小心啊 !!

装多了会冲突的,可不是越多越好~
================安装视频 amd64位机mplayer==========

首先,我这次没有安装totem 如果你安装了 如下卸载。

卸载 totem
# yum -y remove totem

然后执行 # yum -y install totem-xine xine-lib-extras-nonfree totem-xine-mozplugin mplayer-gui vlc

...

完成后 mplayer f.rmvb ----f.rmvb为某文件

什么也没有 终端显示....

Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.so: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drvc.so.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drv4.so.6.0: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drv4.so.6.0.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drv43260.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.bundle/Contents/MacOS/drvc: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drvc.bundle/Contents/MacOS/drvc.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x30345652.
Read DOCS/HTML/en/codecs.html!

so 我的 解码文件在 /usr/lib 64/codecs

http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20061022.tar.bz2 下载all-20061022 解压

# mv all-20061022/* /usr/lib64/codecs

再次 gmplayer f.rmvb

无图像,终端显示

Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.so: wrong ELF class: ELFCLASS32
ERROR: Could not open required DirectShow codec drvc.so.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drv4.so.6.0: wrong ELF class: ELFCLASS32
ERROR: Could not open required DirectShow codec drv4.so.6.0.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drv43260.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.bundle/Contents/MacOS/drvc: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drvc.bundle/Contents/MacOS/drvc.
Read the RealVideo section of the DOCS!
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x30345652.
Read DOCS/HTML/en/codecs.html!

说明我的系统是32位解码 而需要64位

注:gmplayer 可以图形化mplayer 就不用退出终端了~~


so 下载 essential-amd64-20071007.tar.bz2 地址在 http://www.mplayerhq.hu/MPlayer/releases/codecs/

解压 # tar jxvf essential-amd64-20071007.tar.bz2

# mv essential-amd64-20071007/* /usr/lib64/codecs
mv:是否覆盖“/usr/lib64/codecs/cook.so”? y
mv:是否覆盖“/usr/lib64/codecs/drvc.so”? y
mv:是否覆盖“/usr/lib64/codecs/README”? y

amd64系统的同志们 一定要最后作 64位的这个解码的复制,不然会又回去了,我上次走过弯路。

============amule 安装====================

一定要在加live源后,执行 yum install amule 就安装完成了

经常veryCD 的我 加载了服务器列表

http://www.emule.org.cn/server.met
这是是在网上搜索到的

http://www.gruk.org/server.met.gz

上YDY 可以加上 服务器
S-files电驴服务器(218.16.123.213 端口:80)

===============pidgin安装=============

# yum install pidgin 安装失败,改天再说啦~~ 太晚了 可能又要求源码方式...


file /etc/dbus-1/system.d/avahi-dbus.conf from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /etc/rc.d/init.d/avahi-daemon from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/avahi/introspection/Server.introspect from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man5/avahi-daemon.conf.5.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man5/avahi.hosts.5.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man5/avahi.service.5.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man8/avahi-daemon.8.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man8/avahi-dnsconfd.8.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6
file /usr/share/man/man8/avahi-dnsconfd.action.8.gz from install of avahi-0.6.16-4.fc6 conflicts with file from package avahi-0.6.11-6.fc6


可惜 无论是eva 还是pidgin 都登录不了QQ 忍了 反正我也不常去QQ

===============emesene安装=============

pidgin哪里都好,就是不支持离线消息,有必要安装emesene。

http://www.emesene.org/trac/wiki/WikiStart

http://downloads.sourceforge.net/emesene/emesene-r999.tar.gz

tar xvzf emesene*.tar.gz

cd emesene*python Controller.py===============后记==============

折腾以后就是不同,三天弄明白的东西,今天4小时搞定----网速问题。

yum真是好东西
作者:星空下的天使 出处:http://blog.chinaunix.net/u1/59435/showart_465854.html
文章评论

共有 0 条评论