How to create an Ubuntu VM on VirtualBox and Install Ubuntu 20.04 Desktop

Image result for virtualbox logo

This is the procedure that I followed to create an Ubuntu VM on VirtualBox and Install Ubuntu 20.04 Desktop inside the newly created VM. I have created this post to share How to create an Ubuntu VM on VirtualBox and Install Ubuntu 20.04 Desktop in case someone else needs help to do this.

More details about VirtualBox and links to download the installers for various operating systems can be found on the VirtualBox website.

Before creating you VM download the Ubuntu 20.04 iso from the Ubuntu Website.

Creating the Ubuntu 20.04 VM:

Open Virtual Box:

How to create an Ubuntu VM on VirtualBox and Install Ubuntu 20.04 Desktop

Click on New.

This will open the Create Virtual Machine wizard:

Add the VM name in the Name field:

If you have ubuntu in the vm name then the wizard will automatically change the Type and Version Fields for you. If not change the Type to Linux and he Verion to Ubuntu (64-bit) as below:

Click next to move to the next step:

Select the amount of memory that you want to give the VM and click Next.

Click on Create to create a new hard disk for the VM and move to the next step:

Click Select the type of disk to install and click Next to go to the next step:

Choose the type of allocation and click Next:

Select the desired path of the disk and the required size of the hard drive and create.

The new VM will now appear in the left hand pain of the VirtualBox window:

Click on Settings:

This will open the VM settings window:

Enable the ability to copy and paste between host machine and the vm by clicking on the Advanced Tab and setting the Shared Clipboard and Drag’n’Drop to Bidirectional:

Click OK to save the changes and go back to the main window.

Install Ubuntu 20.04 Desktop in the newly created VM:

Click on Start to boot the VM.

This will power on the VM and open up the Select startup disk wizard:

Click on the folder icon and select a virtual disk:

Click on Add:

Select the path to the iso that was downloaded from the Ubuntu Website at the start of the post.

Click Open to select the disk and then the Choose button to choose the ISO:

Click on Start to start the VM booting:

This will boot into the Ubuntu 20.04 installation Wizard:

Select the desired language and press enter to move to the next step.

Scroll down to Install Ubuntu and press enter:

Wait for the disk check to finish:

It will then boot into the installation Wizard:

Select the language and click Continue. Then do the same again:

Click Continue to select the default settings and move to the next step:

Click on Install now to erase the disk and install Ubuntu:

Click on Continue to Start the install:

Select where you are and continue:

Input your name, Computer name, user name and passwords in the fields provided and click continue:

Wait for the installation to run:

Click Restart Now to reboot the VM to finish the installation:

Press Enter to restart the VM:

The VM will then reboot into Ubuntu 20.04 Desktop.

You will now be able to log in using the password created during installations and will be taken to the desktop.

I like to setup my online accounts manually so I usually click on Skip to close the wizard. And then install Livepatch by clicking next:

I then select No, don’t send system info to Canonical and click next.

I then click next to not select location services.

And then finally Done to close the wizard:

I then click on the Software Updater and click Install Now:

If you have followed the instructions properly you will have now successfully created an Ubuntu VM on VirtualBox and Installed Ubuntu 20.04 Desktop so you will now have a working Ubuntu 20.04 Desktop pc running in VirtualBox.

For ideas on what to do next with your freshly installed Ubuntu VM take a look at out other Ubuntu 20.04 posts.

Once the Software updates have finished installing it is a good idea to install the Guest Addons.

Installing Guest Addons:

Click on Devices, Insert Guest Additions CD image….

Click Run

Type your Password and click Authenticate

The Guest Additions will then be installed:

When the install has completed you will be asked to Press Return to close the window.

You will then need to restart the VM for the Guest Additions to be fully installed:

Click Power off:

Select Restart and press enter.

The VM will then reboot and the Guest Additions will have been installed.

Ubuntu 20.04: How to install Keepass.

Why KeePass?
Today, you have to remember many passwords. You need a password for a lot of websites, your e-mail account, your webserver, network logins, etc. The list is endless. Also, you should use a different password for each account, because if you would use only one password everywhere and someone gets this password, you would have a problem: the thief would have access to all of your accounts.

KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can store all your passwords in one database, which is locked with a master key. So you only have to remember one single master key to unlock the whole database. Database files are encrypted using the best and most secure encryption algorithms currently known (AES-256, ChaCha20 and Twofish). For more information, see the features page.

Is it really free?
Yes, KeePass is really free, and more than that: it is open source (OSI certified). You can have a look at its full source code and check whether the security features are implemented correctly.

Installing Keepass on Ubuntu 20.04:

Keypass can be installed on Ubuntu 20.04 really quickly and easily in 3 quick commands:

Update Ubuntu 20.04.

sudo apt update
Ubuntu 20.04: How to install Keepass.

Wait for the updater to check for updates and finish:

Add the repository into apt by running the following command.

sudo apt-add-repository ppa:jtaylor/keepass

Press Enter to add the repository.

Once finished the installer will go back to the command line:

Run updates again to add the repository.

sudo apt-get update && sudo apt-get upgrade -y

Install keypass by running.

sudo apt-get install keepass2 -y

Type y and enter to install keepass2.

Wait for keepass to install.

Check the version of keepass2 by typing keepass2 –version.

keepass2 --version

This will show the current installed verions.

To open Keepass click on Show Applications

Type Keepass2

Click on the KeePass2 Icon. KeePass will Open.

To create a new database click on New.

Click OK.

Type the new name for the database and click Save.

Type in a new master password and press enter.

Click Yes to use the password

Add a database name and click OK.

Choose Yes or No to print an emergency sheet or not.

The database is ready to use.

For more Ubuntu articles as how too’s click on our Ubuntu Category.

Ubuntu 20.04/20.10: How to enable RDP access from Windows PC.

There have been a number of times that I have wanted to access my Ubuntu 20.04/20.10 PC from a Windows PC using Remote Desktop Access (RDP). This is how I have configured it to work.

Enable RDP on the Ubuntu 20.04/ 20.10 PC:

Open the terminal and type the following command:

sudo apt install xrdp
Ubuntu 20.04/20.10 - How to enable RDP access from Windows PC.

Type your password and enter.

RDP - Password

Enter Y and enter.

RDP - Type Y

Xrdp will be installed:

RDP - Installing

Once installed the installer will return to the command line:

RDP - Done

Enable xrdp to start after reboot and to run now type:

sudo systemctl enable --now xrdp
RDP - enable

The command will run and then return to the command line:

RDP - Done

Run the following command to open the rdp port on the local firewall for incoming traffic.

sudo ufw allow from any to any port 3389 proto tcp
RDP - Open Firewall

The rules will be added:

RDP - Done

Run the following command to find the ip address of the machine. This will be needed to rdp from the windows machine.

sudo ip a

The ip address of the machine is highlighted in red:

RDP - Get IP

This is all you have to do on the Ubuntu PC. Now go onto the windows PC and connect to the Ubuntu PC as follows:

Connecting to the Ubuntu PC from Windows using RDP.

Click on the start button and type mstsc. Click on Open.

RDP - Open RDP

Type in the ip address of the Ubuntu PC and click Connect.

RDP add IP

Click Yes.

RDP - Click Yes

Type the username and password and click OK.

RDP - Add user and password

You will now have access to the linux desktop. Yay.

RDP - Connected.

To log off again just click on the x of the RDP window or log out:

RDP - Logout
RDP - Logout

Troubleshooting:

Black Screen at logon:

If there is a user logged in on the Ubuntu PC you may get a black screen when you rdp to the PC. This can be resolved by logging off of the Ubuntu PC.

For more things to do with your new Ubuntu 20.10 Desktop go to my other articles HERE.

Authentication Required login

In some cases you will get the following window appear and even though you log in it will not disappear:

A permanent fix for this is to edit the following file:

sudo vim /usr/share/polkit-1/actions/org.freedesktop.color.policy

Go to the defaults section and modify no to yes

<defaults>
    <allow_any>auth_admin</allow_any>
    <allow_inactive>yes</allow_inactive>
    <allow_active>yes</allow_active>
</defaults>

To:

Save the changes and log off and back on again and you should not see the popup again.

Ubuntu 20.10: Installing VMWare Tools using apt.

