Ubuntu 20.04 download code example

Example 1: upgrade ubuntu 16.04 to 20.04

sudo apt update && sudo apt upgrade

sudo do-release-upgrade

Example 2: libpng12.so.0 ubuntu 18.04

wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
dpkg -i /tmp/libpng12.deb
rm /tmp/libpng12.deb

Example 3: npm install ubuntu 20.04

$ sudo apt install nodejs

Example 4: install lutris ubuntu 20.04

$ wget -nc https://dl.winehq.org/wine-builds/winehq.key

Example 5: 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: