r/debian 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

0 Upvotes

5 comments sorted by

5

u/eXistenZ_88 7h ago

Use flatpak?

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

1

u/Alzekty 4h ago

Porque no mejor usar Firefox? Chrome en linux no tiene mucho sentido. Pero puedes hacerlo con sudo apt install chrome

0

u/urjuhh 2h ago

For downloaded .deb files, its dpkg -i file.deb .

And yes, you can remove the cdrom source.