If Ubuntu 20.10 is installed in a VMware ESI Virtual Machine it is a good idea to install the VMWare tools to improve performance of the VM.

This can easily be done on Desktop and Server versions by opening the Terminal and running the following command:

Open Terminal in Ubuntu Desktop.

Click on Show Applications.

Ubuntu 20.10 - Installing Vmware Tools using apt.

Type ter in the search bar

Ubuntu 20.10 - open term

Click on the Terminal Icon that appears which will open the terminal:

Ubuntu 20.10 - Installing Vmware Tools using apt.

Install VMWare Tools:

In the terminal type the following command and press enter:

sudo apt install open-vm-tools-desktop open-vm-tools
Ubuntu 20.10 - Install VM tools

Type your user’s password and press enter.

Ubuntu 20.10 - Type password

The tools will be installed:

Ubuntu 20.10 - Installed

For more things to do with your new Ubuntu 20.10 Desktop go to my other articles HERE.

For a guide on how to install Ubuntu 20.10 desktop go HERE.

Ubuntu 20.10 Desktop: How to install.

Ubuntu 20.10 Desktop (Groovy Gorilla) was released on October 22, 2020. Here is what Canonical says about Groovy Gorilla:

“Ubuntu 20.10 establishes another milestone in Canonical’s long-term commitment to delivering a carrier-grade private cloud. The 33rd release of the most popular Linux distribution in the data centre space, Groovy Gorilla, brings various improvements that enable easier consumption of the fast networking stack across both VMs and containers, straightforward compliance with common security benchmarks and a reference telco cloud implementation.

Join the team of Canonical data centre experts to learn about new features in Ubuntu Server, MAAS, Charmed OpenStack and Charmed Kubernetes. In this webinar, we will present the key highlights of our core data centre products as well as our long-term vision towards data centre implementation.”

Click HERE to check out the Ubuntu 20.10 release video.

To install Ubuntu 20.10 Desktop, download the ISO from HERE and create boot media and boot from it.

Installing Ubuntu 20.10 Desktop:

On the first screen choose the language of the installer and the type of install that you want to perform by clicking on the Try or Install Ubuntu buttons:

Ubuntu 20.10 Desktop. How to install. - boot screen

Choose the desired keyboard layout and click Continue:

Ubuntu 20.10 - Keyboard layout

Select the Installation type and update options and click Continue.

Ubuntu 20.10 -  Installation Type

Select the disk options and click Install now.

Ubuntu 20.10 - Disk Options

Click on Continue if you want to start the installation and Go Back if you want to go back and change some of the settings.

Ubuntu 20.10 - Continue

Select where you are and click Continue.

Ubuntu 20.10 - Where are you?

Add the PC and user details and click continue.

Ubuntu 20.10 - PC and user details

the installation will now run:

Ubuntu 20.10 - Installing

Click Restart now to reboot the Installation and boot from the PC hard drive:

Ubuntu 20.10 - Reboot Now

Remove the Installation Media and press ENTER to reboot:

Ubuntu 20.10 - Press enter

The PC will now boot to the Ubuntu 20.10 Desktop login page:

Ubuntu 20.10 - Login

Login with the user created during Installation:

Ubuntu 20.10 - Type password

If you want to setup online accounts now do so in the Setup wizard other wise click Skip to move to the next wizard.

Ubuntu 20.10 - Skip

Choose your preferred option for helping to improve Ubuntu and click Next.

Ubuntu 20.10 - Next

Select Next to move to the next wizard.

Ubuntu 20.10 - Next Again

Click Done to close the Wizard.

Ubuntu 20.10 - Done

Click Install Now to installed the latest updates.

Ubuntu 20.10 - Install updates

You will now see the updater icon in the taskbar:

Ubuntu 20.10 - Click Software Updater

Click the icon to open the software updater.

Ubuntu 20.10 - Click more details

Click on Details to see all the details:

Ubuntu 20.10 - Wait

Wait for the updates to complete. Then click on Restart Now.

Ubuntu 20.10 - Reboot

The PC will now reboot and install the updates that needed a reboot. Once it it back at the login screen log in again.

Ubuntu 20.10 - Login

