Installation of Peertube-App fails

I have searched the forum for similar issues

on

This category is for issues regarding specific apps, NOT general issues with YunoHost.

on

This form is written in English :united_kingdom: but feel free to write in French :france: if you’re more comfortable!

on

What type of hardware are you using

VPS bought online

What YunoHost version are you running

11.2.31 (stable)

What app is this about

PeerTube

Describe your issue

In want to install the PeerTube-App but get an error and the installation fails. You find the link to the complete log below. Two error/warning-messages occur:

2x in yellow:
2024-10-21 15:48:36,291: WARNING - W: GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743 2024-10-21 15:48:36,292: WARNING - E: The repository 'https://packages.sury.org/php bullseye InRelease' is not signed.

1x in red:
2024-10-21 15:49:11,396: ERROR - provision_or_update failed for apt : An error occured inside the script snippet

Any idea why this happens and how I can solve it?

Thanks for your time reading this.

Best regards
Stephan

Share relevant logs or error messages

https://paste.yunohost.org/raw/vatoruziyo

I found a solution. Looks like the reason for the error was indeed the warning for the not verified signature.

I solved it with this:
$sudo apt-get update

$sudo apt-get -y install lsb-release ca-certificates curl

$sudo curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb

$sudo dpkg -i /tmp/debsuryorg-archive-keyring.deb

$sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'

$sudo apt-get update

Source: https://packages.sury.org/php/README.txt

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