Hello there folks, I have some problems installing Wine on Lenny. I open my root shell and add the repository and then i do Code: wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add And it returns: Code: robin1337:/home/robin# wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add --2010-03-24 17:14:25-- http://www.lamaresh.net/apt/key.gpg Resolving www.lamaresh.net... gpg: can't open `': No such file or directory 62.149.140.127 Connecting to www.lamaresh.net|62.149.140.127|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1385 (1.4K) [text/plain] Saving to: `STDOUT' 0% [ ] 0 --.-K/s in 0s Cannot write to `-' (Broken pipe). robin1337:/home/robin# And yes i am root. I did su and edited the sources.lst so that can not be the problem.
Hi Ragingb, Try putting forwards ticks around the URL: ' ' wget -O - 'http://www.lamaresh.net/apt/key.gpg' | apt-key add Then it'll work as shown below (although I did not pipe it to apt-key) $ wget -O - 'http://www.lamaresh.net/apt/key.gpg' --2010-03-24 17:36:53-- http://www.lamaresh.net/apt/key.gpg Connecting to 127.0.0.1:8118... connected. Proxy request sent, awaiting response... 200 OK Length: 1385 (1.4K) [text/plain] Saving to: `STDOUT' 0% [ ] 0 --.-K/s -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (GNU/Linux) mQGiBElzdjkRBACXOL8DjsWUHZIUNPaZOek44vuTX9se0uJEJetJTg939KxTW/dt iciEauYlQkJJfzIFaMuWp4I9GD3tJs3tWiAsdRng82Hk3qfEFbthNTTbSSZybd2h 0gJACY/utgsFrL8srrkewe8sWv6MnzidylP1ADgwW2fmHLrOehvyX4EJ7wCg3K+E /ylazDDO0hBPKF5K0HOCug0D/A/927aO4bMGlxojmLPIl+YMYEx9iIPObr4I0KeD 98R9vD+OdLLxv/8BFPk4DxTjqHfj7pY066tIIfLkrsld/6pTqjBg56iJV0Z/MfB9 sffw9PG0peJMZPZ0wrop+Pdj6Stjp8KCmIuNgMuhpITQEqTtN8IifSMEqrgoS6My z3kyA/wJ6y0hGDyDfzqtrm987BP6XVpZj/QY2KTiUyB1FXPAS1BqaexPeJfs6hzI e5bKEp78jMPHxrcXeAvKiiEiKbqOxwuyzgHjXSPThonjcAk0iG7nEsJYlDkLj4SS Euth3F3GTtwubOs7eaBqcf65Z8ouUeOzyiUcSQzqN4p0U6Wpa7RHbWF1cmlsaW8g Z2Vub3Zlc2UgKHRoaXMgaXMgZm9yIHdpbmUgcmVwb3NpdG9yeSkgPHJlcG9zaXR5 QGxhbWFyZXNoLm5ldD6IYAQTEQIAIAUCSXN2OQIbIwYLCQgHAwIEFQIIAwQWAgMB Ah4BAheAAAoJEJBcdSWNSyTSEsoAoNqIDtK476COPNdis8HlCArvQrdYAJ97gI1F QT6OgUGUDkmj5kSl792237kBDQRJc3Y5EAQA1eyO1b0OAdwQLK0iaDVXF+Cgd6Yk k/fWgGmQGFK2BK4gKtoXXkEhpj9U3/rba+qTUeqD+pxOGD+/jGBm3os4XUCKbuB2 svKtHfGOvskLp5+R70XoHnAV7CschFJuEinM25Vrd10HMzSDi118nGYH+Ui8Qelp hqDtoJggQjzdumsAAwYD+gIpTbLZjuJMVq+Q/esws2Oe1FEvyYAhkbW1quOQYMYz zHmvQKczS8qCV6+oVbeX40+veLyLgwhCaVsIwIk9cnNC+V9uNLLGRWvX1mrizN/A INReIvKrj+pAbu1YW4alNoqUzdVuIdC81Kf+AeAvQWVyDr2kSy8XMZN/oEeB6A0P iEkEGBECAAkFAklzdjkCGwwACgkQkFx1JY1LJNJdTgCfduJxGMJHuXb4trMkI114 OhodxoEAoJCqhEdNMHXMAfnNbUljqyf0Sj7e =eS/I -----END PGP PUBLIC KEY BLOCK----- 100%[======================================>] 1,385 --.-K/s in 0s 2010-03-24 17:36:53 (46.8 MB/s) - `-' saved [1385/1385] ragingb wrote:> Hello there folks, I have some problems installing Wine on Lenny. > > I open my root shell and add the repository and then i do > > Code: > > wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add > > > > > And it returns: > > Code: > > robin1337:/home/robin# wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add > --2010-03-24 17:14:25-- http://www.lamaresh.net/apt/key.gpg > Resolving www.lamaresh.net... gpg: can't open `': No such file or directory > 62.149.140.127 > Connecting to www.lamaresh.net|62.149.140.127|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 1385 (1.4K) [text/plain] > Saving to: `STDOUT' > > 0% [ ] 0 --.-K/s in 0s > > > Cannot write to `-' (Broken pipe). > robin1337:/home/robin# > > > > > And yes i am root. I did su and edited the sources.lst so that can not be the problem. > > > > > >
pretty annoying problem here.. Code: robin at robin1337:~$ su Password: robin1337:/home/robin# whoami root robin1337:/home/robin# wget -O - 'http://www.lamaresh.net/apt/key.gpg' | apt-key add --2010-03-25 02:34:12-- http://www.lamaresh.net/apt/key.gpg Resolving www.lamaresh.net... gpg: can't open `': No such file or directory 62.149.140.127 Connecting to www.lamaresh.net|62.149.140.127|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1385 (1.4K) [text/plain] Saving to: `STDOUT' 0% [ ] 0 --.-K/s in 0s Cannot write to `-' (Broken pipe).
lol, i just saw there a second method xD Maybe you guys could consider my method being a third one..
Hey James McKenzie, did you told the Debian support about this already? If not let me tell them please...? I don't know if this is a huge bugfix but if it is it wouldn't be fair for me to gain all the credits because I wouldn't find out about this if you didn't told me just now. What is the best way to tell the Debian folks, I would say open a forum topic on their support website or send them an e-mail do you maybe know about a more direct way to report this? Now I had to fix something else, when I where trying to get win32 apps running I noticed some trouble and noticed it wasn't running v1.1.41 instead it was still running the Debian version 1. 0.1-1 all along so I managed synamptic to uninstall wine 1.0.1-1 and some stuff around it. The I closed synaptic I opened synaptic again and then did a search for wine. Some libwine-... v1.0.1-1 were still in place I didn't remove them. Then when I took a view down the list I saw available for install "wine v1.0.0-1". Then i found out that I could set it manually to force install v1.1.41. I did, and synaptic marked all the libwine-... library's for uninstall marked some needs for install and now it works it says v.1.1.41. I am still have a liltle doubt about that key file thing I did because if there was not a solution for this jet how comes there are still reviews of users running Debian Lenny and a high version of wine like v1.1.xx? I version checked it this time and it
I posted the workaround on the dutch debian mailinglist maybe they know where I actualy report this. It feld better to tell it first to the dutch debian crowd that lead the mailinglist.
I posted the workaround on the dutch Debian mailing list maybe they know where I actually report this. It felt better to tell it first to the dutch debian crowd that lead the mailing list. For the interested folks who do speak dutch here is where I posted it. http://lists.debian.org/debian-user-dutch/2010/03/msg00044.html