0

I from iran and install ubuntu 14.10, but I have a big problem to install touchegg in this version and i want you help me.
...........
below instruction is not working:

sudo apt-get install

because when I type this in terminal show a message by this title:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 354 not upgraded.

and I don't know why this command not work...

please help me!

Ravan
  • 9,379

2 Answers2

1

Open terminal and run the following commands (Ctrl+Alt+T):

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install touchegg

Note: use upgrade command since you have many not upgraded files.After upgrade command still you have not upgraded files,use this command,

sudo apt-get dist-upgrade

You can also install from Software Centre:

Imgur

Ravan
  • 9,379
0

You have to update the package lists before trying to install:

sudo apt-get update
sudo apt-get install touchegg

This can also be installed from the Ubuntu Software Center

Install via the software center

Alternatively: You can also download it on the touchegg-website. There is a link to instructions, too.

h0ch5tr4355
  • 664
  • 9
  • 20