|
发表于 2009-9-16 10:58:36
|
显示全部楼层
先不论LZ装yum做什么。
首先, debian 是有 yum 这个包的。
其实,提示无法找到软件包,按照5楼的方法,设置好源后update应该就有了。
$ sudo apt-get install yum
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgpgme11 libpth20 python-celementtree python-pyme python-rpm
python-sqlite python-sqlitecachec python-urlgrabber
Suggested packages:
gpgsm python-celementtree-dbg python-pyme-doc python-sqlite-dbg
The following NEW packages will be installed:
libgpgme11 libpth20 python-celementtree python-pyme python-rpm
python-sqlite python-sqlitecachec python-urlgrabber yum
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 1413kB/1491kB of archives.
After this operation, 4985kB of additional disk space will be used.
Do you want to continue [Y/n]? |
|