The PC is now ready to use.

Desktop

For more things to do with your new Ubuntu 20.10 Desktop go to my other articles HERE.

Ubuntu 20.04: How to install Ubuntu 20.04 Desktop

Ubtuntu 20.04 is the newest version of the popular Ubuntu OS and we are going to install the Desktop Version today.

The Ubuntu 20.04 Desktop can be downloaded from HERE.

Once the ISO has been downloaded make the boot media and boot off of it.

Install Ubuntu 20.04 Desktop:

The First Screen that will appear is the Install Screen. This screen has the installation language selection and options to Try Ubuntu which will boot ubuntu from the boot media and not install it on the machines hard drive. The second Option is Install Ubuntu which as its name suggests will install Ubuntu:

How to install Ubuntu 20/04 Desktop - Install Screen

Click the Install Button to Start the Install Wizard:

How to install Ubuntu 20/04 Desktop - keyboard layout.

Select the default Keyboard Layout and click Continue to go to the next page.

How to install Ubuntu 20/04 Desktop - choose keyboard layout.

Leave the default as they are for the Updates and other software to run a Normal Installation and Download updates during the installation. There is currently a bug where the Install third-party software option breaks the installation so its probably a good idea to avoid that option for now. Click on Continue to move to the next page.

How to install Ubuntu 20/04 Desktop - Updates and other software.

Again choose the default options for the Disk setup unless you want to do any advanced formatting. Click Install Now to start the installation.

How to install Ubuntu 20/04 Desktop - Erase Disk Sceen

Click on Continue ti format the disk

How to install Ubuntu 20/04 Desktop - Confirm disk format.

Choose your location and click continue to progress

How to install Ubuntu 20/04 Desktop - Location.

Add your admin user details and select continue to start the instalation

How to install Ubuntu 20/04 Desktop - User details

The installation wizard will now install Ubuntu 20.04:

How to install Ubuntu 20/04 Desktop - Installing.

Click on Restart now to restart the Machine and finish the installation.

How to install Ubuntu 20/04 Desktop - Install finished.

Remove the Installation Media and press enter to restart:

The Machine will now boot to the login screen.

The PC is now ready to log in and start using.

For ideas on what to do next got to my other Ubuntu 20.04 posts HERE.

It is also highly recommended that you check for updates which is covered HERE.

Ubuntu 20.04: Installing OwnCloud on Ubuntu 20.04.

This post gives a walkthrough of How too install OwnCloud on Ubuntu 20.04 Server which elaborates on Owncloud’s own documentation on their website.

ownCloud is a file server that enables secure storage, collaboration and sharing. It is convenient to store files in the cloud, so they are available on any device and can be shared with a few clicks. There are a lot of popular providers like Google, Apple, Facebook, Twitter and Dropbox.

Install LAMP stack on your Ubuntu 20.04 machine:

BEFORE this process is run the server must have a fully functioning LAMP stack installed and configured.

A LAMP Stack consists of the following components:

  • Linux: The operating system.
  • Apache: The web server. 
  • MySQL: The database
  • PHP: The programming language.

The installation of the LAMP stack is beyond the scope of this article but a good easy to follow step by step guide of how to install LAMP Instructions can found HERE.

Install OwnCloud stack on your Ubuntu 20.04 machine:

Create a new database for Owncloud to use

Open the MySql shell by running the following:

sudo mysql -u root -p

This will take you to the mysql command line:

Installing Owncloud on Ubuntu 20.04 - MySql console.
Owncloud

Run the following commands to create the database:

CREATE DATABASE ownclouddb;
CREATE USER 'ownclouduser'@'localhost' IDENTIFIED BY 'Pa55word!';
GRANT ALL ON ownclouddb.* TO 'ownclouduser'@'localhost';
FLUSH PRIVILEGES;
exit
Installing Owncloud on Ubuntu 20.04 - Creating Owncloud dtabase and database user.

Install PHP and pre-requisite modules

$ sudo apt install -y \
  libapache2-mod-php \
  php-imagick php-common php-curl \
  php-gd php-imap php-intl \
  php-json php-mbstring php-mysql \
  php-ssh2 php-xml php-zip \
  php-apcu php-redis redis-server \
  wget
