Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install virtualbox extension pack from command line

# IDK what package manager you have so here are some ways to install wget
sudo apt install wget -y & sudo pacman -Sy wget & dnf install wget

# Installation
wget https://download.virtualbox.org/virtualbox/6.1.34/Oracle_VM_VirtualBox_Extension_Pack-6.1.34.vbox-extpack
VBoxManage extpack install --replace ./Oracle_VM_VirtualBox_Extension_Pack-6.1.34.vbox-extpack
# !! Now agree to the license !!
rm ./Oracle_VM_VirtualBox_Extension_Pack-6.1.34.vbox-extpack
Comment

PREVIOUS NEXT
Code Example
Shell :: move view vim 
Shell :: minimize on click in ubuntu dock 
Shell :: remove git repository 
Shell :: docker install linux 
Shell :: gitignore file without extension 
Shell :: git pull shows already up to date 
Shell :: kill tomcat ubuntu 
Shell :: portainer ce install 
Shell :: setup github password terminal 
Shell :: install scrollmagic npm 
Shell :: change regolith terminal 
Shell :: git checkout commit 
Shell :: cat eof 
Shell :: linux uninstall package 
Shell :: docker remove unused 
Shell :: how to install edge throught terminal ubuntu 
Shell :: prittier download ubuntu 
Shell :: debian search entire system for file 
Shell :: sed remove line after match 
Shell :: macos brew 
Shell :: How to check a service status with systemctl command 
Shell :: flutter run all 
Shell :: ionic cordova generate component 
Shell :: git empty commit 
Shell :: run docker compose 
Shell :: list enviroment variables 
Shell :: git push -u rejected 
Shell :: adb screen record 
Shell :: run a command with sudo su 
Shell :: raspberry pi change permissions /var/www 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =