general_cli
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general_cli [2020/09/06 19:00] – [VirtualBox on Debian 11] gman | general_cli [2020/09/11 18:00] (current) – [check deb] gman | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== check deb ===== | ===== check deb ===== | ||
+ | |||
+ | ** Change: "check distro" | ||
Check which Debian install you have: | Check which Debian install you have: | ||
Line 44: | Line 46: | ||
---- | ---- | ||
- | ===== VirtualBox on Debian 11 ===== | ||
- | **How to Install VirtualBox on Debian 11 (Bullseye)** | ||
- | |||
- | Several of these steps require you to be root or have root permissions. So, either '' | ||
- | |||
- | Make sure you have the required packages installed : | ||
- | |||
- | < | ||
- | |||
- | Find a happy, safe place to put your new file: | ||
- | |||
- | < | ||
- | |||
- | Open a browser and go to: [[https:// | ||
- | |||
- | Right-click on "All distributions" | ||
- | |||
- | < | ||
- | |||
- | You need to execute that file so change the perms: | ||
- | |||
- | < | ||
- | |||
- | Run that script file (type a few of the beginning letters of the file and hit the tab key): | ||
- | |||
- | < | ||
- | |||
- | If all went well you should see a message saying, " | ||
- | |||
- | < | ||
- | |||
- | That takes us to: | ||
- | |||
- | < | ||
- | |||
- | Find the Extension Pack file that bears the same version number of the .run file you downloaded above. NOTE: You may have a -##### number suffix after your version number (like above: **6.1.14-140239**). If there is an Extention Pack file that matches that full version number, right click it and save it to your ~/ | ||
- | |||
- | < | ||
- | |||
- | Install that Extension Pack (replace the filename below with the one you downloaded): | ||
- | |||
- | < | ||
- | |||
- | If all went well you should get a happy message saying, " | ||
- | |||
- | Now we just need to add users (regular users, not root) to the vboxusers group: | ||
- | |||
- | < | ||
- | cat /etc/group | grep vbox ## this will show you the group name | ||
- | usermod -a -G vboxusers [username] | ||
- | </ | ||
- | |||
- | Reboot and you should be good to go. | ||
- | |||
- | ---- |
general_cli.1599418834.txt.gz · Last modified: by gman