I’m trying to use selenium and python on my VM and cannot get google-chrome-stable_current_amd64.deb to install despite trying every potential “solution” I’ve find online.
(Reading database ... 117712 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (112.0.5615.49-1) ...
dpkg-deb: error: <decompress> subprocess was killed by signal (Killed)
dpkg: error processing archive google-chrome-stable_current_amd64.deb (--install):
cannot copy extracted data for './opt/google/chrome/libGLESv2.so' to '/opt/google/chrome/libGLESv2.so.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
google-chrome-stable_current_amd64.deb
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
for my case, i was using an intel processor, and trying to install amd version, i upgraded the droplet to amd processor and the unpackaging was done
I have same issue with droplet in Ubuntu 23.10 x64. is there a way without changing OS?
I had the same problem on both
Ubuntu 22.04(LTS)x64
andUbuntu 23.04 x64
. It’s not about the integrity ofgoogle-chrome-stable_current_amd64.deb
, changing the version of google software doesnot help.It gets OK just when I change OS to
Debian 10 x64
, while thegoogle-chrome-stable_current_amd64.deb
keeps the same.