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?