Installing wine on heroku stack running Ubuntu

Questions about Wine on Linux
Locked
sevan
Newbie
Newbie
Posts: 1
Joined: Mon Apr 13, 2015 5:18 pm

Installing wine on heroku stack running Ubuntu

Post by sevan »

Hi,

Heroku is a popular cloud application service and it is current for me running Ubuntu 14.04 and I am trying to install wine 1.6 on it and encountering the following error:

Fetching .debs for wine1.6
Reading package lists...
Building dependency tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
wine1.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) but it is not installable
Recommends: cups-bsd but it is not going to be installed
Recommends: gnome-exe-thumbnailer but it is not going to be installed or
kde-runtime but it is not going to be installed
........................................
I am using apt-get buildpack to get the dependencies and getting this error. Any specific help or experiences that people had on heroku using the same buildpack would be appreciated. I couldn't get sudo buildpack to work.

Thank you !
Sevan
User avatar
dimesio
Moderator
Moderator
Posts: 13211
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing wine on heroku stack running Ubuntu

Post by dimesio »

Ask on your distro's support forum. It's a packaging issue, not a Wine issue. viewtopic.php?f=8&t=19854
Locked