LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cant install WINE (https://www.linuxquestions.org/questions/linux-software-2/cant-install-wine-748302/)

kripz 08-17-2009 09:43 PM

Cant install WINE
 
Quote:

:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up cups (1.3.8-1+lenny6) ...
Starting Common Unix Printing System: cupsd^Cdpkg: error processing cups (--configure):
subprocess post-installation script killed by signal (Interrupt)
Errors were encountered while processing:
cups
E: Sub-process /usr/bin/dpkg returned an error code (1)
Just freezes on starting cups, i waited 12 hours and still didnt exit or anything.

Running
Linux name 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

Mr-Bisquit 08-17-2009 10:55 PM

Have you tried installing and configuring cups first?
The command line shows that you are using ubuntu.
Open up Synaptic and use the interface to install CUPS then install wine by CLI after.

neonsignal 08-17-2009 11:10 PM

wine has already been installed successfully.

The problem is that an earlier install of cups failed, so the apt-get is trying to complete that installation. However, the daemon/server 'cupsd' is hanging.

I don't know the reason for this (perhaps something to do with a network printer?). You could try purging cups 'apt-get --purge autoremove cups' and reinstalling 'apt-get install cups'.


All times are GMT -5. The time now is 02:07 PM.