

Ubuntu 18.04: sudo wget -O /etc/apt//openproject.list Ubuntu 20.04: sudo wget -O /etc/apt//openproject.list Ubuntu 22.04: sudo wget -O /etc/apt//openproject.list Sudo install -o root -g root -m 644 openproject.gpg /etc/apt/Įnable OpenProject repository by running the commands: If you have any feedback or questions feel free to leave us a comment.Sudo apt update & sudo apt install apt-transport-https ca-certificates wget In this article we installed VirtualBox on Ubuntu using the GUI (graphical user interface) method, by installing it from the apt repository, and by installing it from the Oracle repositories. Now you can run VirtualBox either graphically by searching your app menu, or by running the next command: virtualbox Now install VirtualBox by executing the next command. Now update apt package list by running the next command: sudo apt update Since there is no ubuntu page, we will add Debian’s: deb bullseye contrib Must be opened the file as root, i.e., with sudo:Īdd the next line to the file, save and exit. wget -qO- | sudo apt-key add -Īdd VirtualBox to apt package sources list by adding an entry to /etc/apt/sources.list file (this article will use vim the entry will be added to the end of the file). Open up a terminal either graphically or by pressing t while holding both Alt and Shift keys.Īdd the Oracle VirtualBox pgp key to apt using the following command. Install VirtualBox from Oracle Repositories Launch VirtualBox either graphically or by executing the next command. Update apt package list and install VirtualBox: sudo apt update You need to open a terminal either graphically or by clicking t while holding down Ctrl and Alt keys. VirtualBox is already present in Ubuntu repository, but you will not always find the latest version of VirtualBox. Installing VirtualBox via the Command-line

Once done, you can open VirtualBox by searching the app name in your applications. Go to the download location, right-click virtualbox*.deb, then open with software install.Ĭlick install, and pass your password, then press authenticate. Go to VirtualBox Linux downloads page and click Ubuntu 19.10 / 20.04 / 20.10 / 21.04, but the procedure for other version of Ubuntu is pretty much the same. The good thing is you are going to install the latest version in an easy way, but the downside that you have to do these steps every time a new release is out.

We are going to download VirtualBox from its website, so you have to follow a straightforward set of steps.
