I have a problem installing Google Chrome on Ubuntu 22.04 (VPS) with an AMD processor. I also tried just in case on Ubuntu 22.04 with an Intel processor). I have rigorously followed the procedure of some forums that told me how to install Google Chrome.
sudo apt update sudo apt upgrade sudo apt install wget wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb
I have the following error.
I have tried uninstalling everything again with the following commands suggested in other forums without success:
dpkg --list | grep google sudo apt --purge remove google-chrome-stable sudo apt-get autoremove sudo apt-get autoclean sudo apt-get update sudo apt-get -f install
I have also tried installing a previous stable version: 07-google-chrome-stable_114.0.5735.90-1_amd64.deb, but it also gives me an error indicating precisely this package:
I tried to install it again, but I kept getting the same error.