Skip to main content

[arsip] installing Virtualbox CLI

http://linuxg.net/how-to-install-virtualbox-4-2-16-on-ubuntu-linux-mint-debian-and-fedora/

 

How to install Virtualbox 4.2.16 on Ubuntu 13.04 Raring Ringtail and Linux Mint 15 Olivia:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~raring_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~raring_i386.deb
Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~raring_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~raring_amd64.deb

How to install Virtualbox 4.2.16 on Ubuntu 12.10 Quantal Quetzal and Linux Mint 14 Nadia:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~quantal_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~quantal_i386.deb

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~quantal_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~quantal_amd64.deb

How to install Virtualbox 4.2.16 on Ubuntu 12.04 Precise Pangolin and Linux Mint 13 Maya:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~precise_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~precise_i386.deb

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Ubuntu~precise_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Ubuntu~precise_amd64.deb

How to install Virtualbox 4.2.16 on Debian Wheezy:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Debian~wheezy_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Debian~wheezy_i386.deb

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Debian~wheezy_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Debian~wheezy_amd64.deb

How to install Virtualbox 4.2.16 on Debian Squeeze:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Debian~squeeze_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Debian~squeeze_i386.deb

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/virtualbox-4.2_4.2.16-86992~Debian~squeeze_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.16-86992~Debian~squeeze_amd64.deb

How to install Virtualbox 4.2.16 on Fedora 18:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2-4.2.16_86992_fedora18-1.i686.rpm
$ sudo rpm -i VirtualBox-4.2-4.2.16_86992_fedora18-1.i686.rpm

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2-4.2.16_86992_fedora18-1.x86_64.rpm
$ sudo rpm -i VirtualBox-4.2-4.2.16_86992_fedora18-1.x86_64.rpm

How to install Virtualbox 4.2.16 on Fedora 17:

Instructions for 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2-4.2.16_86992_fedora17-1.i686.rpm
$ sudo rpm -i VirtualBox-4.2-4.2.16_86992_fedora17-1.i686.rpm

Instructions for 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2-4.2.16_86992_fedora17-1.x86_64.rpm
$ sudo rpm -i VirtualBox-4.2-4.2.16_86992_fedora17-1.x86_64.rpm

For other Linux distrutions, try using the installation script:
For 32 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2.16-86992-Linux_x86.run
$ sudo chmod +x VirtualBox-4.2.16-86992-Linux_x86.run
$ ./VirtualBox-4.2.16-86992-Linux_x86.run

For 64 bit systems:
$ wget -c download.virtualbox.org/virtualbox/4.2.16/VirtualBox-4.2.16-86992-Linux_amd64.run
$ sudo chmod +x VirtualBox-4.2.16-86992-Linux_amd64.run
$ ./VirtualBox-4.2.16-86992-Linux_amd64.run

Comments

Post a Comment

Popular posts from this blog

[Arsip] Uninstal Zimbra Mail Server

UnInstalling Zimbra on Linux Uninstall Directions for Linux/All Other Operating Systems As root: 1) Run the commands: su – zimbra zmcontrol stop exit (you should be root after you run exit) 2a) Run the command:  ps -ef | grep -i zimbra If you see running processes 2b) Kill any lingering processes:  kill -9 <pid> 3a) Run the command:  df If you see "amavisd" 3b) run command:  umount /opt/zimbra/amavisd<-new-blah>/tmp 4)  cd /<tmp_tar_install_dir>/zcs/ 5) Run the command:  ./install.sh -u 6) Run the following commands to complete the unistall: rm -rf /opt/zimbra rm -rf /var/log/*zimbra* rm -rf /tmp/*zimbra* rm -rf /tmp/hsperfdata* rm -rf /tmp/install.* rm -rf /tmp/*swatch* rm -rf /tmp/log* Ensure that you removed ALL the files owned by the user zimbra AND that contain the name "zimbra" in: /var/log/ /tmp/ 7) Run the following commands to delete the users and groups: userdel zimbra userdel postfix groupdel zimbra groupdel postfix 8) Remove th...

Membuat fungsi “terbilang” Excel menggunakan macro VBA

Jika Anda ingin menerjemahkan Angka menjadi Kata-kata , contohnya saja dalam pembuatan Form Kwitansi suatu Transaksi , anda dapat membuatnya dengan menggunakan aplikasi Microsoft Excel dan Macro Visual Basic Application ( VBA ) .saya menggunakan Excel 2007 Untuk membuatnya silahkan ikuti langkah-langkah dibawah ini :  buka Microsoft Excel , lalu tekan alt+F11  Setelah Muncul Microsoft Visual Basic , lalu pilih Insert > module Isikan code Seperti diatas  silahkan anda download source code nya disini !! Save Book ( ctrl+S)   Save As type : pilih Excel Macro - Enable Workbook  (*.xlsm) lalu klik Save  pilih File > Close and return to microsoft excel , macro sudah dibuat , sekarang kita tinggal test macro tersebut Tempatkan cell A2 , pilih Formulas > Insert Function lalu pilih Category User Defined Terlihat Function terbilang yang sudah dibuat tadi di VBA , klik Ok Akan Tampil Form Seperti diatas ,  Nilai_angka  arahkan ke Cell A1 ( ters...