lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

Install in oneric not working #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when I try

asa@Asa-Rosenfield-Ubuntu-Portable:~$ sudo apt-get install touchegg

I get

[sudo] password for asa: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  touchegg
0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded.
1 not fully installed or removed.
Need to get 62.8 kB of archives.
After this operation, 193 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ oneiric/universe touchegg i386 
1.0-0ubuntu1 [62.8 kB]
Fetched 62.8 kB in 1s (46.3 kB/s)   
Selecting previously deselected package touchegg.
(Reading database ... 127270 files and directories currently installed.)
Unpacking touchegg (from .../touchegg_1.0-0ubuntu1_i386.deb) ...
Setting up synaptics-dkms (1.0.0) ...
Removing old synaptics-1.0.0 DKMS files...

------------------------------
Deleting module version: 1.0.0
completely from the DKMS tree.
------------------------------
Done.
Loading new synaptics-1.0.0 DKMS files...
Error! /usr/src/synaptics-1.0.0.dkms.tar.gz does not exist.
dpkg: error processing synaptics-dkms (--configure):
 subprocess installed post-installation script returned error exit status 2
Setting up touchegg (1.0-0ubuntu1) ...
Errors were encountered while processing:
 synaptics-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
asa@Asa-Rosenfield-Ubuntu-Portable:~$ sudo aptitude get install touchegg
sudo: aptitude: command not found
asa@Asa-Rosenfield-Ubuntu-Portable:~$ sudo apt-get install touchegg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
touchegg is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up synaptics-dkms (1.0.0) ...
Loading new synaptics-1.0.0 DKMS files...
Error! /usr/src/synaptics-1.0.0.dkms.tar.gz does not exist.
dpkg: error processing synaptics-dkms (--configure):
 subprocess installed post-installation script returned error exit status 2
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 synaptics-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

Help!!

Original issue reported on code.google.com by asaist...@gmail.com on 17 Oct 2011 at 12:16

GoogleCodeExporter commented 8 years ago
This is not a Touchégg problem... But anyway try this :P

$ sudo dpkg --configure -a
$ sudo apt-get update
$ sudo apt-get upgrade

Looks that is a problem with your synaptics-dkms package. What version of 
Ubuntu are you using?? I haven't got this package :S

$ apt-cache search synaptics
xserver-xorg-input-synaptics - Controlador de Synaptics TouchPad para el 
servidor X.Org
xserver-xorg-input-synaptics-dev - Controlador TouchPad Synaptics para el 
servidor X.Org (cabeceras de desarrollo)
tpconfig - touchpad device configuration utility
gpointing-device-settings - herramienta de configuración para dispositivos de 
puntero
gsynaptics - herramienta de configuración para dispositivos de puntero 
(paquete de transición)

Original comment by jose.exposito89@gmail.com on 17 Oct 2011 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 14 Dec 2011 at 7:49