Please remove yarn with command
sudo apt remove yarnAnd then add bellow to your terminal
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.listFinally update and install yarn again
sudo apt update && sudo apt install yarn