Ubuntu Xenial runtime install failure

Following the instructions here:
panda3d.org/download.php?pla … .4&runtime
(and having remembered to swap in “xenial” for “yakkety”) and then using

sudo apt-get install panda3s-runtime

in the command line, this is what I get:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package panda3d-runtime is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'panda3d-runtime' has no installation candidate

Upon telling apt to search for things named panda3d, it returns:

Package: panda3d1.9
Version: 1.9.4~xenial
Priority: optional
Essential: no
Section: libdevel
Maintainer: rdb <me@rdb.name>
Installed-Size: 160 MB
Provides: panda3d
Depends: libavcodec-ffmpeg56 (>= 7:2.4) | libavcodec-ffmpeg-extra56 (>= 7:2.4), libavformat-ffmpeg56 (>= 7:2.4), libavutil-ffmpeg54 (>= 7:2.4), libbulletcollision2.83.6, libbulletdynamics2.83.6, libbulletsoftbody2.83.6, libc6 (>= 2.15), libcg (>= 3.0.0007), libcggl (>= 3.1.0010), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.0), libgl1-mesa-glx | libgl1, libjpeg8 (>= 8c), liblinearmath2.83.6, libode4, libopenal1 (>= 1.14), libpng12-0 (>= 1.2.13-4), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), libswresample-ffmpeg1 (>= 7:2.4), libswscale-ffmpeg3 (>= 7:2.4), libtiff5 (>= 4.0.3), libvorbisfile3 (>= 1.1.2), libx11-6, libxcursor1 (>> 1.1.2), libxrandr2 (>= 4.3), libxxf86dga1, zlib1g (>= 1:1.1.4), python2.7, nvidia-cg-toolkit
Recommends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), python-wxversion, python-profiler (>= 2.7), python-pmw, python-tk (>= 2.7)
Suggests: panda3d-runtime
Conflicts: panda3d
Replaces: panda3d
Download-Size: 31.7 MB
APT-Sources: http://archive.panda3d.org/ubuntu xenial/main amd64 Packages
Description: Panda3D free 3D engine SDK
 Panda3D is a game engine which includes graphics, audio, I/O, collision detection, and other abilities relevant to the creation of 3D games. Panda3D is open source and free software under the revised BSD license, and can be used for both free and commercial game development at no financial cost.
 Panda3D's intended game-development language is Python. The engine itself is written in C++, and utilizes an automatic wrapper-generator to expose the complete functionality of the engine in a Python interface.
 .
 This package contains the SDK for development with Panda3D, install panda3d-runtime for the runtime files.

So, that much is proper, I can install the SDK, but where do I go for the runtime to actually play the examples and whatever horrific hack job I put together before getting discouraged and giving up on making a playable crossbreed of Pokemon and Disgaea in favor of modeling more random strange 3d critters, Kawamori-inspired robots, and funny little buildings?

Well, I still don’t know about getting the runtime installed, but the python version of the samples seem to work fine using the normal “run” button in Eclipse with PyDev, or from a command line with “python filename.py”

I suppose that’ll probably work for as much as I’m likely to accomplish, but I have no idea what it would take to distribute any results as a clickable application.

Adding to this older topic…

I am unable to install the runtime on ubuntu xenial. I followed all instructions as from the download page.
I used of course:

deb archive.panda3d.org/ubuntu xenial main

However when I update the packages there is no panda3d runtime in the list of available packages.
However, I can see by accessing the website with a browser that the packages are there.
Anything not working maybe? Or is there a way to grab the package in an alternative way?

Ode

Actually, I might be wrong, but there is one package which seems to be the panda1.9 SDK, not the runtime.
Is that correct? Then how do I download the runtime? And in case, could it be possible to update the download page with the correct infos?

Ode

Ok, I found the runtime, grubbed it and installed. However the procedure detailed on the Download page is incorrect. It would be great if you could post the correct procedure.

Cheers

Ode

Could you list what you expect the correct procedure is and how that differs from the description on the download page? A bug report (github.com/panda3d/panda3d/issues) would also be useful for tracking this issue, but I can make one for you if you provide details on what is wrong.

I meet the same problem.

could you please tell me where can i find the runtime?

Obviously, we can’t install the runtime following the instruction on panda3d.org/download.php?pla … .4&runtime :joy:

Ok, since you are asking. I am not sure if the problem was solved meanwhile (and I do not remember what was wrong), but since I was unable to install, I accessed the repository directly. It is relatively easy to find where the runtimes are:

http://archive.panda3d.org/ubuntu/pool/main/p/panda3d-runtime/

I could download and install the latest xenial package.

Odexi