版本 104 和 Linux_Downloads 的 版本 105 之間的變動
- 時間撮記:
- 2010-5-18 下午08:51:58 (15 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Linux_Downloads
v104 v105 40 40 deb http://download.virtualbox.org/virtualbox/debian etch non-free 41 41 }}} 42 The Sun public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. You can add this key with42 The Oracle public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc here]. You can add this key with 43 43 {{{ 44 sudo apt-key add sun_vbox.asc44 sudo apt-key add oracle_vbox.asc 45 45 }}} 46 46 or combine downloading and registering: 47 47 {{{ 48 wget -q http://download.virtualbox.org/virtualbox/debian/ sun_vbox.asc -O- | sudo apt-key add -48 wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - 49 49 }}} 50 The key fingerprint is 50 The key fingerprint is 51 51 {{{ 52 AF45 1228 01DA D613 29EF 9570 DCF9 F87B 6DFB CBAE 53 Sun Microsystems, Inc. (xVMVirtualBox archive signing key) <[email protected]>52 7B0F AB3A 13B9 0743 5925 D9C9 5442 2A4B 98AB 5139 53 Oracle Corporation (VirtualBox archive signing key) <[email protected]> 54 54 }}} 55 ''(As of VirtualBox 3.2, the signing key was changed. The old Sun public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here].)'' 56 55 57 To install !VirtualBox, do 56 58 {{{ … … 74 76 Starting with !VirtualBox 3.0.12 we provide a yum-style repository for Fedora/RHEL/openSUSE. Note that '''3.0.x''' .rpm packages are named ''!VirtualBox-3.0.x'' while '''3.1.x''' .rpm packages are named ''!VirtualBox-3.1-3.1.x''. This naming scheme allows to use the older 3.0.x packages without changing the repository. 75 77 76 Furthemore, all .rpm packages are signed. The Sun public key for rpm can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. You can add this key ''(not necessary for yum users, see below!)'' with78 Furthemore, all .rpm packages are signed. The Oracle public key for rpm can be downloaded [http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc here]. You can add this key ''(not necessary for yum users, see below!)'' with 77 79 {{{ 78 sudo rpm --import sun_vbox.asc80 sudo rpm --import oracle_vbox.asc 79 81 }}} 80 82 or combine downloading and registering: 81 83 {{{ 82 wget -q http://download.virtualbox.org/virtualbox/debian/ sun_vbox.asc -O- | rpm --import -84 wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | rpm --import - 83 85 }}} 84 86 The key fingerprint is 85 87 {{{ 86 AF45 1228 01DA D613 29EF 9570 DCF9 F87B 6DFB CBAE 87 Sun Microsystems, Inc. (xVMVirtualBox archive signing key) <[email protected]>88 7B0F AB3A 13B9 0743 5925 D9C9 5442 2A4B 98AB 5139 89 Oracle Corporation (VirtualBox archive signing key) <[email protected]> 88 90 }}} 89 91 After importing the public key, the package signature can be checked with