Unable to find a suitable destination to install 32-bit compatibility libraries on Ubuntu 18.04 Bionic Beaver Linux

Symptoms

Unable to find a suitable destination to install 32-bit compatibility libraries

The above error message appears on Ubuntu 18.04 Bionic Beaver Linux during the installation of the official proprietary Nvidia driver.

Solution

Execute the following linux commands to resolve the issue:

$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install libc6:i386