Changes between Version 2 and Version 3 of wade/VirtualBox


Ignore:
Timestamp:
Sep 3, 2008, 2:47:49 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/VirtualBox

    v2 v3  
    55= Install =
    66Operation 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:
    929   {{{
    10    sudo vim /etc/apt/sources.list
     30   sudo apt-get install virtualbox
    1131   }}}
    12  * 加入下面這行。
     32 * Execute !VirtualBox:
    1333   {{{
    14    deb http://download.virtualbox.org/virtualbox/debian hardy non-free
     34   Virtualbox
    1535   }}}
    1636