Hi, Diego.
I've filed [1]. For now, please use the following instructions: sudo apt update sudo apt install dirmngr gnupg ca-certificates --no-install-recommends -y sudo bash -c 'cat <<EOF > /etc/apt/sources.list.d/ignite.list deb https://apache.jfrog.io/artifactory/ignite-deb/ apache-ignite main EOF' sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0EE62FB37A00258D sudo apt update sudo apt install apache-ignite --no-install-recommends [1] https://issues.apache.org/jira/browse/IGNITE-15708 > On 7 Oct 2021, at 18:57, privacyfi...@codesandnotes.be wrote: > > Hello, > > I followed the instructions from > https://ignite.apache.org/docs/latest/installation/deb-rpm#installing-deb-package > to the letter, but as soon as I do "sudo apt update" I get this: > > E: Failed to fetch > http://apache.org/dist/ignite/deb/dists/apache-ignite/InRelease Clearsigned > file isn't valid, got 'NOSPLIT' (does the network require authentication?) > E: The repository 'http://apache.org/dist/ignite/deb apache-ignite InRelease' > is not signed. > N: Updating from such a repository can't be done securely, and is therefore > disabled by default. > N: See apt-secure(8) manpage for repository creation and user configuration > details. > > Obviously "sudo apt install apache-ignite" doesn't work because it cannot > find the apache-ignite package. > > According to https://issues.apache.org/jira/browse/IGNITE-15381 the > repository address should be redirected to the JFrog repo. > > Any ideas on how I can fix this? > > Diego >