rpm --upgradeはアップグレードされませんか?

rpm --upgradeはアップグレードされませんか?

誰でもrpmコマンドを理解するのに役立ちますか? rpmのマニュアルページから:

rpm {-U|--upgrade} [install-options] PACKAGE_FILE ...

This upgrades or installs the package currently installed to a newer version.
This is the same as install, except all other version(s) of the package are
removed after the new package is installed.

PACKAGE_FILE私がすでにインストールしたもののアップグレードとマークすると、アップグレードパッケージファイルが置き換えられることを理解しています。

特に、アップグレードしようとしています。仮想ボックスフェドラ14オペレーティングシステム次のコマンドを実行しています。

rpm -Uvh VirtualBox-4.1-4.1.4_74291_fedora14-1.x86_64.rpm

以前のバージョンのファイルが存在するというエラーがたくさん発生します。

... <similar output omitted>

file /bla/virtualbox/bla/powernotification-r0drv.c from install of
   VirtualBox-4.1-4.1.4_74291_fedora14-1.x86_64 conflicts with file from 
   package VirtualBox-4.0-4.0.12_72916_fedora14-1.x86_64

... </similar output omitted>

私は明らかにここで何かを理解していません。誰でもこれを説明できますか?

ベストアンサー1

-U同じ名前のパッケージのみをアップグレードでき、2つのパッケージ名は異なります。一つは吠えVirtualBox-4.0、もう一つは吠えていますVirtualBox-4.1

VirtualBox-4.0-4.0.12_72916_fedora14-1       .x86_64
^name          ^version              ^release ^arch

おすすめ記事