1 (edited by t3 2010-04-25 18:13:28)

Topic: [REQUEST] Need RPM packet for teeworlds.

Hello everyone who reads this topic. I am asking for you to make a RPM packet so i will be able to launch teeworlds on mandriva. I hope you will add it.

2 (edited by Kottizen 2010-04-27 13:12:39)

Re: [REQUEST] Need RPM packet for teeworlds.

Open a terminal and type:

wget http://www.teeworlds.com/files/teeworlds-0.5.2-linux_x86.tar.gz && tar -xvf teeworlds-0.5.2-linux_x86.tar.gz && rm -rf teeworlds-0.5.2-linux_x86.tar.gz && cd teeworlds-0.5.2-linux_x86 && ./teeworlds

3 (edited by t3 2010-04-26 17:16:51)

Re: [REQUEST] Need RPM packet for teeworlds.

Sorry. It doesn`t work. it says:
--2010-04-26 19:20:13--  http://www.teeworlds.com/files/teeworld
Resolving www.teeworlds.com... 195.22.75.123
Connecting to www.teeworlds.com|195.22.75.123|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-04-26 19:20:13 ERROR 404: Not Found.

--2010-04-26 19:20:13--  http://%E2%80%A6/
Resolving …... failed: Name or service not known.
wget: unable to resolve host address `…'
--2010-04-26 19:20:14--  http://x86.tar.gz/
Resolving x86.tar.gz... failed: Name or service not known.
wget: unable to resolve host address `x86.tar.gz'

4 (edited by Kottizen 2010-04-27 13:12:55)

Re: [REQUEST] Need RPM packet for teeworlds.

Your DNS-settings seem to be work. Anyways, try this:

wget [url]http://195.22.75.123/files/teeworld[/url] … x86.tar.gz && tar -xvf teeworlds-0.5.2-linux_x86.tar.gz && rm -rf teeworlds-0.5.2-linux_x86.tar.gz && cd teeworlds-0.5.2-linux_x86 && ./teeworlds

5

Re: [REQUEST] Need RPM packet for teeworlds.

Yeah, it's totally the DNS, we can see that wget can't associate www.teeworlds.com to 195.22.75.123 by these two lines.

Resolving www.teeworlds.com... 195.22.75.123
Connecting to www.teeworlds.com|195.22.75.123|:80... connected.

He just copy-pasted the line you gave, including the " ... " in the url. as we can see in the first line.

--2010-04-26 19:20:13--  http://www.teeworlds.com/files/teeworld

You should try to use your brain sometimes.

wget http://www.teeworlds.com/files/teeworlds-0.5.2-linux_x86.tar.gz && tar -xvf teeworlds-0.5.2-linux_x86.tar.gz && rm -rf teeworlds-0.5.2-linux_x86.tar.gz && cd teeworlds-0.5.2-linux_x86 && ./teeworlds
spl0k, aka Al`. From the HuH clan.
Noobing pwns since 01/01/1970.
TeeViewer - TeeComp

6

Re: [REQUEST] Need RPM packet for teeworlds.

The real problem is that the forums shorten the long url by adding ... to the link, so if you copy paste the link it looks like this:

wget http://www.teeworlds.com/files/teeworld … x86.tar.gz

When posting commands or code use the code tags, to prevent such problems. Anyway the guy asked for an rpm package not for a way to download and install the game in 1 command. I'm sure he could do that by navigating to the downloads section and downloading and installing the game manually. Anyway a quick google search came up with this. ( notice the sweet ... hiding in the link, how cute )

http://rpm.pbone.net/index.php3/stat/4/ … 6.rpm.html

We will meet again when the flowers spread their glorious scent of victory and the birds sing us the melody of justice...

7

Re: [REQUEST] Need RPM packet for teeworlds.

Oh, didn't notice that, thanks guys. Changed my posts.