刚装上linux,充满好奇!好想一步就能操作它,喜欢上它不是因为别的只因为太无聊,太没事干了,找点事干一下,所以下载了一本beginning ubuntu linux全英文版的书籍,一来可以学点关天linux的知识,二来可以把自己的英语巩固一下。
如果你装的是ubuntu linux中文版,那当你装好系统后写入sudo apt-get install eva就会自动安装eva,等更新后你从应用程序--internet ---eva可以进入eva。这一个程序发了我好多时间,一直为了装个能连通腾讯QQ与linux之间的操作,最后通过无意之中实现了连接。
要解决rmvb这个问题比较复杂,不过有了前面的经验办起就容易一点,起码不会什么都不懂了,不过也在网上找了很久。现在说一下如何解决rmvb这个问题。
首先在终端输入sudo apt-get install gstreamer-*确定回车,让其自动更新。
然后输入sudo apt-get update让其更新资源,之后用 sudo gedit /etc/apt/sources.list更新源文件,把以下文件复制粘贴到源文件那里保存:
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
然后输入
sudo apt-get update
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1
sudo apt-get install w32codecs
当你再次打开rmvb时你就会看见解决问题了。
HYMjpg 于 2010-04-26 23:17:35发表:
EVA做啥用的?
psep2006 于 2010-04-26 20:13:34发表:
有点复杂