Hello, I use Ubuntu 14.04, I can't install Solarus 1.4.5

Started by NoIE, December 14, 2015, 03:26:33 PM

Previous topic - Next topic
I add "deb http://nd-apt.s3.amazonaws.com jessie main" to sources.list and run "sudo apt-get update":

忽略 http://nd-apt.s3.amazonaws.com jessie InRelease
忽略 http://nd-apt.s3.amazonaws.com jessie Release.gpg
忽略 http://nd-apt.s3.amazonaws.com jessie Release
错误 http://nd-apt.s3.amazonaws.com jessie/main amd64 Packages
错误 http://nd-apt.s3.amazonaws.com jessie/main i386 Packages
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-zh_CN
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-zh
忽略 http://nd-apt.s3.amazonaws.com jessie/main Translation-en
W: 无法下载 http://nd-apt.s3.amazonaws.com/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: 无法下载 http://nd-apt.s3.amazonaws.com/dists/jessie/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

sorry for my english.

Hi,
The location of Debian packages has just changed, I updated the download page.

Thanks, I installed solarus, but how to run Solarus Quest Editor? Need to compile it?

You can install the solarus-quest-editor package. Then there should be a command "solarus-quest-editor" and maybe a shortcut in the menus.

liu@N750:~$ sudo apt-get install solarus-quest-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus-quest-editor

liu@N750:~$ sudo apt-get install solarus-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
solarus-editor is already the newest version.
The following packages were automatically installed and are no longer required:
  calligra-l10n-zhcn kde-l10n-engb kde-l10n-lv kde-l10n-zhcn libpcap0.8:i386
  linux-image-3.13.0-32-generic linux-image-3.13.0-39-generic
  linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-39-generic
  linux-signed-image-3.13.0-32-generic linux-signed-image-3.13.0-39-generic
  mplayer-skins wine-gecko2.34 wine-gecko2.34:i386 wine-mono4.5.4
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

liu@N750:~$ solarus-quest-editor
solarus-quest-editor: command not found

liu@N750:~$ solarus-editor
solarus-editor: command not found

It seems to be a problem on my end (browsing the packages tells us that there was no bunary in the package). I was having trouble compiling that package, and then it was only failing in the 32 bit package, but I thought that it had actually compiled this one.  You are welcome to try compiling it yourself by calling 'apt-get source solarus-editor', this should download the source tarballs for you. I'm thinking about reverting the packages to version 1.4.2, because then I have good working packages of that version.

liu@N750:~$ sudo apt-get source solarus-editor
[sudo] password for liu:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for solarus-editor

Okay, I think I continue to use Solarus in Virtualbox. Thank you!