Newbie to Wine and Debian - Installing wine for Debian Etch

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
krraleigh
Level 1
Level 1
Posts: 5
Joined: Thu Jul 31, 2008 12:46 am

Newbie to Wine and Debian - Installing wine for Debian Etch

Post by krraleigh »

Trying to install the key so that I can install wine, but I have this error.

krraleigh-PC:/etc/apt# wget -q http://wine.budgetdedicated.com/aapt/387##263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.

Can you suggest what I might do next?

Thank You
Kevin
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Re: Newbie to Wine and Debian - Installing wine for Debian E

Post by Tlarhices »

krraleigh wrote:Trying to install the key so that I can install wine, but I have this error.

krraleigh-PC:/etc/apt# wget -q http://wine.budgetdedicated.com/aapt/387##263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.

Can you suggest what I might do next?

Thank You
Kevin
From http://www.winehq.org/site/download-deb
The right command is :

Code: Select all

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
krraleigh
Level 1
Level 1
Posts: 5
Joined: Thu Jul 31, 2008 12:46 am

more questions

Post by krraleigh »

thanx for insight

I loaded wine and tried to find version info and the help but this is what I get instead. From the looks of things it looks like I have a few errors here. Can someone looks this info over and tell me if I am correct?
krraleigh-PC:/etc/apt# wine --help
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
krraleigh-PC:/etc/apt# wine -version
wine: created the configuration directory '/root/.wine'
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on CA0106, disabling mixer
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/root/.wine' has been updated.
wine: could not load L"C:\\windows\\system32\\-version.exe": Module not found
It looks like my audio mixer has been disabled, and that I won't be able to run browsers. Is this correct? What to do...

insight appreciated
thank you
Kevin
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

wine: created the configuration directory '/root/.wine'
Never run Wine as root. http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
krraleigh
Level 1
Level 1
Posts: 5
Joined: Thu Jul 31, 2008 12:46 am

installing wine as root

Post by krraleigh »

OK I installed wine as root, even better I am in the process of installing IE

Should I uninstall wine and IE and start over?

If so is the uninstall the same as installing in aptitude?

Kevin
krraleigh
Level 1
Level 1
Posts: 5
Joined: Thu Jul 31, 2008 12:46 am

uninstalling wine

Post by krraleigh »

thanx found what I was looking for

Kevin
krraleigh
Level 1
Level 1
Posts: 5
Joined: Thu Jul 31, 2008 12:46 am

wines directory

Post by krraleigh »

I have wine in usr/bin/wine is this a problem?
I uninstalled it from / but this directory structure persisted and wine is still working.

Thank you
Kevin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wines directory

Post by vitamin »

krraleigh wrote:I have wine in usr/bin/wine is this a problem?
I uninstalled it from / but this directory structure persisted and wine is still working.

Thank you
Kevin
You install Wine as root.
You run Wine as normal user. That includes installing programs under Wine.
dorsey riggs
Newbie
Newbie
Posts: 1
Joined: Fri Aug 08, 2008 12:15 am

Post by dorsey riggs »

I can't install wine at all. each time i follow the commands for installing debian this is what i get.

debian:/home/dorsey# sudo apt-get update
Ign cdrom://[Debian GNU/Linux 4.0 r4 _Etch_ - Official i386 CD Binary-1 20080726-23:25] etch Release.gpg
Ign cdrom://[Debian GNU/Linux 4.0 r4 _Etch_ - Official i386 CD Binary-1 20080726-23:25] etch Release
Ign cdrom://[Debian GNU/Linux 4.0 r4 _Etch_ - Official i386 CD Binary-1 20080726-23:25] etch/contrib Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 4.0 r4 _Etch_ - Official i386 CD Binary-1 20080726-23:25] etch/main Packages/DiffIndex
Get:1 http://security.debian.org etch/updates Release.gpg [189B]
Get:2 http://wine.budgetdedicated.com etch Release.gpg [191B]
Hit http://security.debian.org etch/updates Release
Hit http://wine.budgetdedicated.com etch Release
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://security.debian.org etch/updates/contrib Packages
Ign http://wine.budgetdedicated.com etch/main Packages/DiffIndex
Hit http://security.debian.org etch/updates/main Sources
Hit http://security.debian.org etch/updates/contrib Sources
Ign http://wine.budgetdedicated.com etch/main Sources/DiffIndex
Ign http://wine.budgetdedicated.com etch/main Packages
Hit http://wine.budgetdedicated.com etch/main Sources
Hit http://wine.budgetdedicated.com etch/main Packages
Fetched 2B in 1s (1B/s)
Reading package lists... Done
d

any suggestions or help would be appreciated.
Locked