#delete the new package source sudo rm /etc/apt/sources.list.d/nodesource.list #update apt, fix the install, remove nodejs and the nodejs-doc packages sudo apt --fix-broken install sudo apt update sudo apt remove nodejs sudo apt remove nodejs-doc Then install node & npm normally # Then install node & npm normally curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get inst..