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?