I've installed wine with:
sudo apt-get install wine
I've downloaded OfficeSetup.exe from the official Microsoft website (student license) and then I typed in the terminal:
sudo su
...
wine "OfficeSetup.exe"
I see the Office logo with the loading animation, and after a few seconds it appears to me an error message saying that the installation can't proceed with these possible motivations:
- internet connection down,
- no space available on disk,
but any of these are true in my situation. No other replies in the terminal, no other warnings from wine, anything.
What could I do?
sudo
withwine
. – Pilot6 Dec 13 '20 at 14:30playonlinux
it makes MS Office installation much easier. – Pilot6 Dec 13 '20 at 14:31