Help
> IBM Lotus Symphony Installation Guide
The English version of this page may contain updated information.
Installing IBM Lotus Symphony beta on Ubuntu
You can install IBM® Lotus® Symphony beta using the Debian package on Ubuntu.
System requirements
- Ubuntu Linux® platform: 8.04
- At least 750 MB of free disk space
- At least 512 MB RAM
Back to top
Installing IBM Lotus Symphony beta using the Debian package on Ubuntu
- Uninstall any previously installed versions of IBM Lotus Symphony on Linux. See the installation instructions at: http://symphony.lotus.com/software/lotus/symphony/help.nsf/InstallGuide.
- Download symphony_1.1.0_i386.deb.
- Install libstdc++5 before installing symphony_1.1.0_i386.deb, using the command sudo apt-get install libstdc++5.
- You can install using either the package manager or using the command line.
Back to top
To install using the package manager
- Locate the symphony_1.1.0_i386.deb file that you downloaded.
- Double-click the file to start the installation process.
Back to top
To install using the command line
- Open a command prompt and change the directory where you downloaded the symphony_1.1.0_i386.deb file.
- Run the command sudo dpkg -i symphony_1.1.0_i386.deb.
- If you have an ECM (Expeditor Client Management) server set up, you can configure it to add your client before installation.
- Create the directory /etc/lotus/Symphony.
- Create the file /etc/lotus/Symphony/install.options.
- Add these lines to the file (please get below parameters from ECM server administrator) :
- deviceManagementUserName=username
- deviceManagementUserPassword=password
- deviceManagementServerURL=URL
- Symphony is installed in the /opt/ibm/lotus/Symphony directory. You can start it by clicking Applications > Office > IBM Lotus Symphony or use the symbol link /usr/bin/symphony.
Back to top
To uninstall using the package manager
- Open the package manager by clicking SystemAdministrationSynaptic Package Manager.
- Search for symphony.
- Uninstall it by following the instructions.
Back to top
To uninstall using the command line
- Open a command prompt.
- Run the command sudo dpkg -P symphony.
Back to top