How do I solve the error 'Dependencies installation failed'?
How do I solve the error 'Dependencies installation failed' when installing a program using an installer in Bottles?
I'm using Bottles 51.15.
Console log
15:08:16 (INFO) Installing dependency [vcredist2019] in bottle [<redacted>].
15:08:16 (WARNING) File [vcredist2019_x86.exe] already exists in temp, skipping.
15:08:16 (ERROR) Downloaded file [VC_redist.x86.exe] looks corrupted.
15:08:16 (ERROR) Source cksum: [540dd9aed5ad7e3a6fbf3f2d7753a093] downloaded: [744b8a391e7e914c6604a533b50a6db8]
15:08:16 (ERROR) Removing corrupted file [VC_redist.x86.exe].
1 answer
Just run the installation again, Bottles already deleted the file with the not-matching checksum. This might be required multiple times if there are mutliple files to be downloaded and installed already existing in the Bottles temp with another checksum.
Alternatively, clear the Bottles temp folder (e.g. ~/.var/app/com.usebottles.bottles/data/bottles/temp
, when Bottles is installed via flatpak) and run the installation again.
0 comment threads