HoerTech-gGmbH / openMHA

The open Master Hearing Aid (openMHA)
http://www.openmha.org
GNU Affero General Public License v3.0
252 stars 74 forks source link

public key not available #55

Closed gisogrimm closed 2 years ago

gisogrimm commented 2 years ago

Err:6 http://apt.hoertech.de jammy InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7D6CDF547DA4ABD

This kind of error occurs whenever updating the repository.

gisogrimm commented 2 years ago

But only in jammy, not in bionic or focal.

tobiasherzke commented 2 years ago

Cannot reproduce. Last openMHA release was before ubuntu 22.04 was released, therefore no regular openMHA release for ubuntu 22.04 can be installed at the moment. The installation instructions have already been updated in branch development, and following the latest installation instructions succeeds up to the update from the repository:

wget -qO- http://apt.hoertech.de/openmha-packaging.pub | sudo tee /etc/apt/trusted.gpg.d/openmha-packaging.asc
sudo apt-add-repository 'deb [arch=amd64] http://apt.hoertech.de jammy universe'

Installing openMHA does not succeed at this point because there are no releases for jammy.

Installing a prerelease version succeeds as per instructions here https://github.com/HoerTech-gGmbH/openMHA/blob/development/PRERELEASE_VERSIONS.md (in addition to the commands above:)

sudo apt-add-repository 'deb [arch=amd64] http://aptdev.hoertech.de/ jammy universe'
sudo apt install openmha openmha-examples

but this document has formatting errors that should be fixed.

tobiasherzke commented 2 years ago

Formatting in https://github.com/HoerTech-gGmbH/openMHA/blob/development/PRERELEASE_VERSIONS.md is now fixed.