Before preparing to install DB2,we should check the required library files on OS.
Note: I installed DB2 on Ubuntu so used apt-get to install libraries.
apt-get update
Note: I installed DB2 on Ubuntu so used apt-get to install libraries.
Installation of library files:
To verify whether the required packages are installed on OS use below command:
dpkg --get-selections | grep -i <package-name>
dpkg --add-architecture i386 #Command will enable i386 Architecture
apt-get update
We must install below library files: