Hello, I have been trying to create a server on Ubuntu using the guide pinned to this forum list, and I have some trouble with step 2.
When I try to do this:
Quotewget 'http://prdownloads.sourceforge.net/tremulous/tremulous-1.1.0.zip?download'
I get this:
--21:13:35-- http://prdownloads.sourceforge.net/tremulous/tremulous-1.1.0.zip?download
=> `tremulous-1.1.0.zip?download'
Resolving prdownloads.sourceforge.net... 216.34.181.60
Connecting to prdownloads.sourceforge.net|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://voxel.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip [following]
--21:13:35-- http://voxel.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip
=> `tremulous-1.1.0.zip'
Resolving voxel.dl.sourceforge.net... 208.122.62.226
Connecting to voxel.dl.sourceforge.net|208.122.62.226|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 105,821,907 (101M) [application/zip]
tremulous-1.1.0.zip: Permission denied
Cannot write to `tremulous-1.1.0.zip' (Permission denied).Any help?
you need root to write to /usr/local/games
Use sudo. As in sudo wget 'http://prdownloads.sourceforge.net/tremulous/tremulous-1.1.0.zip?download'.