Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»General Articles»How To Install VirtualBox 7.0 on Debian 11

    How To Install VirtualBox 7.0 on Debian 11

    By RahulJanuary 31, 20232 Mins Read

    The VirtualBox is a powerful tool for virtualization developed by Oracle Corporation. It is a widely used commercial by large enterprises as well as home users. VirtualBox 7.0 is the latest major release by the Oracle team. This version is released with various performance improvements over the previous major releases.

    Advertisement

    This tutorial will help you to install VirtualBox on Debian 11 Bullseye Linux system.

    Before we start

    Login to the Debian 11 desktop system with a sudo privileges account. Update all the currently installed packages on your system. To do this simply run the following commands.

    sudo apt update && sudo apt upgrade 
    

    Step 1 – Setup Apt Repository

    First of all, You need to add Oracle public keys to your system, which is used to sign the Debian packages. You can add these keys with the following commands.

    wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - 
    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - 
    

    Then configure the apt repository on your Debian 10 Buster system. This command will add an entry to /etc/apt/sources.list file at end of the file.

    sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian buster contrib" 
    

    Step 3 – Installing VirtualBox on Debian

    After completing the above steps, let’s install VirtualBox using the following commands. If you have already installed an older version of VirtualBox, the Below command will update it automatically.

    sudo apt update 
    sudo apt install virtualbox-7.0 
    

    That’s it. You have successfully installed Virtualbox on your Linux system.

    Step 4 – Launch VirtualBox

    You can use the dashboard navigation tool to start VirtualBox or simply execute the following command from a terminal.

    virtualBox & 
    

    virtualbox-on-ubuntu

    Conclusion

    This tutorial helped you for installing VirtualBox on Debian 11 Linux system.

    debian Debian 11 VirtualBox
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    sleep Command in Linux with Examples

    20 Basic Linux Commands for the Beginners (Recommended)

    tail Command in Linux with Examples

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • sleep Command in Linux with Examples
    • 20 Basic Linux Commands for the Beginners (Recommended)
    • tail Command in Linux with Examples
    • What is a Orphan Process in Unix/Linux
    • How To Display Warning Message to Unauthorized SSH Access
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.