Αποτελέσματα Αναζήτησης
Download the appropriate package for your distribution. The following example assumes that you are installing to a 64-bit Ubuntu Xenial system. Use dpkg to install the Debian package,as follows: sudo dpkg -i virtualbox-6.0_ version-number _Ubuntu_xenial_amd64.deb.
28 Οκτ 2013 · Run these commands to install Virtualbox 5.0. sudo apt-add-repository "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - sudo apt-get update sudo apt-get install virtualbox-5.0 dkms
3 Νοε 2023 · You need to go to the Linux Downloads page and download the installer package for your distribution. Ubuntu and Debian use DEB files, whereas Fedora , OpenSUSE, RedHat Enterprise Linux, and CentOS use RPM files.
Download VirtualBox for Linux Hosts. Note: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU).
25 Φεβ 2019 · Method 1: Install VirtualBox from the Ubuntu Repository. The easiest way to install VirtualBox on Ubuntu is to search for it in the Software Center and install it from there. VirtualBox is available in the Ubuntu Software Center. You can also install it from the command line using this command: sudo apt install virtualbox.
Download. Documentation. Community. Welcome to VirtualBox.org! Powerful open source virtualization. For personal and enterprise use. VirtualBox is a general-purpose full virtualization software for x86_64 hardware (with version 7.1 additionally for macOS/Arm), targeted at laptop, desktop, server and embedded use. Get Started.
13 Μαρ 2024 · 2. Use the dpkg command to install the .deb file from the Downloads directory. The syntax is: sudo dpkg -i [archive-name].deb. In this example, the command is: sudo dpkg -i virtualbox-7.0_7.0.14-161095~Ubuntu~jammy_amd64.deb