[Debian] Trippy wine installation suggestions

Questions about Wine on Linux
Locked
SolSoCoG
Newbie
Newbie
Posts: 1
Joined: Mon Aug 04, 2014 4:12 am

[Debian] Trippy wine installation suggestions

Post by SolSoCoG »

Can someone explain that behaviour of wine? I've installed wine-unstable, which I unstalled afterwards, now when trying to get the stable wine or unstable wine, I get this:
loft9451:/# apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
easy-rsa libaio1 libapr1 libasound2:i386 libasyncns0:i386 libblas3 libc-client2007e libcap2:i386 libdb5.3:i386 libdbus-1-3:i386 libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386 libelf1:i386 libexif12:i386
libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgcrypt11:i386 libgd3:i386 libgfortran3 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglu1-mesa:i386 libgnutls26:i386
libgpg-error0:i386 libgphoto2-6:i386 libgphoto2-port10:i386 libhtml-template-perl libice6:i386 libirs141 libjbig0:i386 libjpeg8:i386 libjson-c2:i386 liblcms2-2:i386 libldap-2.4-2:i386 liblinear1 libllvm3.4:i386 libltdl7:i386
liblua5.2-0 libmpg123-0:i386 libogg0:i386 libopenal1:i386 liborc-0.4-0:i386 libp11-kit0:i386 libpcap0.8 libpciaccess0:i386 libpng12-0:i386 libprotobuf8 libpulse0:i386 libsasl2-2:i386 libsasl2-modules-db:i386 libsm6:i386
libsndfile1:i386 libstdc++6:i386 libsystemd-id128-0:i386 libsystemd-journal0:i386 libtasn1-6:i386 libterm-readkey-perl libtiff5:i386 libtxc-dxtn-s2tc0:i386 libudev1:i386 libusb-1.0-0:i386 libvorbis0a:i386 libvorbisenc2:i386
libvpx1:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 libxcb-sync1:i386 libxcb1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386
libxext6:i386 libxfixes3:i386 libxi6:i386 libxml2:i386 libxmlrpc-core-c3 libxpm4:i386 libxrender1:i386 libxshmfence1:i386 libxtst6:i386 libxxf86vm1:i386 lua-dbi-common lua-event lua-expat lua-filesystem lua-socket lua5.1 mlock ndiff
python-lxml
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libexif12 libgphoto2-6 libgphoto2-l10n libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libmpg123-0 libopenal-data libopenal1 libwine libwine-gecko-2.21 wine64
Suggested packages:
gphoto2 gtkam libvisual-0.4-plugins gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base libportaudio2 cups-bsd wine-doc winbind
Recommended packages:
wine32
The following packages will be REMOVED:
apache2-utils bind9 bind9utils clamav-daemon dovecot-core dovecot-imapd dovecot-mysql dovecot-pop3d libaprutil1 libdbd-mysql-perl libmariadbclient18 libmysqlclient18 libpkcs11-helper1 libtorrent14 links2 lua-dbi-mysql lua-sec
mariadb-client-10.0 mariadb-client-core-10.0 mariadb-server-10.0 mariadb-server-core-10.0 mosh nmap ntp opensc opensc-pkcs11 openvpn php5-fpm php5-imap postfix-mysql proftpd-basic prosody python2.6-minimal rtorrent
The following NEW packages will be installed:
libexif12 libgphoto2-6 libgphoto2-l10n libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libmpg123-0 libopenal-data libopenal1 libwine libwine-gecko-2.21 wine wine64
0 upgraded, 13 newly installed, 34 to remove and 0 not upgraded.
Need to get 60,9 MB/62,6 MB of archives.
After this operation, 7.969 kB disk space will be freed.
Do you want to continue? [J/n]

I'd rather not remove half my services for wine?! How to fix this?
Greets, SolSoCoG
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: [Debian] Trippy wine installation suggestions

Post by spoon0042 »

You probably don't want to be installing the plain wine package anyway since that is wine version 1.6.

Did you add anything to sources.list or do you just have the official debian repositories?

You can try for example 'apt-get install apache2-utils' which may give a better idea of what's conflicting.
Locked