Automatic Synergy Installation and Updates
Installation Methods
There are three ways to update the system for installation and upgrades.Using the Installation Script.
The following script will perform all the actions required to install Synergy.-
1. Click the following link and Save to disk.
-
2. From a terminal window (Applications->Accesories->Terminal) use:
( By default, downloads are placed in Desktop, you may have to modify the path )
sudo /bin/bash Desktop/synergyUbuntu.sh
-
3. When the installation is complete, Synergy will have an entry in the menu system at:
Applications-->Graphics-->Synergy
Using the Menu Method
The repository is signed with a gpg key. This key verifies the repository to your system.1. Add the key to the keyring.
From a terminal window, download the gpg key and add with:wget -q http://webersys.com/powweb/webersys-key.gpg -O - | xargs gpg --export --armor | sudo apt-key add -
2. Add the repository.
System-->Administration-->Software Sources-->Third-party software-->Add
APT line: deb http://webersys.com/powweb/ dapper binary
3. Start the Package Manager.
System-->Administration-->Synaptic Package Manager
4. Locate synergy-cad in the list.
- Right-click checkbox and choose Mark for Installation, then click Apply.
-
5. When the installation is complete, launch Synergy from:
Applications-->Graphics-->Synergy
Using the Manual Method
1. Add the gpg key to the keyring.
wget -q http://webersys.com/powweb/webersys-key.gpg -O - | xargs gpg --export --armor | sudo apt-key add -
2. Add the location of the Synergy repository to the source list with either:
sudo echo deb http://webersys.com/powweb dapper binary >> /etc/apt/sources.list
- - OR - Using an editor, add the following line to /etc/apt/sources.list:
deb http://webersys.com/powweb dapper binary
3. Syncronize the package index files
sudo apt-get update
4. Install Synergy
sudo apt-get install synergy-cad
5. Start Synergy
/usr/weber/bin/synergyor use the menu entry at:
Applications-->Graphics-->Synergy