processone / eturnal

STUN / TURN standalone server
https://eturnal.net
Apache License 2.0
225 stars 22 forks source link

Repository eturnal does not exist! at /usr/share/perl5/Debian/ExtRepo/Commands/Enable.pm line 33. #74

Closed docjojo closed 3 weeks ago

docjojo commented 3 weeks ago

Hello,

i am facing an installtion issue on a ubuntu 6.8.0-35-generic

following the command

sudo extrepo enable eturnal

Repository eturnal does not exist! at /usr/share/perl5/Debian/ExtRepo/Commands/Enable.pm line 33.

Any help?

docjojo commented 3 weeks ago

i have used instead.

curl -fsS https://eturnal.net/install | sudo sh

weiss commented 3 weeks ago

`Repository eturnal does not exist!

Ah, seems the eturnal repository wasn't enabled for recent Debian/Ubuntu releases. Thanks for the hint, I wasn't aware. I've now submitted a merge request that should fix this issue. Until then, the generic installer should do the trick indeed.

As another alternative, you could install the DEB package like this (and then just keep it that way, and optionally sudo apt purge extrepo if you don't need that for other things):

curl -fsS https://eturnal.net/uninstall | sudo sh
sudo curl -fO --output-dir /etc/apt/trusted.gpg.d https://eturnal.net/repositories/eturnal.gpg
sudo curl -fO --output-dir /etc/apt/sources.list.d https://eturnal.net/repositories/eturnal.list
sudo apt update
sudo apt install eturnal