Installing Owncloud on Ubuntu 20.04 - Install PHP and pre-requisite modules

Install the recommended packages:

sudo apt install -y \
  ssh bzip2 rsync curl jq \
  inetutils-ping smbclient\
  coreutils php-ldap
Installing Owncloud on Ubuntu 20.04 - PHP install more pre-requisite modules

Download the latest version of Owncloud:

$ wget https://download.owncloud.org/community/owncloud-complete-20200731.zip
Installing Owncloud on Ubuntu 20.04 - Download Owncloud.zip

Extract the folder to /var/www/html/owncloud:

sudo unzip owncloud-complete-20200731.zip -d /var/www/html/

The file will be unzipped:

Installing Owncloud on Ubuntu 20.04 - Unzip owncloud.zip

Change the folder permissions as per below:

sudo chown -R www-data:www-data /var/www/html/owncloud/
sudo chown -R 755 /var/www/html/owncloud/

Create a new virtual Apache web server for Owncloud:

sudo ln -s /etc/apache2/sites-available/owncloud.conf /etc/apache2/sites-enabled/owncloud.conf
sudo vim /etc/apache2/sites-available/owncloud.conf

Add the following config into the owncloud.conf changing details where necessary:

<VirtualHost *:80>
ServerAdmin admin@yourdomain.com
DocumentRoot /var/www/html/owncloud/
ServerName your-domain.com
ServerAlias www.your-domain.com
<Directory /var/www/html/owncloud/>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/your-domain.com-error_log
CustomLog /var/log/apache2/your-domain.com-access_log common
</VirtualHost>
Installing Owncloud on Ubuntu 20.04 - Configure Apache2.

Run the following to restart Apache2

sudo a2ensite owncloud.conf
sudo a2enmod rewrite
sudo systemctl restart apache2

Open a browser and connect to http://serverip/owncloud

Installing Owncloud on Ubuntu 20.04 - Setup page.

Create a user an password:

Installing Owncloud on Ubuntu 20.04 - Create Admin User.

Add the details of the database created before:

Installing Owncloud on Ubuntu 20.04 - Add Database details.

Click on Finish Setup to save the details:

You may get the following error:

Installing Owncloud on Ubuntu 20.04 - Whoops a Bug!

There is a script to fix this issue HERE.

Create two missing folders:

$ sudo mkdir /var/www/html/owncloud/themes/
$ sudo mkdir /var/www/html/owncloud/apps-external

Create the script:

$ sudo vim /tmp/fixoc.sh

Add the following and save:

#!/bin/bash
ocpath='/var/www/html/owncloud'
htuser='www-data'
htgroup='www-data'
rootuser='root'

printf "Creating possible missing Directories\n"
mkdir -p $ocpath/data
mkdir -p $ocpath/assets
mkdir -p $ocpath/updater

printf "chmod Files and Directories\n"
find ${ocpath}/ -type f -print0 | xargs -0 chmod 0640
find ${ocpath}/ -type d -print0 | xargs -0 chmod 0750

printf "chown Directories\n"
chown -R ${rootuser}:${htgroup} ${ocpath}/
chown -R ${htuser}:${htgroup} ${ocpath}/apps/
chown -R ${htuser}:${htgroup} ${ocpath}/assets/
chown -R ${htuser}:${htgroup} ${ocpath}/config/
chown -R ${htuser}:${htgroup} ${ocpath}/data/
chown -R ${htuser}:${htgroup} ${ocpath}/themes/
chown -R ${htuser}:${htgroup} ${ocpath}/updater/
chown -R ${htuser}:${htgroup} ${ocpath}/apps-external/

chmod +x ${ocpath}/occ

printf "chmod/chown .htaccess\n"
if [ -f ${ocpath}/.htaccess ]
 then
  chmod 0644 ${ocpath}/.htaccess
  chown ${rootuser}:${htgroup} ${ocpath}/.htaccess
fi
if [ -f ${ocpath}/data/.htaccess ]
 then
  chmod 0644 ${ocpath}/data/.htaccess
  chown ${rootuser}:${htgroup} ${ocpath}/data/.htaccess
fi

run the script:

$ sudo bash /tmp/fixoc.sh

You will then have to run the installation again.

Installing Owncloud on Ubuntu 20.04 - Initial setup after bug fix.

Setup will now finish:

Installing Owncloud on Ubuntu 20.04 - Installation setup.

Once finished you will be at the login screen:

Installing Owncloud on Ubuntu 20.04 - Login Prompt

Login and clear the page about downloading the desktop client and you will be in the main page:

Installing Owncloud on Ubuntu 20.04 - Home page.

Owncloud is now installed and ready to configure.

For more OwnCloud posts take a look HERE.

For more Ubuntu posts go to our Ubuntu Category.

Ubuntu 20.04: Install LAMP on freshly installed Ubuntu 20.04 Server.

Here is how to install LAMP on freshly installed Ubuntu 20.04 Server. A guide to installing Ubuntu 20.04 Server can be found HERE.

The original post that was followed can be found HERE.

Install LAMP on Ubuntu 20.04:

The first step is to Install Apache2 and update the firewall to allow access to Apache2.

Before we install Apache2 update apt by running

$ sudo apt update
How to install LAMP on freshly installed Ubuntu 20.04 Server.

Install apache2 by running

$ sudo apt install apache2
How to install LAMP on freshly installed Ubuntu 20.04 Server.

Type Y and enter to start the install

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Apache2 will be installed:

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Once finished apt will return to the command prompt

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Connect to your server from a broswer to test apache2 is working. You will see the follwoing displayed if it is:

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Next install MySql by running the following command:

$ sudo apt install mysql-server
How to install LAMP on freshly installed Ubuntu 20.04 Server.

When prompted type Y tand enter to install MySql

How to install LAMP on freshly installed Ubuntu 20.04 Server.

MySql will now be installed

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Once installed the installer will return to the command prompt

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Secure the MySql installation by running the following command

$ sudo mysql_secure_installation
How to install LAMP on freshly installed Ubuntu 20.04 Server.

Type y and enter to setup validate passwords:

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Choose the level of password security required

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Enter a new STRONG password for the root user and press enter

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Re-enter the password

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Press y for yes to continue

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Press enter to select y to remove anonymous users:

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Answer y to disallow root logins remotely and press enter to continue

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Type y to remove test database and access to it

How to install LAMP on freshly installed Ubuntu 20.04 Server.

Press y to reload the privilege tables

How to install LAMP on freshly installed Ubuntu 20.04 Server.

This completes the securing of MySql

How to install LAMP on freshly installed Ubuntu 20.04 Server.

New install and configure PHP by running the following command:

$ sudo apt install php libapache2-mod-php php-mysql
How to install LAMP on freshly installed Ubuntu 20.04 Server.

Select y to install PHP and its pre-requisites

How to install LAMP on freshly installed Ubuntu 20.04 Server.

PHP will be installed

How to install LAMP on freshly installed Ubuntu 20.04 Server.

The installer will return to the command line once it has finished

How to install LAMP on freshly installed Ubuntu 20.04 Server.

This completes the LAMP stack setup.

Now that you have successfully installed LAMP on Ubuntu 20.04 server take a look at installing other apps that utilize the LAMP stack HERE.

Ubuntu 20.04: How to update Ubuntu 20.04 in one command

This is a quick guide on how to update Ubuntu 20.04 in one command from the command line so that it will work on server and desktop versions.

The update process is really simple and is basically one command.

Update Ubuntu 20.04 in one command:

Here is how to update Ubuntu 20.04 in one command:

Connect to the Ubuntu 20.04 machine that needs updating.

How to update Ubuntu 20.04 in one command - Needing updates.

Run the following command:

sudo apt-get update && sudo apt-get upgrade -y

When prompted type the user’s password:

How to update Ubuntu 20.04 in one command - update command

Press enter and the update process will start:

How to update Ubuntu 20.04 in one command - updates running

Once finished the update process will return to the login prompt.

Hit the up arrow so that the previous command is on the screen and press enter and the update process will run again and you should see the following message on the screen:

How to update Ubuntu 20.04 in one command - Successfully updated.

You Ubuntu 20.04 machine is now up to date.

For more Ubuntu 20.04 How Too’s click HERE.