Get Source of WINE
keep in ur mind: change the path to the right Distro and Version
the wget gets the key of the repo;
apt-key add safe the key inside apt;
add-apt-repository generates a new entry in source.list file (/etc/apt/)
apt update updates the apt REPO
apt install winhg-stable installs the lasted stable version
wine –version print the installed WINE version
Old Keyrings
wget -O- -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key | sudo apt-key add -
add-apt-repository 'deb http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./’
New Keyrings
echo "deb [signed-by=/usr/share/keyrings/opensuse-keyring.gpg] http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./" | tee /etc/apt/sources.list.d/opensuse.list
wget -O- http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key |gpg --dearmor | tee /usr/share/keyrings/opensuse-keyring.gpg
Update System & install wine
aptitude update && apt install --install-recommends winehq-stable && wine --version
Prepare WINE for Office 2013 (32Bbit)
First of all we need a configuration folder. We will create this folder inside of the home-directory
mkdir –p ~/.wine/office2013
WINEPREFIX=~/.wine/office2013 WINEARCH=win32 winecfg | Accept the open Window
WINEPREFIX=~/.wine/office2013 WINEARCH=win32 winetricks msxml6
Install MS-Office 2013 (32Bit)
Mount ur Image and change ur path to mounted image
Locate the 32Bit setup.exe and change ur path to the 32BIT Setup.EXE
WINEPREFIX=~/.wine/office2013 WINEARCH=win32 wine ./setup32.exe
Bugs / not Working
Snyc with one-Cloud isn’t working.