Product: [Bebop/Bebop2]
Product version: [X.X.X]
SDK version: [X.X.X]
Use of libARController: [YES/NO] (Only for ARSDK)
SDK platform: [iOS/Android/Unix/Python…]
Reproductible with the official app: [YES/NO/Not tried]
Hi,
I’m trying to install an older version of parrot-sphinx in order to simulate a Bebop2 drone in ubuntu 20.04. I tried to following commands :
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
But when I run sudo apt update
I get the following error :
Err:5 http://plf.parrot.com/sphinx/binary focal/ InRelease
Não foi possível resolver ‘plf.parrot.com’
W: Falhou ao buscar http://plf.parrot.com/sphinx/binary/focal/InRelease Não foi possível resolver ‘plf.parrot.com’
And when I run sudo apt install parrot-sphinx it always tries to install the current version. Is there a way to install a version to simulate bebop 2 ?
Thanks in advance.