[root@Magic tmp]# rpm -ivh xmms-1.2.8-1.i386.rpm
Preparing...
########################################### [100%]
package xmms-1.2.10-1 (which is newer than xmms-1.2.8-1) is already installed
file /usr/bin/wmxmms from install of xmms-1.2.8-1 conflicts with file from package xmms-1.2.10-1
…………………………(这里省约一大串版本冲突的消息)
file /usr/share/man/man1/xmms.1.gz from install of xmms-1.2.8-1 conflicts with file from package xmms-1.2.10-1
[root@Magic tmp]#
从提示消息中可以看到*** conflicts with ***之类的消息,虽然没有人原意看到这些消息,但它确实存在着,前面体到的--test测试选项和后面将谈到的关于RPM包查询和验证的功能,可以用来尽量避免这种冲突。
[root@Magic tmp]# rpm -qi xmms
Name : xmms
Relocations: (not relocatable)
Version : 1.2.10
Vendor: XMMS Development Team <[email protected]>
Release : 1
Build Date: 2004年02月23日 星期一 22时04分07秒
Install Date: 2005年01月26日 星期三 14时22分57秒
Build Host: athlon.kvaalen.no
Group : Applications/Multimedia
Source RPM: xmms-1.2.10-1.src.rpm
Size : 5443384
License: GPL
Signature : (none)
Packager : Haavard Kvaalen <[email protected]>
URL : http://www.xmms.org/
Summary : XMMS - Multimedia player for the X Window System.
Description :
X MultiMedia System is a sound player written from scratch. Since it
uses the WinAmp GUI, it can use WinAmp skins. It can play mp3s, mods,s3ms,
and other formats. It now has support for input, output, general, and
visualization plugins.
[smile@Magic tmp]#