Hi, just new to solarus.
I've followed the instruction to download packages for Ubuntu, however I got package not found error like this:
➜ ~ 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:
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:
➜ ~ 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:
Bandwidth or Storage Limit Exceeded
Maybe used up free bandwidth?