我把yum弄坏了,什么都动不了,重要是源没设置好。正好,系统也被我的一系列实验弄得乱七八糟。
还设置两个swap区!重新分区!
从新安装,一切从新再来。
这次,我谨慎的选择了安装的软件组,只安装了gnome咱就喜欢这个,没办法~~
些下来,以免以后
================firefox2.0安装==================
1。我第一个更新的就是firefox,这个简单,首先下载firefox最新版firefox-2.0.0.11.tar.gz(目前虽然有3.0但还是小心为妙)
2。在下载目录下tarzxvffirefox-2.0.0.11.tar.gz-C指定目录
3。然后应用程序添加/删除软件,搜索到firefox勾销,应用。
可惜,他的依赖把我可怜的elcipes等软件都卡了,算了,反正一时半会也用不到,就这样了。
4。完成后,你发现面板的浏览器打不开了,这是右键——属性,命令指向你的firefox2.0就行了
如/opt/firefox/firefox
5。安装扩展们
gooleborwsesync
adblockpluse
all-in-onegestures
all-in-onesidebar
colorfultabs
colorzilla
fireftp
flashblock
imagezoom
sameasimage
superdragandgo
tabmixplus
6.重启firefox就可以啦
=============================yumex安装===================
rpm-qyumex如果显示没有安装的话
yuminstallyumex即可。
现在,你可以图形化处理更新啦
注:如果显示程序正在忙:系统管理services最后的yumupdate右键停止即可。
================yum的liva源添加=============
终端输入
#rpm-ivh
#rpm--import
注:有它基本可以满足我的需要,目前,小心添加源,不是越多越好,我就被升级参考误导添加了fc7的源,导致fc6yum不工作,虽然有解决办法,但我还是重装了系统。小心啊!!
装多了会冲突的,可不是越多越好~
================安装视频amd64位机mplayer==========
首先,我这次没有安装totem如果你安装了如下卸载。
卸载totem
#yum-yremovetotem
然后执行#yum-yinstalltotem-xinexine-lib-extras-nonfreetotem-xine-mozpluginmplayer-guivlc
...
完成后mplayerf.rmvb——f.rmvb为某文件
什么也没有终端显示....
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drvc.scannotopensharedobjectfile:Nosuchfileordirectory
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.so.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.dll.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drv4.so.6.0:cannotopensharedobjectfile:Nosuchfileordirectory
ERROR:CouldnotopenrequiredDirectShowcodecdrv4.so.6.0.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
ERROR:CouldnotopenrequiredDirectShowcodecdrv43260.dll.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drvc.bundle/Contents/MacOS/drvc:cannotopensharedobjectfile:Nosuchfileordirectory
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.bundle/Contents/MacOS/drvc.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Cannotfindcodecmatchingselected-voandvideoformat0x30345652.
ReadDOCS/HTML/en/codecs.html!
so我的解码文件在/usr/lib64/codecs
下载all-20061022解压
#mvall-20061022/*/usr/lib64/codecs
再次gmplayerf.rmvb
无图像,终端显示
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drvc.swrongELFclass:ELFCLASS32
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.so.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.dll.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drv4.so.6.0:wrongELFclass:ELFCLASS32
ERROR:CouldnotopenrequiredDirectShowcodecdrv4.so.6.0.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
ERROR:CouldnotopenrequiredDirectShowcodecdrv43260.dll.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Openingvideodecoder:[realvid]RealVideodecoder
Error:/usr/lib64/codecs/drvc.bundle/Contents/MacOS/drvc:cannotopensharedobjectfile:Nosuchfileordirectory
ERROR:CouldnotopenrequiredDirectShowcodecdrvc.bundle/Contents/MacOS/drvc.
ReadtheRealVideosectionoftheDOCS!
VDecoderinitfailed:(
Cannotfindcodecmatchingselected-voandvideoformat0x30345652.
ReadDOCS/HTML/en/codecs.html!
说明我的系统是32位解码而需要64位
注:gmplayer可以图形化mplayer就不用退出终端了~~
so下载essential-amd64-20071007.tar.bz2地址在
解压#tarjxvfessential-amd64-20071007.tar.bz2
#mvessential-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源后,执行yuminstallamule就安装完成了
经常veryCD的我加载了服务器列表
这是是在网上搜索到的
上YDY可以加上服务器
S-files电驴服务器(218.16.123.213端口:80)
===============pidgin安装=============
#yuminstallpidgin安装失败,改天再说啦~~太晚了可能又要求源码方式...
file/etc/dbus-1/system.d/avahi-dbus.conffrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/etc/rc.d/init.d/avahi-daemonfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/avahi/introspection/Server.introspectfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man5/avahi-daemon.conf.5.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man5/avahi.hosts.5.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man5/avahi.service.5.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man8/avahi-daemon.8.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man8/avahi-dnsconfd.8.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
file/usr/share/man/man8/avahi-dnsconfd.action.8.gzfrominstallofavahi-0.6.16-4.fc6conflictswithfilefrompackageavahi-0.6.11-6.fc6
可惜无论是eva还是pidgin都登录不了QQ忍了反正我也不常去QQ
===============emesene安装=============
pidgin哪里都好,就是不支持离线消息,有必要安装emesene。
tarxvzfemesene*.tar.gz
cdemesene*pythonController.py===============后记==============
折腾以后就是不同,三天弄明白的东西,今天4小时搞定——网速问题。
yum真是好东西
作者:星空下的天使 出处:http://blog.chinaunix.net/u1/59435/showart_465854.html
下载本文示例代码