Specifications

Lotus Redbooks Wiki – IBM Lotus Notes and Domino V8.5 Deployment Guide
97
Open a terminal window
Go to the temporary directory where the Debian files are present
Change to the user 'root' with the following command
su
Enter the password of the 'root' user
To launch the installation, type the following command
dpkg -i .deb
To respect the dependencies of the different Debian files, you must start by installing the Notes 8.5 package:
dpkg -i ibm_lotus_notes-8.5.i586.deb
If you try to install any other Debian package, your will get errors like the following:
Once this package is installed, the order of the other packages has no importance:
dpkg -i ibm_lotus_activities-8.5.i586.deb
dpkg -i ibm_lotus_cae-8.5.i586.deb
dpkg -i ibm_lotus_sametime-8.5.i586.deb
dpkg -i ibm_lotus_symphony-8.5.i586.deb
Here's how it would look like in a terminal screen: