LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-23-2014, 07:58 PM   #1
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Rep: Reputation: 2
Can't install Wine on Wheezy 64-bit.


I have just created a fresh install of Debian 7.4 amd 64 and normally the fallowing commands create a working wine install:
Code:
apt-get install wine
dpkg --add-architecture i386 
apt-get update
apt-get install wine-bin:i386
This has worked after a fresh install on the same machine at least 10 times before (it's never failed) but today this happened:
Code:
apt-get install wine-bin:i386 -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine-bin:i386 : Depends: libwine-bin:i386 (= 1.4.1-4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
When I try to resolve it with "apt-get install libwine-bin:i386" this occurs:
Code:
apt-get install libwine-bin:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libwine-bin:i386 : Depends: libwine:i386 (= 1.4.1-4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I installed nothing else before trying this other than "Desktop environment, print server, standard system utilities, laptop utilities [quote may not be exact]" that everyone installs while installing Debian and vlc from backports, which I always install before wine and it has never given me trouble in the past.

Since I've tried installing wine I've installed the fallowing packages: firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati.

My sources.list contains the fallowing:
Code:
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free

# wheezy-backports
deb http://ftp.us.debian.org/debian/ wheezy-backports main contrib non-free
I'm using LXDE if that would somehow help anyone help me (it's the same DE that I've always used in the past).

A reinstall would be very inconvenient so I'd rather try to work it out before going that rout.

I have another hard drive so I could install Debian again and see if that would reproduce the error (which I'd think would indicate that an update is what has caused this install to all of the sudden fail).

Thank you.

Last edited by Archy1; 03-23-2014 at 08:04 PM.
 
Old 03-23-2014, 08:19 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

perhaps libwine:i386 was inadvertently put on hold. You can check:
Code:
dpkg -l libwine
If so you can explicitly install it. Eg
Code:
apt-get install libwine:i386
HTH,

Evo2.
 
Old 03-25-2014, 02:55 PM   #3
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
Didn't work

Code:
dpkg -l libwine
dpkg-query: no packages found matching libwine
Code:
apt-get install libwine:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libwine:i386 : Depends: libgnutls26:i386 (>= 2.12.17-0) but it is not going to be installed
                Recommends: ttf-liberation:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.

Last edited by Archy1; 03-25-2014 at 07:21 PM.
 
Old 03-26-2014, 02:17 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

ok, so you need to install ttf-liberation. Also, please check for held packages. Eg
Code:
dpkg --get-selections |grep -w hold
Evo2.
 
Old 03-29-2014, 01:48 AM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Last time I experienced that problem my machine needed to be updated first.
Try
apt-get update
apt-get upgrade
apt-get dist-upgrade
 
Old 03-29-2014, 03:43 PM   #6
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
@evo2
Code:
dpkg --get-selections |grep -w hold
(Nothing was shown after this command was executed.)

Code:
apt-get install ttf-liberation
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ttf-liberation is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
apt-get install libwine:i386 outputted "The following packages have unmet dependencies:
libwine:i386 : Depends: libgnutls26:i386 (>= 2.12.17-0) but it is not going to be installed
Recommends: ttf-liberation:i386 but it is not installable
" so I also tried "apt-get install ttf-liberation:i386" and "apt-get install libgnutls26:i386" with the fallowing results:

Code:
apt-get install ttf-liberation:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ttf-liberation:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  fonts-liberation

E: Package 'ttf-liberation:i386' has no installation candidate
Code:
apt-get install libgnutls26:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgnutls26 : Depends: libp11-kit0 (>= 0.11) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
@EDDY1
I've tried the whole "apt-get update" / "apt-get upgrade" / "apt-get dist-upgrade" several times already, nothing seems to have changed

Last edited by Archy1; 03-29-2014 at 03:52 PM.
 
Old 03-30-2014, 11:57 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Post output of
cat /etc/apt/sources.list

Make sure cdrom is commented out.
 
Old 03-30-2014, 08:27 PM   #8
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
Code:
cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free

# wheezy-backports
deb http://ftp.us.debian.org/debian/ wheezy-backports main contrib non-free
I just tried commenting out "deb http://ftp.us.debian.org/debian/ wheezy-backports main contrib non-free" fallowed by an "apt-get update" just in case there was a priority issue but there was no change in result.

Last edited by Archy1; 03-30-2014 at 08:28 PM.
 
Old 04-05-2014, 05:58 AM   #9
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
You ought to run apt-get update before you install anything. Put

"testing"

and

"unstable"

lines in

/etc/apt/sources.list

That way you can pull packages from testing that might not be avaiilable in unstable yet. After you update the package list, run

apt-get -f install

If you're confident that something is supposed work, but the dependencies are not correct, you can do:

apt-get install package_name

The installation fails.

Then

cd /var/cache/apt/archives

ls package_name*

note the full file name. Then,

dpkg -i --force-depends full_file_name_of_package

But don't use that unless you're at least "pretty sure" the dependencies are not correct. It's not the first thing to try.
 
Old 04-05-2014, 06:14 PM   #10
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
I just found something interesting.

I installed Debian on the same machine but with different hard drives and found that whenever I install wine with wheezy-backports in the sources.list file, even if wine is the very first thing I install, it will not install correctly. If I remove wheezy-backports from sources.list, wine will still not install if I had previously installed anything from the wheezy-backports.

I tried this on different amd64 machines and the results where the same. It wasn't like this even about month ago; I could install wine successfully even after installing multiple packages from wheezy-backports. Very strange.

Moral of the story, install i386-on-amd64 applications first and backport applications last.

@AwesomeMachine
Isn't mixing releases dangerous? I think, despite my previous statement, I'll reinstall the OS -- now that I know how to install Debian on an existing luks-encrypted LVM and thus won't have to repartition the hard drives[!] and reconfigure the user settings.

I'll let everyone know how it went when I'm done with the reinstall, which might happen today, tomorrow or next weekend.
 
Old 04-05-2014, 07:02 PM   #11
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
Instead of reinstalling, do you think removing virtually all packages and then installing wine, and then installing the previously removed packages would work? I ask because this is what outputted from "aptitude install wine-bin:i386 > a123.txt" after pressing "n" and then "enter" a couple of times:
Code:
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...
The following NEW packages will be installed:
  libasound2:i386{a} libdbus-1-3:i386{a} libdrm-intel1:i386{a} 
  libdrm-nouveau1a:i386{a} libdrm-radeon1:i386{a} libdrm2:i386{a} 
  libexpat1:i386{a} libffi5:i386{a} libfontconfig1:i386{a} 
  libfreetype6:i386{a} libgcrypt11:i386{a} libgl1-mesa-dri:i386{a} 
  libgl1-mesa-glx:i386{a} libglapi-mesa:i386{a} libglu1-mesa:i386{a} 
  libgnutls26:i386{a} libgpg-error0:i386{a} libgsm1:i386{a} libice6:i386{a} 
  libjpeg8:i386{a} libltdl7:i386{a} libmpg123-0:i386{a} libodbc1:i386{a} 
  libp11-kit0:i386{ab} libpciaccess0:i386{a} libpng12-0:i386{a} 
  libsm6:i386{a} libssl1.0.0:i386{a} libstdc++6:i386{a} libtasn1-3:i386{a} 
  libtiff4:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a} libwine:i386{a} 
  libwine-alsa:i386{a} libwine-bin:i386{a} libwine-gecko-1.4{a} 
  libwine-gl:i386{a} libx11-6:i386{a} libx11-xcb1:i386{a} libxau6:i386{a} 
  libxcb-glx0:i386{a} libxcb1:i386{a} libxcomposite1:i386{a} 
  libxcursor1:i386{a} libxdamage1:i386{a} libxdmcp6:i386{a} 
  libxext6:i386{a} libxfixes3:i386{a} libxi6:i386{a} libxinerama1:i386{a} 
  libxrandr2:i386{a} libxrender1:i386{a} libxslt1.1:i386{a} 
  libxxf86vm1:i386{a} wine-bin:i386{b} 
The following packages will be REMOVED:
  audacious-plugins{u} audacious-plugins-data{u} gtk2-engines-pixbuf{u} 
  libaudclient2{u} libaudcore1{u} libbinio1ldbl{u} libbs2b0{u} libcue1{u} 
  libfluidsynth1{u} libguess1{u} libmowgli2{u} libmpg123-0{u} 
  python-eggtrayicon{u} python-mpd{u} python-tagpy{u} 
0 packages upgraded, 56 newly installed, 15 to remove and 0 not upgraded.
Need to get 51.3 MB/85.0 MB of archives. After unpacking 238 MB will be used.
The following packages have unmet dependencies:
 libp11-kit0 : Breaks: libp11-kit0:i386 (!= 0.20.2-1~bpo70+1) but 0.12-3 is to be installed.
 libp11-kit0:i386 : Breaks: libp11-kit0 (!= 0.12-3) but 0.20.2-1~bpo70+1 is installed.
 wine-bin:i386 : Conflicts: wine64-bin but 1.4.1-4 is installed.
 wine64-bin : Conflicts: wine-bin which is a virtual package.
              Conflicts: wine-bin:i386 but 1.4.1-4 is to be installed.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     libgnutls26:i386 [Not Installed]                   
2)     libp11-kit0:i386 [Not Installed]                   
3)     libwine:i386 [Not Installed]                       
4)     libwine-alsa:i386 [Not Installed]                  
5)     libwine-bin:i386 [Not Installed]                   
6)     libwine-gl:i386 [Not Installed]                    
7)     wine-bin:i386 [Not Installed]                      



Accept this solution? [Y/n/q/?] The following actions will resolve these dependencies:

       Remove the following packages:                                           
1)       ant                                                                    
2)       ant-optional                                                           
3)       aptdaemon                                                              
4)       banshee                                                                
5)       bleachbit                                                              
6)       bluez-cups                                                             
7)       brasero                                                                
8)       bsd-mailx                                                              
9)       ca-certificates-java                                                   
10)      cups                                                                   
11)      cups-bsd                                                               
12)      cups-client                                                            
13)      cups-filters                                                           
14)      cups-pk-helper                                                         
15)      cups-ppdc                                                              
16)      default-jre                                                            
17)      default-jre-headless                                                   
18)      deluge                                                                 
19)      deluge-gtk                                                             
20)      epdfview                                                               
21)      exim4                                                                  
22)      exim4-daemon-light                                                     
23)      flashplugin-nonfree                                                    
24)      foomatic-db-engine                                                     
25)      galculator                                                             
26)      gconf-service                                                          
27)      gconf2                                                                 
28)      gcr                                                                    
29)      ghostscript                                                            
30)      ghostscript-cups                                                       
31)      gimp                                                                   
32)      gir1.2-gnomebluetooth-1.0                                              
33)      gir1.2-gtk-3.0                                                         
34)      gir1.2-vte-2.90                                                        
35)      gksu                                                                   
36)      glib-networking                                                        
37)      gnome-bluetooth                                                        
38)      gnome-disk-utility                                                     
39)      gnome-icon-theme                                                       
40)      gnome-keyring                                                          
41)      gnome-themes-standard                                                  
42)      gnome-user-guide                                                       
43)      gparted                                                                
44)      gpicview                                                               
45)      gstreamer0.10-ffmpeg                                                   
46)      gstreamer0.10-gconf                                                    
47)      gstreamer0.10-plugins-bad                                              
48)      gstreamer0.10-plugins-good                                             
49)      gtk2-engines                                                           
50)      gvfs-backends                                                          
51)      hplip                                                                  
52)      icedtea-6-jre-cacao                                                    
53)      icedtea-6-jre-jamvm                                                    
54)      icedtea-netx                                                           
55)      iceweasel                                                              
56)      leafpad                                                                
57)      libatk-wrapper-java-jni                                                
58)      libavahi-ui-gtk3-0                                                     
59)      libavformat53                                                          
60)      libavformat54                                                          
61)      libbonoboui2-0                                                         
62)      libbrasero-media3-1                                                    
63)      libcanberra-gtk3-0                                                     
64)      libcanberra-gtk3-module                                                
65)      libcmis-0.2-0                                                          
66)      libcups2                                                               
67)      libcupscgi1                                                            
68)      libcupsdriver1                                                         
69)      libcupsfilters1                                                        
70)      libcupsimage2                                                          
71)      libcupsmime1                                                           
72)      libcupsppdc1                                                           
73)      libcurl3-gnutls                                                        
74)      libescpr1                                                              
75)      libexo-1-0                                                             
76)      libfm-gtk-bin                                                          
77)      libfm-gtk1                                                             
78)      libgail-3-0                                                            
79)      libgail18                                                              
80)      libgck-1-0                                                             
81)      libgconf2-4                                                            
82)      libgconf2.0-cil                                                        
83)      libgcr-3-1                                                             
84)      libgdu-gtk0                                                            
85)      libgegl-0.2-0                                                          
86)      libgimp2.0                                                             
87)      libgksu2-0                                                             
88)      libglade2-0                                                            
89)      libgnome-bluetooth10                                                   
90)      libgnome2-0                                                            
91)      libgnome2-common                                                       
92)      libgnomecanvas2-0                                                      
93)      libgnomeui-0                                                           
94)      libgnomevfs2-0                                                         
95)      libgnomevfs2-common                                                    
96)      libgnomevfs2-extra                                                     
97)      libgnutls26                                                            
98)      libgnutls28                                                            
99)      libgpod-common                                                         
100)     libgpod4                                                               
101)     libgs9                                                                 
102)     libgtk-3-0                                                             
103)     libgtk-3-bin                                                           
104)     libgtk-sharp-beans-cil                                                 
105)     libgtk2-perl                                                           
106)     libgtk2.0-0                                                            
107)     libgtk2.0-bin                                                          
108)     libgtk2.0-cil                                                          
109)     libgtkmm-2.4-1c2a                                                      
110)     libimobiledevice2                                                      
111)     libldap-2.4-2                                                          
112)     libldb1                                                                
113)     libnautilus-extension1a                                                
114)     libneon27-gnutls                                                       
115)     libnfsidmap2                                                           
116)     libnm-glib-vpn1                                                        
117)     libnm-glib4                                                            
118)     libnm-gtk0                                                             
119)     libnm-util2                                                            
120)     libnotify0.4-cil                                                       
121)     libp11-kit0                                                            
122)     libquvi7                                                               
123)     libraptor2-0                                                           
124)     librasqal3                                                             
125)     librdf0                                                                
[REMOVED TO MEAT CHARACHTER LIMIT!]                                                  
145)     librtmp0                                                               
146)     libsane-hpaio                                                          
147)     libslv2-9                                                              
148)     libsmbclient                                                           
149)     libsoup-gnome2.4-1                                                     
150)     libsoup2.4-1                                                           
151)     libtotem-plparser17                                                    
152)     libunique-3.0-0                                                        
153)     libvte-2.90-9                                                          
154)     libvte9                                                                
155)     libwebkitgtk-1.0-0                                                     
156)     libwebkitgtk-3.0-0                                                     
157)     libwnck22                                                              
158)     libxfce4ui-1-0                                                         
159)     libxine2                                                               
160)     libxine2-misc-plugins                                                  
161)     libxine2-plugins                                                       
162)     libyelp0                                                               
163)     lightdm                                                                
164)     lightdm-gtk-greeter                                                    
165)     lxappearance                                                           
166)     lxde                                                                   
167)     lxde-common                                                            
168)     lxde-core                                                              
169)     lxinput                                                                
170)     lxlauncher                                                             
171)     lxmusic                                                                
172)     lxpanel                                                                
173)     lxpolkit                                                               
174)     lxrandr                                                                
175)     lxsession                                                              
176)     lxsession-edit                                                         
177)     lxshortcut                                                             
178)     lxtask                                                                 
179)     lxterminal                                                             
180)     lynx                                                                   
181)     lynx-cur                                                               
182)     mpd                                                                    
183)     mplayer                                                                
184)     mutt                                                                   
185)     mythes-en-us                                                           
186)     network-manager                                                        
187)     network-manager-gnome                                                  
188)     nfs-common                                                             
189)     notification-daemon                                                    
190)     ntfs-3g                                                                
191)     obconf                                                                 
192)     openjdk-6-jre                                                          
193)     openjdk-6-jre-headless                                                 
194)     openjdk-6-jre-lib                                                      
195)     pcmanfm                                                                
196)     policykit-1-gnome                                                      
197)     printer-driver-c2050                                                   
198)     printer-driver-c2esp                                                   
199)     printer-driver-escpr                                                   
200)     printer-driver-foo2zjs                                                 
201)     printer-driver-gutenprint                                              
202)     printer-driver-hpcups                                                  
203)     printer-driver-pnm2ppa                                                 
204)     printer-driver-postscript-hp                                           
205)     printer-driver-ptouch                                                  
206)     printer-driver-sag-gdi                                                 
207)     printer-driver-splix                                                   
208)     python-aptdaemon                                                       
209)     python-aptdaemon.gtk3widgets                                           
210)     python-cups                                                            
211)     python-cupshelpers                                                     
212)     python-gconf                                                           
213)     python-glade2                                                          
214)     python-gnome2                                                          
215)     python-gtk2                                                            
216)     python-ldb                                                             
217)     python-notify                                                          
218)     python-pycurl                                                          
219)     python-samba                                                           
220)     python-software-properties                                             
221)     python-uno                                                             
222)     samba-common-bin                                                       
223)     samba-libs                                                             
224)     smbclient                                                              
225)     software-properties-gtk                                                
226)     synaptic                                                               
227)     system-config-printer                                                  
228)     system-config-printer-udev                                             
229)     task-lxde-desktop                                                      
230)     task-print-server                                                      
231)     ttf-mscorefonts-installer                                              
232)     upower                                                                 
233)     vlc                                                                    
234)     vlc-nox                                                                
235)     vlc-plugin-notify                                                      
236)     vlc-plugin-pulse                                                       
237)     wget                                                                   
238)     wine64-bin                                                             
239)     xarchiver                                                              
240)     xfburn                                                                 
241)     xine-ui                                                                
242)     xsane                                                                  
243)     xscreensaver                                                           
244)     xulrunner-24.0                                                         
245)     yelp                                                                   

       Leave the following dependencies unresolved:                             
