Installing/compiling wine 1.5.4 on ubuntu 14.04

Questions about Wine on Linux
Locked
SolarAnthem
Level 1
Level 1
Posts: 7
Joined: Sat May 31, 2014 8:32 am

Installing/compiling wine 1.5.4 on ubuntu 14.04

Post by SolarAnthem »

I am having trouble installing wine 1.5.4 (to test Metro 2033). When I tried to compile it there were errors about freetype when configuring and make would not complete, so I got a deb package from http://wine.budgetdedicated.com/archive/binary/. When trying to install that deb there are some dependency issues that I am unsure how to fix. This is the output from "sudo dpkg -i wine1.5-dbg_1.5.4-0ubuntu1~ppa1~precise1+pulse17_i386.deb":

Code: Select all

Selecting previously unselected package wine1.5-dbg:i386.
(Reading database ... 344775 files and directories currently installed.)
Preparing to unpack wine1.5-dbg_1.5.4-0ubuntu1~ppa1~precise1+pulse17_i386.deb ...
Unpacking wine1.5-dbg:i386 (1.5.4-0ubuntu1~ppa1~precise1+pulse17) ...
dpkg: dependency problems prevent configuration of wine1.5-dbg:i386:
 wine1.5-dbg:i386 depends on wine1.5-i386 (= 1.5.4-0ubuntu1~ppa1~precise1+pulse17); however:
  Package wine1.5-i386 is not installed.

dpkg: error processing package wine1.5-dbg:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 wine1.5-dbg:i386
Shouldn't this deb be installing wine1.5-i386?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing/compiling wine 1.5.4 on ubuntu 14.04

Post by dimesio »

Ask your distro. WineHQ has nothing to do with binary packages.
Locked