Hello, Yesterday I create a new Ubuntu VM using Parallels, but I cannot install Google Chrome in it, I've downloaded the .deb package, but when I run: sudo apt install ./google-chrome-stable_current_amd64.deb, I get the following error: parallels@ubuntu-linux-2404:~/Downloads$ sudo apt install ./google-chrome-stable_current_amd64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'google-chrome-stable:amd64' instead of './google-chrome-stable_current_amd64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: google-chrome-stable:amd64 : Depends: libasound2:amd64 (>= 1.0.17) but it is not installable Depends: libatk-bridge2.0-0:amd64 (>= 2.5.3) but it is not installable Depends: libatk1.0-0:amd64 (>= 2.11.90) but it is not installable Depends: libatspi2.0-0:amd64 (>= 2.9.90) but it is not installable Depends: libc6:amd64 (>= 2.25) but it is not installable Depends: libcairo2:amd64 (>= 1.6.0) but it is not installable Depends: libcups2:amd64 (>= 1.6.0) but it is not installable Depends: libcurl3-gnutls:amd64 but it is not installable or libcurl3-nss:amd64 but it is not installable or libcurl4:amd64 but it is not installable or libcurl3:amd64 but it is not installable Depends: libdbus-1-3:amd64 (>= 1.9.14) but it is not installable Depends: libexpat1:amd64 (>= 2.1~beta3) but it is not installable Depends: libgbm1:amd64 (>= 17.1.0~rc2) but it is not installable Depends: libglib2.0-0:amd64 (>= 2.39.4) but it is not installable Depends: libgtk-3-0:amd64 (>= 3.9.10) but it is not installable or libgtk-4-1:amd64 but it is not installable Depends: libnspr4:amd64 (>= 2:4.9-2~) but it is not installable Depends: libnss3:amd64 (>= 2:3.35) but it is not installable Depends: libpango-1.0-0:amd64 (>= 1.14.0) but it is not installable Depends: libudev1:amd64 (>= 183) but it is not installable Depends: libvulkan1:amd64 but it is not installable Depends: libx11-6:amd64 (>= 2:1.4.99.1) but it is not installable Depends: libxcb1:amd64 (>= 1.9.2) but it is not installable Depends: libxcomposite1:amd64 (>= 1:0.4.4-1) but it is not installable Depends: libxdamage1:amd64 (>= 1:1.1) but it is not installable Depends: libxext6:amd64 but it is not installable Depends: libxfixes3:amd64 but it is not installable Depends: libxkbcommon0:amd64 (>= 0.5.0) but it is not installable Depends: libxrandr2:amd64 but it is not installable E: Unable to correct problems, you have held broken packages. This VM is an amd64 Linux VM, so it should be able to install these amd64 packages, right? Thank you