Initial commit

This commit is contained in:
2023-10-13 22:29:27 +02:00
commit 2868fc56a9
5 changed files with 118 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# VirtualBox
## Tested with
* Linux Mint 21.2 Cinnamon
* VirtualBox Version 6.1.38_Ubuntu r153438
## Installation steps
```
sudo apt update
```
```
sudo apt install -y virtualbox virtualbox-ext-pack
```
## Removal
```
sudo apt autoremove -y --purge virtualbox virtualbox-ext-pack
```