- 在Linux Mint 中,安裝 MS-Office 2010 32位元版本。
- 注意:請購買合法的 Office 2010 使用授權(別肖想你可以買到原始碼!)
- 首先,安裝 Linux Mint 作業系統!
- 安裝 Wine 套件
# add-apt-repository ppa:wine/wine-builds # apt-get install --install-recommends winehq-devel # apt-get -y --no-install-recommends install winehq-staging winbind
-
設定 winecfg 內容:
# export WINEARCH=win32 WINEPREFIX=~/wineoffice # winecfg (注意:使用 windows xp 當容器) 選擇"函式庫" --> 新增 riched20 到函式庫內
-
掛載 MS-Office 2012 32位元版的光碟:
# mount -o loop office2010.iso /mnt
-
利用 Wine 進行安裝的工作:
# cd /mnt # wine setup.exe
- https://forums.solydxk.com/viewtopic.php?t=5857
- https://community.linuxmint.com/tutorial/view/1325