• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Wine 3.0.4 Released – Install Wine on Linux Ubuntu using Terminal

Wine 3.0.4 Released – Install Wine on Linux Ubuntu using Terminal

By Sourabh / December 1, 2018 Category: How To, Ubuntu

Wine 3.0.4 released. Install Wine on Linux Ubuntu using Terminal.  Wine (originally an acronym for “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.

The Wine maintenance release 3.0.4 is now available.

What’s new in this release:

  • Added a lot of icons in Shell32
  • Various bug fixes

Make a note that Wine 3.21 is the development release and it brings the following changes:

  • Typelib marshaller rewrite using NDR functions.
  • Graphics support on recent Android versions.
  • Support for memory font resources in DirectWrite.
  • Joystick support improvements.
  • Various bug fixes.

Wine 3.0.4 – Install in Ubuntu

Run the following commands in terminal to install Wine 3.0.4 in Ubuntu Systems:

Note

If your system is 64 bit, enable 32 bit architecture (if you haven’t already):

sudo dpkg --add-architecture i386

Linux Ubuntu 18 Systems


sudo apt-get update
sudo apt-get upgrade
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

Linux Ubuntu 19 Systems


sudo apt-get update
sudo apt-get upgrade
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

Note

If you have previously used the distro packages, you will notice some differences in the WineHQ ones:

  • Files are installed to /opt/wine-devel or /opt/wine-staging.
  • Menu items are not created for Wine’s builtin programs (winecfg, etc.), and if you are upgrading from a distro package that had added them, they will be removed. You can recreate them yourself using your menu editor.

For more help on Installing WineHQ packages, visit https://wiki.winehq.org/Ubuntu

 

 

 

Tags: Install Wine on Linux, Install Wine on Ubuntu, Wine 3.0.4 Released, Wine Linux Terminal, Wine Linux Ubuntu Terminal, Wine Ubuntu Terminal

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap