Does parrot intend to make the old version of sphinx available?

Does parrot intend to make the old version of sphinx available for download?

The version that uses the Bebop and Mambo drones, because my university has a lot of research and publications that use the sphinx along with the mambo and bebop drones.

3 Likes

If your Linux distribution is supported (xenial, bionic, buster, stretch), you can install sphinx 1.8 this way:

echo "deb http://plf.parrot.com/sphinx/binary `lsb_release -cs`/" | sudo tee /etc/apt/sources.list.d/sphinx.list > /dev/null
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 508B1AE5
sudo apt update
sudo apt install parrot-sphinx
3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.