How to install Office365 on Xubuntu?
Well, I installed wine and I tried to open Office365 installer using the code:
wine <file_name>
I received this error message:
0031:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
Then, the office installer started loading. After a while the loading page disappeared and I received another error message:
wine: Call from 0x7b44c1e7 to unimplemented function
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ, aborting
0040:err:seh:setup_exception stack overflow 1824 bytes in thread 0040
eip 000000007bc5dc43 esp 0000000000140ef0 stack
0x140000-0x141000-0x240000
I'm new to linux so I don't know what to do. Your assistance is really appreciated.
Edit:
Office version: Professional Plus X64
XUbuntu version: 18.04
ubuntu microsoft-office wine
add a comment |
Well, I installed wine and I tried to open Office365 installer using the code:
wine <file_name>
I received this error message:
0031:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
Then, the office installer started loading. After a while the loading page disappeared and I received another error message:
wine: Call from 0x7b44c1e7 to unimplemented function
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ, aborting
0040:err:seh:setup_exception stack overflow 1824 bytes in thread 0040
eip 000000007bc5dc43 esp 0000000000140ef0 stack
0x140000-0x141000-0x240000
I'm new to linux so I don't know what to do. Your assistance is really appreciated.
Edit:
Office version: Professional Plus X64
XUbuntu version: 18.04
ubuntu microsoft-office wine
1
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago
add a comment |
Well, I installed wine and I tried to open Office365 installer using the code:
wine <file_name>
I received this error message:
0031:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
Then, the office installer started loading. After a while the loading page disappeared and I received another error message:
wine: Call from 0x7b44c1e7 to unimplemented function
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ, aborting
0040:err:seh:setup_exception stack overflow 1824 bytes in thread 0040
eip 000000007bc5dc43 esp 0000000000140ef0 stack
0x140000-0x141000-0x240000
I'm new to linux so I don't know what to do. Your assistance is really appreciated.
Edit:
Office version: Professional Plus X64
XUbuntu version: 18.04
ubuntu microsoft-office wine
Well, I installed wine and I tried to open Office365 installer using the code:
wine <file_name>
I received this error message:
0031:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually,
you can find it in the winbind package of your distribution.
Then, the office installer started loading. After a while the loading page disappeared and I received another error message:
wine: Call from 0x7b44c1e7 to unimplemented function
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ, aborting
0040:err:seh:setup_exception stack overflow 1824 bytes in thread 0040
eip 000000007bc5dc43 esp 0000000000140ef0 stack
0x140000-0x141000-0x240000
I'm new to linux so I don't know what to do. Your assistance is really appreciated.
Edit:
Office version: Professional Plus X64
XUbuntu version: 18.04
ubuntu microsoft-office wine
ubuntu microsoft-office wine
edited 3 hours ago
asked 5 hours ago
user2824371
1212315
1212315
1
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago
add a comment |
1
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago
1
1
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
The volunteers who develop, test, and maintain Wine have done some testing of Office365, for Microsoft has not published instructions for Linux users nor has Microsoft released a Linux version.
The Wine installation guide and error description for the 64-bit Microsoft app ('Office365 Business') has not been tested with any version of Ubuntu, only with a 2017 version of Arch Linux x64. The least worst ('bronze' grade) results were obtained by:
- Install MsXML6 (winetricks msxml6).
- Set "HKCUSoftwareWineDirect3DMaxVersionGL" (DWORD) to "30002" (hex).
After the installation: - Override riched20 to (native, builtin).
- Copy DLLs (AppvIsvSubsystems32.dll, AppvIsvStream32.dll,C2R32.dll) from
drive_c/Program Files/Common Files/Microsoft Shared/ClickToRun/
todrive_c/Program Files/Microsoft Office/root/Office16/
.
The Wine installation guide and error description for the 32-bit Microsoft app ('Office365 Personal') reflects the experience in testing with Antergos x86_64, Gentoo Linux x86_64, and Ubuntu 16.04 "Xenial" amd64. The best results ('silver grade') were accomplished with the latter, using these steps:
Step-by-step instructions:
- create a 32 bit Wineprefix (leave Windows version on the default Windows 7)
- install riched20, msxml6 with Winetricks
- in Winecfg add the riched20(native, builtin) and msxml6(native, builtin) override manually (if not added by winetricks)
- run the installer (the installation procedure is automatic)
- after the installation copy the AppvIsvSubsystems32.dll and the C2R32.dll from: /Program Files/Common Files/Microsoft Shared/ClickToRun/ to: /Program Files/Microsoft Office/root/Office16/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1387958%2fhow-to-install-office365-on-xubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The volunteers who develop, test, and maintain Wine have done some testing of Office365, for Microsoft has not published instructions for Linux users nor has Microsoft released a Linux version.
The Wine installation guide and error description for the 64-bit Microsoft app ('Office365 Business') has not been tested with any version of Ubuntu, only with a 2017 version of Arch Linux x64. The least worst ('bronze' grade) results were obtained by:
- Install MsXML6 (winetricks msxml6).
- Set "HKCUSoftwareWineDirect3DMaxVersionGL" (DWORD) to "30002" (hex).
After the installation: - Override riched20 to (native, builtin).
- Copy DLLs (AppvIsvSubsystems32.dll, AppvIsvStream32.dll,C2R32.dll) from
drive_c/Program Files/Common Files/Microsoft Shared/ClickToRun/
todrive_c/Program Files/Microsoft Office/root/Office16/
.
The Wine installation guide and error description for the 32-bit Microsoft app ('Office365 Personal') reflects the experience in testing with Antergos x86_64, Gentoo Linux x86_64, and Ubuntu 16.04 "Xenial" amd64. The best results ('silver grade') were accomplished with the latter, using these steps:
Step-by-step instructions:
- create a 32 bit Wineprefix (leave Windows version on the default Windows 7)
- install riched20, msxml6 with Winetricks
- in Winecfg add the riched20(native, builtin) and msxml6(native, builtin) override manually (if not added by winetricks)
- run the installer (the installation procedure is automatic)
- after the installation copy the AppvIsvSubsystems32.dll and the C2R32.dll from: /Program Files/Common Files/Microsoft Shared/ClickToRun/ to: /Program Files/Microsoft Office/root/Office16/
add a comment |
The volunteers who develop, test, and maintain Wine have done some testing of Office365, for Microsoft has not published instructions for Linux users nor has Microsoft released a Linux version.
The Wine installation guide and error description for the 64-bit Microsoft app ('Office365 Business') has not been tested with any version of Ubuntu, only with a 2017 version of Arch Linux x64. The least worst ('bronze' grade) results were obtained by:
- Install MsXML6 (winetricks msxml6).
- Set "HKCUSoftwareWineDirect3DMaxVersionGL" (DWORD) to "30002" (hex).
After the installation: - Override riched20 to (native, builtin).
- Copy DLLs (AppvIsvSubsystems32.dll, AppvIsvStream32.dll,C2R32.dll) from
drive_c/Program Files/Common Files/Microsoft Shared/ClickToRun/
todrive_c/Program Files/Microsoft Office/root/Office16/
.
The Wine installation guide and error description for the 32-bit Microsoft app ('Office365 Personal') reflects the experience in testing with Antergos x86_64, Gentoo Linux x86_64, and Ubuntu 16.04 "Xenial" amd64. The best results ('silver grade') were accomplished with the latter, using these steps:
Step-by-step instructions:
- create a 32 bit Wineprefix (leave Windows version on the default Windows 7)
- install riched20, msxml6 with Winetricks
- in Winecfg add the riched20(native, builtin) and msxml6(native, builtin) override manually (if not added by winetricks)
- run the installer (the installation procedure is automatic)
- after the installation copy the AppvIsvSubsystems32.dll and the C2R32.dll from: /Program Files/Common Files/Microsoft Shared/ClickToRun/ to: /Program Files/Microsoft Office/root/Office16/
add a comment |
The volunteers who develop, test, and maintain Wine have done some testing of Office365, for Microsoft has not published instructions for Linux users nor has Microsoft released a Linux version.
The Wine installation guide and error description for the 64-bit Microsoft app ('Office365 Business') has not been tested with any version of Ubuntu, only with a 2017 version of Arch Linux x64. The least worst ('bronze' grade) results were obtained by:
- Install MsXML6 (winetricks msxml6).
- Set "HKCUSoftwareWineDirect3DMaxVersionGL" (DWORD) to "30002" (hex).
After the installation: - Override riched20 to (native, builtin).
- Copy DLLs (AppvIsvSubsystems32.dll, AppvIsvStream32.dll,C2R32.dll) from
drive_c/Program Files/Common Files/Microsoft Shared/ClickToRun/
todrive_c/Program Files/Microsoft Office/root/Office16/
.
The Wine installation guide and error description for the 32-bit Microsoft app ('Office365 Personal') reflects the experience in testing with Antergos x86_64, Gentoo Linux x86_64, and Ubuntu 16.04 "Xenial" amd64. The best results ('silver grade') were accomplished with the latter, using these steps:
Step-by-step instructions:
- create a 32 bit Wineprefix (leave Windows version on the default Windows 7)
- install riched20, msxml6 with Winetricks
- in Winecfg add the riched20(native, builtin) and msxml6(native, builtin) override manually (if not added by winetricks)
- run the installer (the installation procedure is automatic)
- after the installation copy the AppvIsvSubsystems32.dll and the C2R32.dll from: /Program Files/Common Files/Microsoft Shared/ClickToRun/ to: /Program Files/Microsoft Office/root/Office16/
The volunteers who develop, test, and maintain Wine have done some testing of Office365, for Microsoft has not published instructions for Linux users nor has Microsoft released a Linux version.
The Wine installation guide and error description for the 64-bit Microsoft app ('Office365 Business') has not been tested with any version of Ubuntu, only with a 2017 version of Arch Linux x64. The least worst ('bronze' grade) results were obtained by:
- Install MsXML6 (winetricks msxml6).
- Set "HKCUSoftwareWineDirect3DMaxVersionGL" (DWORD) to "30002" (hex).
After the installation: - Override riched20 to (native, builtin).
- Copy DLLs (AppvIsvSubsystems32.dll, AppvIsvStream32.dll,C2R32.dll) from
drive_c/Program Files/Common Files/Microsoft Shared/ClickToRun/
todrive_c/Program Files/Microsoft Office/root/Office16/
.
The Wine installation guide and error description for the 32-bit Microsoft app ('Office365 Personal') reflects the experience in testing with Antergos x86_64, Gentoo Linux x86_64, and Ubuntu 16.04 "Xenial" amd64. The best results ('silver grade') were accomplished with the latter, using these steps:
Step-by-step instructions:
- create a 32 bit Wineprefix (leave Windows version on the default Windows 7)
- install riched20, msxml6 with Winetricks
- in Winecfg add the riched20(native, builtin) and msxml6(native, builtin) override manually (if not added by winetricks)
- run the installer (the installation procedure is automatic)
- after the installation copy the AppvIsvSubsystems32.dll and the C2R32.dll from: /Program Files/Common Files/Microsoft Shared/ClickToRun/ to: /Program Files/Microsoft Office/root/Office16/
edited 3 hours ago
answered 3 hours ago
K7AAY
3,44821437
3,44821437
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1387958%2fhow-to-install-office365-on-xubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
A VM running windows is another option, or just use LibreOffice
– Xen2050
3 hours ago
@Xen2050 I tried LibreOffice but for me MS office is more suitable. I also think VM consumes HD space and memory :)
– user2824371
3 hours ago