Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] wine is (not) installed? What am I missing?  (Read 3310 times)

Offline michaa7

  • User
  • Posts: 2.302
[EN] wine is (not) installed? What am I missing?
« on: 2013/04/25, 20:49:55 »
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

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.941
RE: wine is (not) installed? What am I missing?
« Reply #1 on: 2013/04/25, 21:46:34 »
dpkg -l | grep wine

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

Smon

  • Guest
RE: wine is (not) installed? What am I missing?
« Reply #2 on: 2013/04/25, 22:42:44 »
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.

Offline michaa7

  • User
  • Posts: 2.302
Re: RE: wine is (not) installed? What am I missing?
« Reply #3 on: 2013/04/26, 00:09:03 »
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

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
RE: Re: RE: wine is (not) installed? What am I missing?
« Reply #4 on: 2013/04/26, 06:55:12 »
Code: [Select]
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


Code: [Select]
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

Code: [Select]
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)
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.941
RE: Re: RE: wine is (not) installed? What am I missing?
« Reply #5 on: 2013/04/26, 07:23:52 »
wine is a metapackage. It must not be installed for using wine.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline michaa7

  • User
  • Posts: 2.302
Re: RE: Re: RE: wine is (not) installed? What am I missing?
« Reply #6 on: 2013/04/26, 13:02:12 »
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