Star Hype News.

Premium celebrity moments with standout appeal.

general

I'm trying to install a program (synergy) but it wont install

By Sarah Richards

I'm trying to install synergy but when I type in

sudo dpkg -i synergy-1.4.15-Linux-i686.deb

it wont install. It just tells me that there isn't such file on the system.

Am I doing something wrong?

PS: I am new to ubuntu after using windows all my life..

2

3 Answers

First go into the directory where the .deb file is located,

cd /path/to/the/directory/which/contains/synergy-1.4.15-Linux-i686.deb

Then run the above deb file installation command,

sudo dpkg -i synergy-1.4.15-Linux-i686.deb
8

you should type first in terminal :

cd and the location of the .deb pacakge then type your code

I don't know what tutorial are you following but synergy is in the repositories, you just have to

sudo apt-get update
sudo apt-get install synergy

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy