wine is (not) installed? What am I missing?

Started by michaa7, 2013/04/25, 20:49:55

Previous topic - Next topic

michaa7

It's not a problem, but I'd like to understand:

How is this possible within one installation (keine = none)?

Quote# apt-cache policy wine
wine:
 Installiert:           (keine)
 Installationskandidat: 1.4.1-4
 Versionstabelle:
    1.4.1-4 0
       900 http://http.debian.net/debian/ sid/main i386 Packages
       500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
    1.0.1-3.1 0
       500 http://ftp.nl.debian.org/debian/ stable/main i386 Packages


Quote$ wine --version
wine-1.4.1

Wine is working! I am useing mp3DirectCut, a windows programm. But why doesn't apt know about it?
Are all wine files "installed" only within the users home directory? This would explain the situation because my home is rather old ( from "sidux" times ).

Could someone please explain whether I'm right or not?
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

towo

Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Smon

same here:
Quote
$ apt-cache policy wine
wine:
 Installiert:           (keine)
 Installationskandidat: 1.4.1-4
 Versionstabelle:
    1.4.1-4 0
       500 http://http.debian.net/debian/ unstable/main amd64 Packages
       500 http://http.debian.net/debian/ testing/main amd64 Packages
    1.4-1.siduction.1 0
       100 http://packages.siduction.org/experimental/ unstable/main amd64 Packages

$ dpkg -l | grep wine
rc  libwine                                                 1.4.1-4                            i386         Windows API implementation - library
ii  libwine-bin-unstable:i386                               1.5.6-2                            i386         Windows API implementation - system services
ii  libwine-gecko-1.4                                       1.4+dfsg1-3                        all          Windows API implementation - web browser module
ii  libwine-unstable:i386                                   1.5.6-2                            i386         Windows API implementation - library
rc  wine-bin                                                1.4.1-4                            i386         Windows API implementation - binary loader
ii  wine-bin-unstable                                       1.5.6-2                            i386         Windows API implementation - binary loader
ii  wine-unstable                                           1.5.6-2                            amd64        Windows API implementation - standard suite
ii  winetricks                                              0.0+20121030+svn918-2              all          package manager for WINE to install software easily

wine works.

michaa7

Quote from: "towo"dpkg -l | grep wine

will enlighten you

It does not. But I assume all's ok.

Thanks.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

piper

piper@x1:~$ apt-cache policy wine
wine:
 Installed: 1.4.1-4
 Candidate: 1.4.1-4
 Version table:
*** 1.4.1-4 0
       500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
       100 /var/lib/dpkg/status


piper@x1:~$ dpkg -l | grep wine
ii  libkwineffects1abi3                                       4:4.8.4-6                          amd64        library used by effects for the KDE window manager
ii  libkwineffects1abi4                                       4:4.10.2-3~siduction1              amd64        library used by effects for the KDE window manager
ii  libwine                                                   1.4.1-4                            i386         Windows API implementation - library
ii  libwine-alsa:i386                                         1.4.1-4                            i386         Windows API implementation - ALSA sound module
ii  libwine-bin:i386                                          1.4.1-4                            i386         Windows API implementation - system services
ii  libwine-gecko-1.4                                         1.4+dfsg1-3                        all          Windows API implementation - web browser module
ii  libwine-gl:i386                                           1.4.1-4                            i386         Windows API implementation - OpenGL module
ii  libwine-openal:i386                                       1.4.1-4                            i386         Windows API implementation - OpenAL module
ii  wine                                                      1.4.1-4                            amd64        Windows API implementation - standard suite
ii  wine-bin                                                  1.4.1-4                            i386         Windows API implementation - binary loader
ii  winetricks                                                0.0+20121030+svn918-2              all          package manager for WINE to install software easily

System:    Host: x1 Kernel: 3.8-8.towo-siduction-amd64 x86_64 (64 bit)
          Desktop: KDE 4.10.2 Distro: siduction 12.2.0 Riders on the Storm - kde - (201304191610)
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

towo

wine is a metapackage. It must not be installed for using wine.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

michaa7

Quote from: "towo"wine is a metapackage. ...
thanks towo
Ok, you can't code, but you still might be able to write a bug report for Debian's sake