Exclusive to Pro subscribers, not available for the Free-Week
Playgrounds Cloud
Linux

Linux Ubuntu 20.04 Virtual Machine

Get access to the Ubuntu 20.04 playground with one click

Playground Features

  • Minimal Ubuntu version
  • Each session runs for 60 minutes but can be extended should you need more time

What is Ubuntu?

Ubuntu is one of the most popular and widely used Linux distributions worldwide. Ubuntu is based on Debian, a Linux distribution composed of free and open-source software, and developed by a community-driven project called the Debian Project established by Ian Murdock on August 16, 1993.

Ubuntu made it easy for users to adapt to the Linux operating system because everything just works out of the box. Thousands of packages are immediately available allowing users to pick whatever suits their workflow.

Ubuntu has 4 different versions:

  • Ubuntu Desktop - Easy-to-use Linux distribution that comes preinstalled with a Graphical User Interface (GUI).
  • Ubuntu Server - Optimized for use with servers.
  • Ubuntu for IoT - Optimized to run on Internet of Things (IoT) devices.
  • Ubuntu Cloud - Operating system images optimized to run on popular cloud platforms, such as AWS, Azure, and Google Cloud.

In Ubuntu, you install or uninstall software packages through the powerful APT (Advanced Packaging Tool) command. Here’s an example of how to install the "nmap" software package:

sudo apt install nmap

Notable Changes:

  • Ubuntu 20.04 now comes with Python version 3.8 by default
  • Ubuntu Server comes pre-installed the following
    - PHP 7.4
    - Ruby 2.7
    - Ruby on Rails 5.2.3
    - Samba 4.11
    - PostgreSQL 12
  • This Ubuntu version is an LTS (long-term support) This means you will get security patches and updates for the next 5 years from release. 
  • Only 64-bit systems are compatible with this Ubuntu version and support for 32-bit systems are no longer available.
  • Ships with ZFS 0.8.3 file system. 
  • Snap Store is replacing the ubuntu-software as the default tool for installing packages.