I am trying to install spring with the APT I try all the commands here is what I get. I am using Ubuntu 7.10 x86
deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | \ sudo apt-key add -
bash: : command not found
deten@stephen-laptop:~$ sudo wget http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list \ -O /etc/apt/sources.list.d/springproject.list
--20:09:48-- http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ppa.launchpad.net... 91.189.90.217
Connecting to ppa.launchpad.net|91.189.90.217|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
20:09:48 ERROR 404: Not Found.
--20:09:48-- http://%20/
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ... failed: Name or service not known.
FINISHED --20:09:48--
Downloaded: 0 bytes in 0 files
That appears to not be working, so I try the commands beneath it:
deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.
deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.
deten@stephen-laptop:~$ sudo wget http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list -O /etc/apt/sources.list.d/springproject.list
--20:11:21-- http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ppa.launchpad.net... 91.189.90.217
Connecting to ppa.launchpad.net|91.189.90.217|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
20:11:21 ERROR 404: Not Found.
Can someone help me out please. thanks
Ubuntu Problems
Moderator: Moderators
Re: Ubuntu Problems
the key and sources.list are missing for some time i think, you'd have to contact yokozar about that
in the meantime: http://ppa.launchpad.net/spring/ubuntu/pool/main/s/
in the meantime: http://ppa.launchpad.net/spring/ubuntu/pool/main/s/
Re: Ubuntu Problems
Thats a shame, the APT system is really user friendly... I tried compiling before and i ran into some issues... though now I am a little more comfortable I will think about trying.koshi wrote:the key and sources.list are missing for some time i think, you'd have to contact yokozar about that
in the meantime: http://ppa.launchpad.net/spring/ubuntu/pool/main/s/
Thanks
Re: Ubuntu Problems
Wait, wait, wait. That's not how you should add the PPA.
Go to System - Administration - Software Sources, click on the third-party tab, add, and paste this line in:
After that, close, let it reload. Then open up the synaptic package manager (system - administration), click on search, select "name", and search for the word "spring".
You'll get a bunch of results - all are about spring except the "springgraph" and "springide". The rest are the engine, the client to the engine (spring lobby), and a ton of maps. I'd install them all.
After you got it installed, Spring Lobby will be in your games list. The only problem right now though is that while we got the maps, we need the mods (spring itself is just an engine. Useless without a mod to play it with). And they aren't uploaded to the PPA yet.
So hang tight a bit!
Go to System - Administration - Software Sources, click on the third-party tab, add, and paste this line in:
Code: Select all
deb http://ppa.launchpad.net/spring/ubuntu gutsy main
You'll get a bunch of results - all are about spring except the "springgraph" and "springide". The rest are the engine, the client to the engine (spring lobby), and a ton of maps. I'd install them all.
After you got it installed, Spring Lobby will be in your games list. The only problem right now though is that while we got the maps, we need the mods (spring itself is just an engine. Useless without a mod to play it with). And they aren't uploaded to the PPA yet.
So hang tight a bit!
Re: Ubuntu Problems
There a chance you can update the wiki
http://spring.clan-sy.com/wiki/SetupGuide
:) I am kinda new to this whole thing, I appreciate the help!
http://spring.clan-sy.com/wiki/SetupGuide
:) I am kinda new to this whole thing, I appreciate the help!
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
Re: Ubuntu Problems
I just walked into the errors too, it's pretty easily to tell users to just add it via synaptic 

- Paul-in-Devon-UK
- Posts: 29
- Joined: 28 Apr 2007, 18:48
Re: Ubuntu Problems
Has anyone managed an install on 8.04 yet?
I tried the obvious but had no luck. I even tried installing the i386.deb file from http://ppa.launchpad.net/spring/ubuntu/ ... /s/spring/ which at least gave me a readable error of 'Dependency is not satisfiable: libglewl.4'
As a NooB to Linux I am not sure about the above error but guess it is a V7/V8 issue.
I reluctantly looked at the Wine option but found you need the native install first so that quickly went out the window.
I tried the obvious but had no luck. I even tried installing the i386.deb file from http://ppa.launchpad.net/spring/ubuntu/ ... /s/spring/ which at least gave me a readable error of 'Dependency is not satisfiable: libglewl.4'
As a NooB to Linux I am not sure about the above error but guess it is a V7/V8 issue.
I reluctantly looked at the Wine option but found you need the native install first so that quickly went out the window.
Re: Ubuntu Problems
Ack, you got 8.04 installed a bit too early
. That's also the reason why I didn't upgrade my 7.10 yet - since 8.04 isn't officially out yet, not many places are supporting it.
I guess you should try the generic installer for now:
http://spring.clan-sy.com/wiki/Other_distros_install
Until Yokozar (maintainer of the PPA) enables the 8.04 stuff.
Let me know how that goes though for you.

I guess you should try the generic installer for now:
http://spring.clan-sy.com/wiki/Other_distros_install
Until Yokozar (maintainer of the PPA) enables the 8.04 stuff.
Let me know how that goes though for you.
Re: Ubuntu Problems
I'm going to upgrade my machine to 8.04 Hardy today, and then update the PPA to support it.
- Paul-in-Devon-UK
- Posts: 29
- Joined: 28 Apr 2007, 18:48
Re: Ubuntu Problems
Sweet. Ill download the new version in the morning then? LOL!YokoZar wrote:I'm going to upgrade my machine to 8.04 Hardy today, and then update the PPA to support it.

Re: Ubuntu Problems
Maybe you should compile from source.