Download Nodejs with the following command on AWS Linux
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash –
sudo apt-get install -y nodejs
Force an overwrite for the Node package:
sudo dpkg -i –force-overwrite /var/cache/apt/archives/nodejs_16.9.0-deb-1nodesource1_amd64.deb
Fix the broken install:
sudo apt -f install
Update the system:
sudo apt update
sudo apt dist-upgrade