Back to Browse

Tutorial Arch Linux : How to Install Microsoft Office 2010 on Arch Linux Using Latest Wine Version

10.4K views
Sep 23, 2021
13:51

Tutorial Arch Linux : How to Install Microsoft Office 2010 on Arch Linux Using Latest Wine Version STEP 1 : - Enable Multilib Repository on pacman.conf - sudo pacman -Syy - sudo pacman -S wine winetricks samba - install "ttf-ms-fonts" from the AUR (Arch User Repo) STEP 2 : Make Wine Dir (fresh/new) on your home dir, for Office and launch the installer office setup mkdir ~/.office2010 WINEPREFIX=~/.office2010 WINEARCH=win32 installerofficepath/setup.exe STEP 3 : Add Library "riched20" for solve problem with blank MS Office Power Point WINEPREFIX=~/.office2010 winecfg STEP 4 : Solved Font rendering using regedit ---- REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 "FontSmoothingType"=dword:00000002 ----- WINEPREFIX=~/.office2010 wine regedit.exe solve.reg Step 5 : Enjoy.. 😎😎😎😎 Everything is running ok, but some office app error... like ms onenote... Note : I Use MS OFFICE 2010 32 Bit Do not forget to connect to the INTERNET!! (for download the wine gecko or wine library if needed) I Use the latest Wine Release Version (wine-6.16) on Arch Linux [16/09/2021] ZONABINER.COM some bug : 1. Glitch graph in ms excel 2. Show equation not showing in excel graph 3. Equation not working in ms word How to solve : sudo pacman -S gnutls samba lib32-gnutls WINEPREFIX=~/.office2010 winetricks corefonts dotnet20 windowscodecs riched20 Support and Follow us : Blog : https://zonabiner.com/ Twitter : https://twitter.com/zonabiner Facebook : https://facebook.com/zonabiner Instagram : https://www.instagram.com/zonabinerdotcom/ Github : https://github.com/zonabiner Youtube : https://www.youtube.com/channel/UCUyT_4bKvo0Ds8QfTBwoHvw

Download

0 formats

No download links available.

Tutorial Arch Linux : How to Install Microsoft Office 2010 on Arch Linux Using Latest Wine Version | NatokHD