246)     acpi-support recommends xscreensaver | gnome-screensaver               
247)     at recommends default-mta | mail-transport-agent                       
248)     bleachbit recommends python-notify                                     
249)     bluetooth recommends bluez-cups                                        
250)     libbrasero-media3-1 recommends gstreamer0.10-plugins-good              
251)     cron recommends exim4 | postfix | mail-transport-agent                 
252)     printer-driver-escpr recommends cups-ppdc                              
253)     exim4-base recommends mailx                                            
254)     printer-driver-foo2zjs recommends cups                                 
255)     printer-driver-foo2zjs recommends cups-client                          
256)     foomatic-db-compressed-ppds recommends foomatic-db-engine              
257)     foomatic-db-compressed-ppds recommends ghostscript                     
258)     foomatic-db-compressed-ppds recommends cups                            
259)     foomatic-db-compressed-ppds recommends cups-client                     
260)     openprinting-ppds recommends cups                                      
261)     openprinting-ppds recommends cups-client                               
262)     foomatic-db-engine recommends cups                                     
263)     foomatic-db-engine recommends cups-client                              
264)     foomatic-filters recommends cups-client | lpr | lprng | rlpr           
265)     foomatic-filters recommends ghostscript                                
266)     foomatic-filters recommends cups | enscript | a2ps | mpage             
267)     foomatic-filters recommends foomatic-db-engine (>= 4.0)                
268)     libgconf-2-4 recommends gconf-service                                  
269)     ghostscript-cups recommends cups                                       
270)     ghostscript-cups recommends cups-client                                
271)     gimp-data recommends gimp                                              
272)     gksu recommends gnome-keyring                                          
273)     glib-networking-common recommends glib-networking                      
274)     glib-networking-services recommends glib-networking                    
275)     gnome-bluetooth recommends gvfs-backends                               
276)     libpam-gnome-keyring recommends gnome-keyring                          
277)     gnupg recommends libldap-2.4-2 (>= 2.4.7)                              
278)     libgraphicsmagick3 recommends ghostscript                              
279)     libgtk2.0-common recommends libgtk2.0-0                                
280)     libgtk-3-common recommends libgtk-3-0                                  
281)     gvfs-backends recommends gnome-keyring                                 
282)     gvfs-daemons recommends policykit-1-gnome                              
283)     libsane-hpaio recommends hplip (= 3.12.6-3.1+deb7u1)                   
284)     printer-driver-hpijs recommends ghostscript                            
285)     printer-driver-hpijs recommends cups (>= 1.4.0) | cupsddk | hpijs-ppds 
286)     hyphen-en-us recommends libreoffice-writer | openoffice.org-writer     
287)     libmagickcore5 recommends ghostscript                                  
288)     libatk-wrapper-java recommends libatk-wrapper-java-jni                 
289)     libjtidy-java recommends ant                                           
290)     libgpod4 recommends libgpod-common                                     
291)     libnotify4 recommends notification-daemon                              
292)     libreoffice-help-en-us recommends libreoffice-core (> 1:3.5.4+dfsg2) | 
293)     libreoffice-writer recommends libreoffice-filter-binfilter             
294)     libreoffice-writer recommends libreoffice-emailmerge                   
295)     libreoffice-writer recommends libreoffice-math                         
296)     lightdm-gtk-greeter recommends gnome-themes-standard                   
297)     logrotate recommends mailx                                             
298)     lxappearance recommends gtk2-engines                                   
299)     lxde-common recommends lxde-core                                       
300)     lxde recommends lightdm | x-display-manager                            
301)     lxde-core recommends gksu                                              
302)     printer-driver-m2300w recommends cups-ppdc                             
303)     printer-driver-min12xxw recommends cups                                
304)     network-manager-gnome recommends gnome-keyring                         
305)     network-manager-gnome recommends gnome-bluetooth                       
306)     libnotify0.4-cil recommends notification-daemon                        
307)     openbox recommends obconf                                              
308)     pcmanfm recommends gvfs-backends                                       
309)     poppler-utils recommends ghostscript                                   
310)     printer-driver-all recommends printer-driver-c2050                     
311)     printer-driver-all recommends printer-driver-c2esp                     
312)     printer-driver-all recommends printer-driver-escpr                     
313)     printer-driver-all recommends printer-driver-foo2zjs                   
314)     printer-driver-all recommends printer-driver-gutenprint                
315)     printer-driver-all recommends printer-driver-hpcups                    
316)     printer-driver-all recommends printer-driver-pnm2ppa                   
317)     printer-driver-all recommends printer-driver-postscript-hp             
318)     printer-driver-all recommends printer-driver-ptouch                    
319)     printer-driver-all recommends printer-driver-sag-gdi                   
320)     printer-driver-all recommends printer-driver-splix                     
321)     procmail recommends default-mta | mail-transport-agent | fetchmail     
322)     libqtgui4 recommends libcups2                                          
323)     synaptic recommends libgtk2-perl (>= 1:1.130)                          
324)     synaptic recommends software-properties-gtk                            
325)     system-config-printer recommends cups-pk-helper                        
326)     task-desktop recommends task-gnome-desktop | task-kde-desktop | task-lx
327)     task-lxde-desktop recommends lxtask                                    
328)     task-lxde-desktop recommends lxlauncher                                
329)     task-lxde-desktop recommends synaptic                                  
330)     task-lxde-desktop recommends system-config-printer                     
331)     task-print-server recommends hplip                                     
332)     libwebkitgtk-1.0-0 recommends gstreamer0.10-plugins-good               
333)     libwebkitgtk-3.0-0 recommends gstreamer0.10-plugins-good               
334)     xsane recommends cups-client                                           
335)     xsane-common recommends xsane                                          
336)     cups-filters recommends ghostscript-cups (>= 9.02~)                    
337)     mutt recommends default-mta | mail-transport-agent                     
338)     udisks recommends ntfs-3g                                              
339)     samba-common recommends samba-common-bin                               


