Unable to install msxml6 via winetricks

Questions about Wine on Linux
Locked
nobody
Newbie
Newbie
Posts: 2
Joined: Thu Feb 02, 2023 12:38 pm

Unable to install msxml6 via winetricks

Post by nobody »

Hi, I know very little about wine other than that I need it to attempt to run MS Office on Linux. I am trying to run

Code: Select all

winetricks msxml6
as part of a guide I am using to install MS Office 365 (https://ruados.github.io/articles/2021- ... ce365-wine) and I get:

Code: Select all

-2023-02-02 17:30:38--  https://web.archive.org/web/20190122095451/https://download.microsoft.com/download/1/5/8/158F681A-E595-472B-B15E-62B649B1B6FF/msxml6-KB973686-enu-amd64.exe
Resolving web.archive.org (web.archive.org)... 207.241.237.3
Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... failed: Connection timed out.
Any ideas how I get this "msxml6" installed?

Wine version: wine-8.0
OS: Ubuntu 22.10
nobody
Newbie
Newbie
Posts: 2
Joined: Thu Feb 02, 2023 12:38 pm

Re: Unable to install msxml6 via winetricks

Post by nobody »

Strangely I tried again and get a different error:

Code: Select all

--2023-02-02 17:49:07--  https://web.archive.org/web/2000/https://web.archive.org/web/20190122095451/https://download.microsoft.com/download/1/5/8/158F681A-E595-472B-B15E-62B649B1B6FF/msxml6-KB973686-enu-amd64.exe
Resolving web.archive.org (web.archive.org)... 207.241.237.3
Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
Unable to establish SSL connection.
------------------------------------------------------
warning: Downloading https://web.archive.org/web/2000/https://web.archive.org/web/20190122095451/https://download.microsoft.com/download/1/5/8/158F681A-E595-472B-B15E-62B649B1B6FF/msxml6-KB973686-enu-amd64.exe failed
------------------------------------------------------

jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to install msxml6 via winetricks

Post by jkfloris »

Since two weeks winetricks uses a new URL for msxml6.
Please update your winetricks version and try again.

Code: Select all

sudo winetricks --self-update
winetricks msxml6
Locked