|
|
FC4本身不带apt功能,我下载了一个apt的rpm包。在终端中敲入以下命令:
#rpm -ivh /root/Desktop/apt-0.5.15lorg3.2-7.fc4.i386.rpm
然后出错信息如下:
warning:/root/Desktop/apt-0.5.15lorg3.2-7.fc4.i386.rpm : Header V3DSA signature : NOKEY, key ID lac70ce6
error:Failed dependencies:
apt-config is needed by apt-0.5.15lorg3.2-7.fc4.i386
libstdc++.so.6(GLIBC++-3.4.6)is needed by apt-0.5.15lorg3.2-7.fc4.i386
I'm installing apt on my machine now, but it told me I must first install apt-config,which is a contradiction. What is apt-config, is it a package? How can I install it?
I've checked that there is libstdc++.so.6 on my machine, why can't rpm find it?
问题1:我现在就是在安装apt, 可是它还提示我安装apt-config, 这不是矛盾吗?apt-config 是个包还是什么?怎样安装?
问题2:libstdc++.so.6文件就在我的共享库里面,怎么它找不到呢?
如果哪位遇到过相同或类似的问题,或知道怎么解决这个问题,请指教。不胜感谢! |
|