Introduction: This article describes the authentication process of ibmlotus symphony1.3 In the Ubuntu community, how to install Ubuntu applications, and how to install ibmlotus symphony through the installation source of the Ubuntu community. It also introduces how to install ibmlotus symphony on 64-bit Ubuntu and Ubuntu netbook UNR. As a popular version of the Linux community, Ubu
Introduction: This article describes the authentication process of IBM Lotus Symphony 1.3 In the Ubuntu community, how to install Ubuntu applications, and how to install IBM Lotus Symphony through the Ubuntu community installation source. It also introduces how IBM Lotus Symphony is installed on 64-bit Ubuntu and Ubuntu netbook UNR.
As a popular version of the Linux community, Ubuntu is becoming more and more recognized and supported by everyone. IBM Lotus Symphony has become an officially certified member of Ubuntu since version 1.3. This article describes the authentication process of IBM Lotus Symphony 1.3 In the Ubuntu community, how to install Ubuntu applications, and how to install IBM Lotus Symphony through the installation source of the Ubuntu community. This article also describes how to install IBM Lotus Symphony on a 64-bit Ubuntu and Ubuntu netbook UNR.
Introduction to installation sources on Ubuntu
Ubuntu is a popular release version in the Linux community. Because the parent company of Ubuntu, Canonical, promises a new version every six months, it is praised and supported by many Linux users, the latest Ubuntu version is 9.10 (karmic) and the latest LTS (Long Time Support) version is 8.0.4 (hard ). The installation package on Ubuntu is a debian file with the deb extension. For Ubuntu users, there are several ways to obtain the application installation package or patch package:
Figure 1. Ubuntu application installation Source
Ubuntu installation Source
This is the most direct installation method used by most users. For example, if you want to develop or re-compile a Debian package, you need to install the "build-essential" toolkit. The installation command is as follows:
Partner installation Source
Due to copyright and maintenance, Ubuntu puts the installation packages provided by some partners on a separate source. These sources are disabled by default, but users can easily open them. After IBM Lotus Symphony 1.3 passes Canonical certification, it is placed on the installation source of this partner. The third section of this article will take IBM Lotus Symphony as an example to describe how to install software through the partner's installation source.
Launchpad PPA
Another installation source is Launchpad PPA (https://launchpad.net /). The Launch Pad website is an open platform provided by Canonical. It provides tracking of released installation package bugs, stores code for new programs, compiles new installation programs, and answers related questions.
Launch Pad PPA (https://help.launchpad.net/Packaging/PPA) is the Personal installation Package Archive on the Launch Pad-Personal Package Archive (PPA ). Developers can upload programs under development and compile and package them through Launch Pad.
You can add the source address of the PPA to the installation source list to install the installation package on the PPA (note that the installation packages on the PPA are generally developed applications ). For example, if you want to install a "Gnome Do Plugin" from PPA, follow these steps:
Open the home page of Gnome Do Plugin in a browser (https://launchpad.net /~ Do-core/+ archive/ppa), and locate the description of the source. list item, such:
Use the gedit editor to add the above address to the file/etc/apt/source. list:
Installation:
Download the website of the installation package provider
The installation packages of many applications need to be downloaded from the corresponding website and installed with the dpkg installation command. For example, if the package named "sample. deb" is downloaded, the installation command is as follows: