Ubuntu 19.04: Install Ubuntu 19.04

This article will install Ubuntu 19.04.

1 Install Ubuntu 19.04

1.1 Download install media

Download ubuntu-19.04-desktop-amd64.iso from here.

$ wget http://releases.ubuntu.com/19.04/ubuntu-19.04-desktop-amd64.iso

1.2 Install

Select language and press "Install Ubuntu".

0001_Welcome.png

Select keyboard layout.

0002_KeyboardLayout.png

Without size used by swap, "Normal installation" uses 3.9GB storage and "Minimal Installation" needs about 3.3GB storage. Check "Download updates while …" for downloading updates while installation. Check "Install third-party software …" for installing proprietary device driver.

0003_UpdatesAndOtherSoftware.png

Select disk partition. LVM is recommended for virtual machine.

0004_InstallationType.png

Confirm disk partition.

0005_WriteTheChangesToDisks.png

Time zone will be selected automatically. Select time zone with clicking map if you need.

0006_WhereAreYou.png

Input computer name, username and password. This username and password will be userd for login and privilege authentication.

0007_WhoAreYou.png

Wait completion of installatation.

0008_WelcomeToUbuntu.png

Restart after installation.

0009_InstallationComplete.png

Remove installation media and press ENTER key.

0010_RemoveInstallationMedia.png

Login is displayed. Click username which was created before, and input password.

0011_Login.png

2 Upgrade from Ubuntu 18.10 to Ubuntu 19.04

Update Ubuntu 18.10 to latest.

$ sudo apt update -y
$ sudo apt full-upgrade -y
$ sudo reboot

Upgrade from Ubuntu 18.10 to Ubuntu 19.04 with do-release-upgrade

$ sudo apt install -y ubuntu-release-upgrader-core
$ sudo do-release-upgrade

Type y for starting upgrade.

Installing the upgrade can take several hours. Once the download has
finished, the process cannot be canceled.

 Continue [yN]  Details [d]y

If you have modified files, overwrite caution will be displayed. Type Y or N.

Configuration file '/etc/NetworkManager/NetworkManager.conf'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** NetworkManager.conf (Y/I/N/O/D/Z) [default=N] ? N

Type y for removing obsoleted software.

66 packages are going to be removed.

 Continue [yN]  Details [d]y

Type y for reboot. Ubuntu 19.04 will be started after reboot.

To finish the upgrade, a restart is required.
If you select 'y' the system will be restarted.

Continue [yN] y