Quick question about installing Wine.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
DSpider
Newbie
Newbie
Posts: 4
Joined: Wed Jul 30, 2008 8:41 pm

Quick question about installing Wine.

Post by DSpider »

I'm running Debian Etch and after runing:

Code: Select all

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list
just like it says here and then runing:

Code: Select all

sudo apt-get update 
It says:

[...]

Hit http://ftp.ro.debian.org etch/main Sources
Hit http://ftp.ro.debian.org etch/non-free Sources
Hit http://ftp.ro.debian.org etch/contrib Sources
Fetched 61.4kB in 0s (71.5kB/s)
Reading package lists... Done
W: GPG error: http://wine.budgetdedicated.com etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263
W: You may want to run apt-get update to correct these problems


What public key ?? :?: Bad mirror ?
DSpider
Newbie
Newbie
Posts: 4
Joined: Wed Jul 30, 2008 8:41 pm

Post by DSpider »

Hmmm...

I only had to run:

Code: Select all

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Code: Select all

wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list

Code: Select all

apt-get update
[...]

Hit http://ftp.ro.debian.org etch/non-free Sources
Hit http://ftp.ro.debian.org etch/contrib Sources
Fetched 58.4kB in 0s (73.3kB/s)
Reading package lists... Done


Ok... Now what ? What else do I need to install Wine ? Please point me in the right direction. :) Thank you.

Edit: I went here and downloaded the 1.1.1 etch version. Did I do ok ? Then I ran:

Code: Select all

dpkg -i tralalalalala.deb
and used Synaptic to download the rest of the packages (dependencies). Then I had to click the "Detalils" button to add "WORKGROUP" (I think that was the right thing to do...) and chose not to use DHCP-whatnot. Hope I dod ok. :D I'm new to this stuff.
Locked