分页: 1 / 1

VirtualBox中,这两个软件包有什么区别?

发表于 : 2016-04-24 20:11
kashu
每次升级完VirtualBox后,都得手动下载更新新的Extention,好麻烦……

VirtualBox中,这两个软件包有什么区别?
http://download.virtualbox.org/virtualbox/5.0.18

代码: 全选

Oracle_VM_VirtualBox_Extension_Pack-5.0.18-106667.vbox-extpack        18-Apr-2016 15:47  16M
Oracle_VM_VirtualBox_Extension_Pack-5.0.18.vbox-extpack               18-Apr-2016 15:47  16M
[/size]

Re: VirtualBox中,这两个软件包有什么区别?

发表于 : 2016-04-24 20:20
poloshiao
1. md5sums 一樣
http://download.virtualbox.org/virtualb ... 18/MD5SUMS
64294af02fd9888fb89310d656ec9093 *Oracle_VM_VirtualBox_Extension_Pack-5.0.18-106667.vbox-extpack
64294af02fd9888fb89310d656ec9093 *Oracle_VM_VirtualBox_Extension_Pack-5.0.18.vbox-extpack

2. https://www.virtualbox.org/wiki/Downloads
VirtualBox 5.0.18 Oracle VM VirtualBox Extension Pack All supported platforms
點擊 All supported platforms 下載的版本
http://download.virtualbox.org/virtualb ... ox-extpack

Re: VirtualBox中,这两个软件包有什么区别?

发表于 : 2016-04-24 20:25
vickycq
内部人士的解释:
https://forums.virtualbox.org/viewtopic ... 13#p301435

是符号链接
klaus 写了:
loukingjr 写了: It's a little late for me to ask this since I've been using VirtualBox for 5+ years but, what is the difference, if any, between Oracle_VM_VirtualBox_Extension_Pack-4.3.18.vbox-extpack and Oracle_VM_VirtualBox_Extension_Pack-4.3.18-46516.vbox-extpack? There are always two Extension Pack files and they both are the same size and both work. Just curious why there is always two.
Rather easy to explain: we started with a version-revision combination like we always used for package naming. Then it turned out that it's not terribly clever in this case, as the GUI can download extpack updates, and if it's a build from the public repository it uses different revisions. So such builds couldn't know the revision. So we introduced a symlink on the download server which doesn't have the revision part... the two are always identical.

Re: VirtualBox中,这两个软件包有什么区别?

发表于 : 2016-04-24 20:26
kashu
:Aadterboom

谢谢,原来是这样……