Changes between Version 2 and Version 3 of wade/VirtualBox
- Timestamp:
- Sep 3, 2008, 2:47:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/VirtualBox
v2 v3 5 5 = Install = 6 6 Operation System:Ubuntu 8.04 LTS 7 == 加入軟體的鏡像網站 == 8 * 編輯 apt 的 sources.list。 7 * 加入軟體的鏡像網站: 8 * 編輯 apt 的 sources.list。 9 {{{ 10 sudo vim /etc/apt/sources.list 11 }}} 12 * 加入下面這行。 13 {{{ 14 deb http://download.virtualbox.org/virtualbox/debian hardy non-free 15 }}} 16 * 下載 Sun public key: 17 {{{ 18 wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc 19 }}} 20 * 加入 Sun public key: 21 {{{ 22 sudo apt-key add sun_vbox.asc 23 }}} 24 * 更新: 25 {{{ 26 sudo apt-get update 27 }}} 28 * Install !VirtualBox: 9 29 {{{ 10 sudo vim /etc/apt/sources.list30 sudo apt-get install virtualbox 11 31 }}} 12 * 加入下面這行。32 * Execute !VirtualBox: 13 33 {{{ 14 deb http://download.virtualbox.org/virtualbox/debian hardy non-free34 Virtualbox 15 35 }}} 16 36