download ubuntu code example

Example 1: sbt download for ubuntu

echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt

Example 2: ubuntu 20.10 vmware

How to install Ubuntu 20.10 in VMware Workstation

Step 01: Create a New Virtual Machine
Step 02: Select Hardware Compatibility
Step 03: Use or select Ubuntu 20.10 Image to install
Step 04: Configure Virtual Machine Name and file Location
Step 05: Configure Virtual processor for new virtual machine
Step 06: Setup Virtual RAM memory for new virtual machine
Step 07: Setup Virtual Machine Network 
Step 08: Configure Virtual storage disk for new virtual machine
Step 09: Now power on of the virtual machine after finish the VMware setup
Step 10: Get the Ubuntu setup screen on display

follow the given instruction on screen and it will install in 10 min.

Tags:

Misc Example