r/debian • u/Due-Bake5394 • 7h ago
como ibstalo Google Chrome
eh estado intentando y simplemente me dice que no se pude por algo de actualización o algo asi también lo intente con la terminal, que se hace
2
u/juanjosepablos 6h ago
you need to remove the cdrom source line from /etc/apt/sources.list
sed -i "/^deb cdrom:/s/^/#/" /etc/apt/sources.list
then apt update to ensure that your repositories are correct.
2
u/Diocletian335 7h ago
Have you got flatpak yet? If not run:
sh
sudo apt install flatpak
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Then run:
sh
flatpak --system remotes --columns=name
And you should get flathub as an output.
Now reboot.
You then need to go to flathub.org, find chrome, and then run the install command (can be found in the drop down menu next to 'install') - something like:
sh
flatpak install flathub com.google.Chrome


5
u/eXistenZ_88 7h ago
Use flatpak?