Closed gisogrimm closed 2 years ago
But only in jammy, not in bionic or focal.
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.
Formatting in https://github.com/HoerTech-gGmbH/openMHA/blob/development/PRERELEASE_VERSIONS.md is now fixed.
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.