I want to install a new version of Wine because the one I installed with apt-get in Debian is quite old and buggy (0.9.25). So after doing "apt-get uninstall wine", I followed this guide (http://www.winehq.org/site/download-deb), to install a newer wine version but encountered a few problems: 1. the guide says> Now you can install Wine by clicking this link. Alternatively, you can install by going to Applications->Add/Remove and searching for Wine.The link I'm told to click is apt://wine, but doesn't work in Firefox ("Iceweasel doesn't know how to open this address, because the protocol (apt) isn't associated with any program. And I don't have a program named "Applications" either. 2. So I tried to manually install with apt-get install wine. But then it gives me this error:> # apt-get install wine > Reading package lists... Done > Building dependency tree... Done > Suggested packages: > msttcorefonts > The following NEW packages will be installed > wine > 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. > 12 not fully installed or removed. > Need to get 10.4MB of archives. > After unpacking 54.2MB of additional disk space will be used. > Get: 1 http://wine.budgetdedicated.com etch/main wine 0.9.58~winehq0~debian~4.0-1 [10.4MB] > Fetched 10.4MB in 6s (1639kB/s) > (Reading database ... 30713 files and directories currently installed.) > Unpacking wine (from .../wine_0.9.58~winehq0~debian~4.0-1_i386.deb) ... > dpkg: error processing /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb (--unpack): > trying to overwrite `/usr/lib/wine/msacm32.drv.so', which is also in package libwine > dpkg-deb: subprocess paste killed by signal (Broken pipe) > Errors were encountered while processing: > /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb > E: Sub-process /usr/bin/dpkg returned an error code (1) > # >Could anyone help me?
Austin English
2008-May-28 15:26 UTC
[Wine] need help installing new Wine version on Debian Etch
On Wed, May 28, 2008 at 8:55 AM, north <wineforum-user at winehq.org> wrote:> I want to install a new version of Wine because the one I installed with apt-get in Debian is quite old and buggy (0.9.25). > > So after doing "apt-get uninstall wine", I followed this guide (http://www.winehq.org/site/download-deb), to install a newer wine version but encountered a few problems: > > 1. the guide says > > >> Now you can install Wine by clicking this link. Alternatively, you can install by going to Applications->Add/Remove and searching for Wine. > > > The link I'm told to click is apt://wine, but doesn't work in Firefox ("Iceweasel doesn't know how to open this address, because the protocol (apt) isn't associated with any program. And I don't have a program named "Applications" either. > > 2. So I tried to manually install with apt-get install wine. But then it gives me this error: > > >> # apt-get install wine >> Reading package lists... Done >> Building dependency tree... Done >> Suggested packages: >> msttcorefonts >> The following NEW packages will be installed >> wine >> 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. >> 12 not fully installed or removed. >> Need to get 10.4MB of archives. >> After unpacking 54.2MB of additional disk space will be used. >> Get: 1 http://wine.budgetdedicated.com etch/main wine 0.9.58~winehq0~debian~4.0-1 [10.4MB] >> Fetched 10.4MB in 6s (1639kB/s) >> (Reading database ... 30713 files and directories currently installed.) >> Unpacking wine (from .../wine_0.9.58~winehq0~debian~4.0-1_i386.deb) ... >> dpkg: error processing /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb (--unpack): >> trying to overwrite `/usr/lib/wine/msacm32.drv.so', which is also in package libwine >> dpkg-deb: subprocess paste killed by signal (Broken pipe) >> Errors were encountered while processing: >> /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb >> E: Sub-process /usr/bin/dpkg returned an error code (1) >> # >> > > > Could anyone help me? > > > > > >Uninstall all wine related packages in your package manager (at least libwine is still installed).
Jim Hall
2008-May-28 16:18 UTC
[Wine] need help installing new Wine version on Debian Etch
>> > Could anyone help me? > > >> > > Uninstall all wine related packages in your package manager (at least > libwine is still installed). > >
Ove Kaaven
2008-May-28 16:35 UTC
[Wine] need help installing new Wine version on Debian Etch
Hmm. Scott (Ritchie), if you insist on putting everything into a single package, maybe you should add a Conflicts: libwine? It would prevent problems such as this... And to the original poster... you could apt-get remove libwine first if you really want to install those packages. But it seems that they're not up-to-date, so if you want 1.0-rc2 for etch, you could try http://people.debian.org/~ovek/wine/README instead of the winehq ones (that way there's no need to uninstall libwine either). north skrev:> 2. So I tried to manually install with apt-get install wine. But then it gives me this error: > > >> # apt-get install wine >> Reading package lists... Done >> Building dependency tree... Done >> Suggested packages: >> msttcorefonts >> The following NEW packages will be installed >> wine >> 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. >> 12 not fully installed or removed. >> Need to get 10.4MB of archives. >> After unpacking 54.2MB of additional disk space will be used. >> Get: 1 http://wine.budgetdedicated.com etch/main wine 0.9.58~winehq0~debian~4.0-1 [10.4MB] >> Fetched 10.4MB in 6s (1639kB/s) >> (Reading database ... 30713 files and directories currently installed.) >> Unpacking wine (from .../wine_0.9.58~winehq0~debian~4.0-1_i386.deb) ... >> dpkg: error processing /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb (--unpack): >> trying to overwrite `/usr/lib/wine/msacm32.drv.so', which is also in package libwine >> dpkg-deb: subprocess paste killed by signal (Broken pipe) >> Errors were encountered while processing: >> /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb >> E: Sub-process /usr/bin/dpkg returned an error code (1) >> # >> > > > Could anyone help me?
north
2008-May-28 16:51 UTC
[Wine] Re: need help installing new Wine version on Debian Etch
Thanks for the help guys, I'm new to Linux. :) I edited the sources.list and tried to install Ove's wine but this is what happens:> # nano /etc/apt/sources.list > # apt-get install wine > Reading package lists... Done > Building dependency tree... Done > Suggested packages: > msttcorefonts > The following NEW packages will be installed > wine > 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. > 12 not fully installed or removed. > Need to get 0B/10.4MB of archives. > After unpacking 54.2MB of additional disk space will be used. > W: Couldn't stat source package list http://people.debian.org ./ Packages (/var/ lib/apt/lists/people.debian.org_%7eovek_wine_._Packages) - stat (2 No such file or directory) > (Reading database ... 30713 files and directories currently installed.) > Unpacking wine (from .../wine_0.9.58~winehq0~debian~4.0-1_i386.deb) ... > dpkg: error processing /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_ i386.deb (--unpack): > trying to overwrite `/usr/lib/wine/msacm32.drv.so', which is also in package li bwine > dpkg-deb: subprocess paste killed by signal (Broken pipe) > Errors were encountered while processing: > /var/cache/apt/archives/wine_0.9.58~winehq0~debian~4.0-1_i386.deb > W: Couldn't stat source package list http://people.debian.org ./ Packages (/var/ lib/apt/lists/people.debian.org_%7eovek_wine_._Packages) - stat (2 No such file or directory) > W: Couldn't stat source package list http://people.debian.org ./ Packages (/var/ lib/apt/lists/people.debian.org_%7eovek_wine_._Packages) - stat (2 No such file or directory) > W: You may want to run apt-get update to correct these problems > E: Sub-process /usr/bin/dpkg returned an error code (1)It's basically the same error as in my first post. I think something with my cache is wrong..
north
2008-May-28 18:19 UTC
[Wine] Re: need help installing new Wine version on Debian Etch
Woohoo, it worked! Thanks A LOT! :D