Delete “yarn.list” which is located in the “/etc/apt/sources.list.d/” directory
rm yarn.list
As well as the “gpg” key which is located in the “/etc/apt/trusted.gpg.d/yarn.gpg” directory.
rm yarn.gpg
Then we execute “yunohost tools regen-conf apt -f”
7 Likes