Trouble installing wine
-
- Newbie
- Posts: 4
- Joined: Sun Aug 30, 2009 4:06 pm
Trouble installing wine
I can't download the Scott Richie key for wine because the link is down. I tried doing it through command line and I got the error : gpg: no valid OpenPGP data found.
-
- Newbie
- Posts: 4
- Joined: Sun Aug 30, 2009 4:06 pm
Trouble installing wine
On Sun, Aug 30, 2009 at 6:40 PM, burntresistor<[email protected]> wrote:
--
-Austin
That's only to compile 64-bit wine, not 32-bit wine on 64-bit.tired compiling it myself but i have amd64 , and for 64bit i need the gcc to be upgraded 4.4. Didn't see that in packet manager
--
-Austin
-
- Newbie
- Posts: 4
- Joined: Sun Aug 30, 2009 4:06 pm
Do as it says and install the 32-bit development librariesburntresistor wrote:when i just tried to compile it as 32bit on 64bit i received this error configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

Probably:
Code: Select all
sudo apt-get build-dep wine
-
- Newbie
- Posts: 4
- Joined: Sun Aug 30, 2009 4:06 pm
-
- Level 1
- Posts: 9
- Joined: Mon Apr 28, 2008 10:59 am
Maybe yo need to run as root/super-userburntresistor wrote:After it ran the make command I checked the wine and the version was still the stable version which i already had installed it didn't upgrade to 1.2.28. do I need to remove the stable version and reinstalled the version I want
Code: Select all
# make install
I installed wine but cannot find it.
I installed wine but cannot find it in my apps. This is my 3rd or 4th installation of wine in my Ubuntu 9.04 and no problems in the past. Now when I install I cannot go to my applications menu and system tools where it should be but its not? Anyone help me here?
Re: I installed wine but cannot find it.
Plain Wine doesn't add itself to the menu. When you install an app in Wine, that should be added to your menu.radiofly wrote:I installed wine but cannot find it in my apps. This is my 3rd or 4th installation of wine in my Ubuntu 9.04 and no problems in the past. Now when I install I cannot go to my applications menu and system tools where it should be but its not? Anyone help me here?
That did it here. Thanks.jorl17 wrote:Probably:
should do it.Code: Select all
sudo apt-get build-dep wine
