Installation: Ubuntu 14.04 debian package not found

Started by feng_ye, March 28, 2016, 09:59:53 AM

Previous topic - Next topic
Hi, just new to solarus.

I've followed the instruction to download packages for Ubuntu, however I got package not found error like this:

Code (cpp) Select
➜  ~ sudo apt-get install solarus
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus
➜  ~ sudo apt-get install solarus-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus-editor


Sounds like db not updated. Then after I do apt-get update, I found there're errors like this:
Code (cpp) Select
W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/source/Sources  HttpError429

W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/binary-amd64/Packages  HttpError429

W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/binary-i386/Packages  HttpError429


Then I went to /etc/apt/sources.list.d/NateDevv_solarusDebs.list, it sounds okay:
Code (cpp) Select
➜  ~ cat /etc/apt/sources.list.d/NateDevv_solarusDebs.list
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/NateDevv/solarusDebs

deb https://packagecloud.io/NateDevv/solarusDebs/ubuntu/ trusty main
deb-src https://packagecloud.io/NateDevv/solarusDebs/ubuntu/ trusty main


However when I got to urls like https://packagecloud.io/NateDevv/solarusDebs/ubuntu, the provider complains the bandwidth is used up:
Code (cpp) Select
Bandwidth or Storage Limit Exceeded

Maybe used up free bandwidth?

Never mind, managed to compile from source :) It's relative easy for ubuntu

Ok, good. I contacted Nate (the maintainer of Solarus debian packages), still waiting for the reply.

feng_ye: sorry for not getting back to you quickly.  In case you haven't already seen, I've set up a launchpad Ubuntu PPA at https://launchpad.net/~nate-devv/+archive/ubuntu/solarus in response to the bandwidth issue that I had been having with the packagecloud.io repository.  If you still want to install packages, this is now the way to do so.

July 24, 2016, 11:21:16 AM #4 Last Edit: July 24, 2016, 11:23:37 AM by Christopho
I just updated the download page here for Ubuntu: http://www.solarus-games.org/engine/download/
I think the instructions are okay but you can check :)
About Debian, I am not sure, what are the download instructions I just put?

Anyway, thanks for the great work Nate!

Quote from: Christopho on July 24, 2016, 11:21:16 AM
I just updated the download page here for Ubuntu: http://www.solarus-games.org/engine/download/
I think the instructions are okay but you can check :)
I'm pretty sure those instructions will work.

Quote
About Debian, I am not sure, what are the download instructions I just put?
I put some directions in the forum post, maybe a link there will suffice? I tried to make a shell script for it, but it wasn't working. Maybe I can try again and get one up that can be linked to.

Christopho, just poking around the Ubuntu documentation.  Snice it's an Ubuntu PPA, the whole url can be replaced with ppa:nate-devv/solarus.

Quote from: Nate-Devv on July 27, 2016, 05:12:52 PM
Christopho, just poking around the Ubuntu documentation.  Snice it's an Ubuntu PPA, the whole url can be replaced with ppa:nate-devv/solarus.
I didn't know, thanks! It is okay now?

Yeah! Looks good. Uploaded 1.5 to the ppa, it's getting processed, working on the editor and games update.