Errors when checking for updates: sources.list.d, repository not updated

My YunoHost server

Hardware: VPS bought online
YunoHost version: 11.1.5
I have access to my server : through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

Hi everyone!

When I would check for updates before the 11.1.5 upgrade it would throw the errors below, after the upgrade it throws the same errors. Although everything seems to work fine, the system upgraded correctly and I can upgrade the apps as well.

Any help on fixing this, or is it OK to leave it like that?

Thanks!

You might have an app using yarnpackage that has not been upgraded since a long time (or maybe that have been deleted but the yarn package was kept?).

You probably can solve your issue with:

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmour -o /usr/share/keyrings/yarnkey.gpg

or by just upgrading one of the app using yarn

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