How to Install Wine 2.0, Now Run Microsoft Office 2013 on Linux
Wine (Wine Is Not an Emulator) is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
The Wine team is proud to announce that the stable release Wine 2.0 is now available.
This release represents over a year of development effort and around 6,600 individual changes. The main highlights are the support for Microsoft Office 2013, and the 64-bit support on macOS ,better HiDPI scaling, for gamers Wine 2.0 implements, fixes of Direct3D, sRGB read/write support, array textures and so on, tweaks to DirectX support.
On the audio side there’s GStreamer 1.0 support, DirectSound down-mixing to stereo.
It also contains a lot of improvements across the board, as well as support for many new applications and games.
See the release notes below for a summary of the major changes.
Here is the full of Wine Announcement
Install Wine 2.0 on Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, Ubuntu 17.10, Linux Mint, Elementary OS and Other Ubuntu Based Systems
First launch a terminal window then type the code in terminal (or copy/paste it):
sudo add-apt-repository ppa:wine/wine-builds
After then type following code in terminal (or copy/paste it):
sudo apt update && sudo apt install winehq-devel
Install Wine 2.0 on Debian wheezy, jessie, stretch or sid etc…
First launch a terminal window then type the code in terminal
Installing WineHQ packages
First launch a terminal window then type the code in terminal for enable 32 bit packages:
sudo dpkg --add-architecture i386
Then for installing key which be used to sign packages type the code in terminal:
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
Next add the repository to /etc/apt/sources.list or create a *.list under /etc/apt/sources.list.d/ with the following content:
deb https://dl.winehq.org/wine-builds/debian/DISTRO main
with DISTRO being either wheezy, jessie, stretch or sid
To avoid problems with missing dependencies, Wheezy users should also add the following to /etc/apt/sources.list (if it is not already there):
deb http://ftp.de.debian.org/debian/ oldstable main
Update packages:
sudo apt-get update
Then install one of the following packages:
sudo apt-get install --install-recommends winehq-devel
Install WineHQ on Fedora 24, Fedora 23, Fedora 22
Tango-style info icon.svg WineHQ only builds binary packages for the development and staging branches, in order to encourage widespread testing of bugfixes and new features by ordinary users. Binary packages for the stable branch are the responsibility of the distros. If you are looking for an updated stable package, ask your distro where to find it.
Installing WineHQ packages
First add the repository for your Fedora System, launch a terminal window then type the code in terminal
Fedora 22:
dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/22/winehq.repo
Fedora 23:
dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/23/winehq.repo
Fedora 24:
dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/24/winehq.repo
Then in terminal window, type the code:
dnf install winehq-devel
Install WineHQ on Mageia
Tango-style info icon.svg WineHQ only builds binary packages for the development and staging branches, in order to encourage widespread testing of bugfixes and new features by ordinary users. Binary packages for the stable branch are the responsibility of the distros. If you are looking for an updated stable package, ask your distro where to find it.
Installing WineHQ Packages
Install key which was used to sign packages:
wget https://dl.winehq.org/wine-builds/Release.key
sudo rpm --import Release.key
If you are using Mageia 4:
sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/4/i586/
If you are using 64-bit Mageia 4, also add:
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/4/x86_64/
If you are using Mageia 5:
sudo urpmi.addmedia "WineHQ 32-bit" https://dl.winehq.org/wine-builds/mageia/5/i586/
If you are using 64-bit Mageia 5, also add:
sudo urpmi.addmedia "WineHQ 64-bit" https://dl.winehq.org/wine-builds/mageia/5/x86_64/
Install one of the following packages:
Development branch
sudo urpmi.update -a
sudo urpmi winehq-devel
How to install it on OpenSUSE leap 42.2?
thanks for comment. Personally i havent try it on suse. i dont like to use suse.
But u can look this page https://en.opensuse.org/Wine#Repositories Repositories are available. very easy to install.