[i=s] 本帖最后由 tracyone 于 2010-11-28 18:59 编辑 [/i]
用了ubuntu之后用fedora,感觉最大不同就是找软件麻烦了点,比如说我一直想装个smplayer在ubuntu下直接输入命令就自动帮你找了,什么依赖包都找好了,而且速度也快,ubuntu还有个软件中心,新力得多觉得很不错,希望后来的fedora能在这方面改善咯
问题来了
第一个是tar命令问题
tar -jck system.tar.bz2 install_linux_software
我想把 install_linux_software这个文件夹打包压缩,可是却出现下面的提示[code]
[root@tracyone tracyone]# tar -jck system.tar.bz2 install_linux_software
tar: system.tar.bz2:无法 stat: 没有那个文件或目录
bzip2: I won't write compressed data to a terminal.
bzip2: For help, type: `bzip2 --help'.
[root@tracyone tracyone]# ll
总用量 44
drwxrwxr-x. 2 tracyone tracyone 4096 11月 29 2010 install_linux_software
drwxrwxr-x. 2 tracyone tracyone 4096 11月 28 13:49 share
drwxr-xr-x. 4 tracyone tracyone 4096 11月 28 2010 vmware
drwxr-xr-x. 2 tracyone tracyone 4096 11月 28 04:14 公共的
..................
[/code]当前路径没错阿
第二个问题是找软件的问题
就是装smplayer的问题或者mplayer
我一直想能不能用命令安装阿,不然好像有点麻烦阿,但是
yum install smplayer
之后却提示没有这个包
我就想应该是源问题咯,所以,就百度了下,添加进163的源和sohu的源(直接把这两个相关的repo文件放到/etc/yum.repos.d文件夹里)
可是问题来了[code]
Repository fedora is listed more than once in the configuration
Repository fedora-debuginfo is listed more than once in the configuration
Repository fedora-source is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
[/code]这是我/etc/yum.repos.d里的东西[code]
-rw-r--r--. 1 root root 1108 11月 28 10:26 fedora-163.repo
-rw-r--r--. 1 root root 1145 11月 28 13:55 fedora.repo.bak
-rw-r--r--. 1 root root 1114 11月 28 10:41 fedora-sohu.repo
-rw-r--r--. 1 root root 1069 11月 28 10:27 fedora-updates-163.repo
-rw-r--r--. 1 root root 1105 11月 28 13:56 fedora-updates.repo.bak
-rw-r--r--. 1 root root 1075 11月 28 10:41 fedora-updates-sohu.repo
-rw-r--r--. 1 root root 1163 5月 7 2010 fedora-updates-testing.repo
[/code]又百度了下安装了两个据说能自动找最快源的rpm装好后还是出现前面的提醒,不过到不影响安装其它找得到的软件
唉想看下电影就那么麻烦啊,那个totem播放器,搜索解码包或者插件 也搜索不到,怎么回事?连mp3都放不了,真不知道软件开发者怎么想的,它难道不会帮用户预先装上去么。。。算了也不能怪它们,也许真的是源问题,又谁能帮下我
我的天啊回复或者引用都回复不了,是什么问题,难道是因为我刚注册?但是没提示什么
iamkris 于 2011-01-23 21:20:07发表:
来看看
lihongwu1987 于 2010-11-29 12:44:50发表:
回复和引用都可以的,不是fedora的问题。
zhoutao 于 2010-11-29 12:04:18发表:
把rpmfusion 加上,然后安个fastestmirror,就不用去改什么163还是搜狐的源了,它会自动找快的。
tracyone 于 2010-11-28 20:27:25发表:
哦我知道,原来rpmfusion是这个作用
Dawnson 于 2010-11-28 20:23:00发表:
可以用man查看下tar的用法。另外要装Mplayer和前端smplayer,必须有rpmfusion源。
tracyone 于 2010-11-28 20:10:21发表:
[i=s] 本帖最后由 tracyone 于 2010-11-28 20:16 编辑 [/i]
原来如此,少了个f
总算成功了
tar -jkcvf system.tar.bz2 install_linux_software
蛮牛 于 2010-11-28 20:05:42发表:
楼主~~~ tar jcvf 压缩加打包
tar jxvf 解压解包
bz2和gz压缩只能对文件操作
alick 于 2010-11-28 19:25:18发表:
因为两个源里面的东西是一样的,二者repoID完全一样(可以改一下的),所以就冲突了。
东西一样,所以没必要二者都设置。
tracyone 于 2010-11-28 19:18:51发表:
这就奇怪了,为什么不能一次性操作了呢?
只能2选1阿,原来是我太贪心了。
是不是添加了那个源我就可以找到mplayer了
果然用论坛的"回复"和“引用”都回复不了
alick 于 2010-11-28 19:00:25发表:
第一个问题,可以分两部来完成
先打成tar包,
tar cvf some.tar 文件
再压缩
bzip2 some.tar
Repository fedora is listed more than once in the configuration
指软件源有重复定义。请只保留163或者sohu其中一个的配置文件。或者修改另一个。
mp3等格式的编解码有专利限制,fedora是不会携带相关的软件的。需要的话
配置rpmfusion源。参考置顶FAQ
tracyone 于 2010-11-28 18:58:42发表:
我好像添加拉,算了再添加一次。可不可以告诉我添加之后会得到什么结果,就是这个是什么作用
绿色圣光 于 2010-11-28 18:39:09发表:
请添加 rpmfusion 源