How to Install VirtualField on Debian 11 | Holhol24
Virtualbox is a unfastened and open-source virtualization instrument that permits you to create and run a visitor running machine (“virtual machines”) comparable to Linux, Windows, and Solaris.
Virtual machines are really helpful to check the running methods with out touching the host running machine.
In this put up, we will be able to see how one can set up VirtualField on Debian 11.
Add VirtualField Repository
First, replace the repository index after which set up the CURL bundle.
sudo apt replace sudo apt set up -y curl
Import the Oracle VirtualField signing key in your machine the usage of the next command.
curl -fsSL https://www.virtualbox.org/obtain/oracle_vbox_2016.asc | sudo gpg --dearmor -o /usr/proportion/keyrings/virtualbox-keyring.gpg
Add the VirtualField repository in your machine.
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/virtualbox-keyring.gpg] https://download.virtualbox.org/virtualbox/debian bullseye contrib" | sudo tee /and so forth/apt/resources.checklist.d/virtualbox.checklist
Install VirtualField on Debian 11
First, replace the Debian repository index.
sudo apt replace
Then, set up any of the VirtualField variations you need to your machine with the beneath command.
# VirtualField 6.1 sudo apt set up -y virtualbox-6.1 # VirtualField 6.0 sudo apt set up -y virtualbox-6.0 # VirtualField 5.2 sudo apt set up -y virtualbox-5.2
Once the VirtualField set up is entire, take a look at the VirtualField Linux kernel module carrier standing the usage of the beneath command.
sudo systemctl standing vboxdrv
Output:
● vboxdrv.carrier - VirtualField Linux kernel module Loaded: loaded (/usr/lib/virtualbox/vboxdrv.sh; enabled; supplier preset: enabled) Active: lively (exited) since Sat 2021-09-11 08:23:44 CDT; 16min in the past Process: 7293 ExecStart=/usr/lib/virtualbox/vboxdrv.sh get started (code=exited, standing=0/SUCCESS) CPU: 458ms Sep 11 08:23:44 debian11 systemd[1]: Starting VirtualField Linux kernel module... Sep 11 08:23:44 debian11 vboxdrv.sh[7293]: vboxdrv.sh: Starting VirtualField products and services. Sep 11 08:23:44 debian11 vboxdrv.sh[7320]: VirtualField products and services began. Sep 11 08:23:44 debian11 systemd[1]: Started VirtualField Linux kernel module.
Launch VirtualField
You can release the VirtualField through going to Activities >> Search for Oracle VM VirtualField or with the virtualbox
command within the terminal.
The following screenshot presentations that VirtualField is operating on Debian 11.
Install Oracle VM VirtualField Extension Pack
Oracle gives further functionalities comparable to USB 2.0/3.0, VirtualField Remote Desktop Protocol (VRDP) reinforce, Disk encryption, Host webcam passthrough, Intel PXE boot ROM, and PCI passthrough by means of VirtualField extension pack.
Follow the stairs discussed within the beneath hyperlink to put in VirtualField Extension Pack.
READ: How To Install Oracle VM VirtualField Extension Pack on Debian 11
Conclusion
That’s All. I am hoping you will have realized how one can set up VirtualField on Debian.