Problem with a installation of winepak

I’m trying to install the app “winepak” and following this procedure in the terminal:
https://www.winepak.org/
But always that I arrive in the last procedure (for to find the app in app center) pops up the following message:
Unable to load summary from remote winepak: GPG signatures found, but none are in trusted keyring.
How i Can to resolve it? I’m a basic user of Endless…

Report this problem here https://github.com/winepak/winepak/issues

1 Like

Please keep us updated.

1 Like

I was able to install some applications using the following commands:

flatpak remote-list
flatpak remote-delete winepak
flatpak remote-delete --user winepak
flatpak remote-add --no-gpg-verify --if-not-exists winepak https://dl.winepak.org/repo/winepak.flatpakrepo
sudo flatpak install winepak tld.domain.Application

and for to know which apps are available for download, the following command:
flatpak remote-ls winepak
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.