processone/eturnal

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

Closed this issue · 2 comments

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?

i have used instead.

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

`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