(My English is poor, if you think anything is wrong, please email me.)
(我不会写文档,英语也不好,如果啥错了给咱留言提醒下哈~)
(不理解的东东也给咱留言提下哈,我立即修改。)
(If you do not understand anything, please email me, I will change it.)
为了能在Fedorapeople.org中显示出来,我按照iceplayer的格式创建了一个RPM源(在官方正式文档中被称为“仓库”)
I use Fedora Standard to re-created a new iceplayer mirror. (In official document, called "repo."(I forgot how to spell it...))
所以现在使用iceplayer有点变化,如果你已经安装了旧版iceplayer仓库,请先执行最下面的清理代码。
So the way for using iceplayer RPMs has been changed. If you are using old repo, you should run the commands below to delete old repo before you use new repo.
# must to switch to root su - rpm -e iceplayer #remove iceplayer of your machine cd /etc/yum.repos.d/ curl -O http://repos.fedorapeople.org/repos/zhtx/iceplayer/fedora-iceplayer.repo yum makecache yum install iceplayer exit
另外ekd123.fedorapeople.org中不再更新,zhtx.repo被废除。
In addition, ekd123.fedorapeople.org and zhtx.repo should not to use.
这是安装新.repo文件的方法。
There is the way for install new .repo file.
su - cd /etc/yum.repos.d rm zhtx.repo rpm -e iceplayer exit
顺便说下,
By the way,
一般,我会直接支持最新的两三个Fedora发行版。
By default, I have supported the latest two or three Fedora releases directly (if the latest release is 16, I will support fedora [14]/15/16).
如果你用的是此外的发行版(如openSuSE/CentOS/RHEL)或此外的版本(如你还在使用Fedora 8),你可以直接下载rpm,或者修改repo(把里面的$releasever改成你的版本号,如14。用cat /etc/fedora-release可以获得)。
If you are using other distor(such as openSuSE/CentOS/RHEL) or other releases(like Fedora 8), you can download rpm from the repo site directly, or edit repo file (modify $releasever to your edition number, like 14, in that. using cat /etc/fedora-release you can get the edition number).