Accept this solution? [Y/n/q/?]
If I should remove all the packages, how would I go about doing it? Just let aptitude do it or use some other means to remove "everything"?
 
Old 04-06-2014, 07:43 PM   #12
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by Archy1 View Post
Code:
Accept this solution? [Y/n/q/?]
If I should remove all the packages, how would I go about doing it?
By pressing "Enter".

Quote:
Just let aptitude do it or use some other means to remove "everything"?
Personally I'd not use aptitude for this. Instead I'd use apt-get since it is the recommended non-interactive commandline package manager (and has been for at least the last two stable realeases).

Evo2.
 
Old 04-06-2014, 10:57 PM   #13
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
So I just "apt-get purge" everything one by one? Ehh.
 
Old 04-06-2014, 11:19 PM   #14
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by Archy1 View Post
So I just "apt-get purge" everything one by one? Ehh.
No, press "Enter" at the prompt:
Code:
Accept this solution? [Y/n/q/?]
that your posted in your previous post. But, as I said you may be better using apt-get instead of aptitude.

Evo2.
 
Old 04-12-2014, 02:40 PM   #15
Archy1
Member
 
Registered: Jan 2014
Distribution: Debian
Posts: 95

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by evo2 View Post
But, as I said you may be better using apt-get instead of aptitude.
"apt-get install wine-bin:i386" does not give me the option to remove all those packages, only "aptitude install wine-bin:i386" does and only after first pressing "n" as in "no".
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot install citrix client 64-bit for Linux on Wheezy cccc Debian 4 02-19-2014 11:29 PM
Debian compiling 32-bit Wine in 64-bit Wheezy 7.1 vik Debian 13 08-13-2013 01:39 AM
[SOLVED] Can we install 32 bit software in "Debian 7.0 (wheezy) amd64" operating system ? Bhanu999 Linux - Software 2 06-15-2013 11:56 PM
Fedora GNOME 64 bit install runs WINE & 32 bit Window games ? Hat_Noob Linux - Newbie 5 03-04-2013 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration