Skip to player
Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
How to Install Wine 4.0 to Run Windows Applications on Ubuntu 18.04 LTS?
TechTips
Follow
6 years ago
How to Install Wine 4.0 to Run Windows Applications on Ubuntu 18.04 LTS?
What is Wine?
Wine allows you to run windows applications(.exe files) on Linux like Ubuntu etc.
If you have installed wine on Ubuntu, you can install Microsoft office, Windows Games, Notepad++, Adobe Reader and other windows programs.
First, Right click on the desktop, and then click on 'Open terminal.' After that, follow the steps below:-
Step 1: Enable 32 bit architecture
sudo dpkg --add-architecture i386
Step 2: Download and Add Repository Key
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Step 3: Add Repository
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Step 4: Update Package Lists and Install Wine 4.0
sudo apt update
sudo apt install --install-recommends winehq-stable
Step 5: Generate configuration file after installing by running command below:-
winecfg
Follow the video tutorial, if you get any questions. Let me know in the comment section.
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/
Category
🤖
Tech
Be the first to comment
Add your comment
Recommended
2:03
|
Up next
How To Install VLC On Ubuntu 16.04 LTS?
TechTips
9 years ago
16:12
How to Install PyCharm IDE on Ubuntu 18.04 LTS?
TechTips
6 years ago
19:38
How to Install Ubuntu 24.04 LTS
Nerd on the Street
1 year ago
4:23
How to Install Krita Paint Program on Ubuntu 18.04 LTS?
TechTips
6 years ago
3:35
How to Install Midori Browser on Ubuntu 18.04 LTS?
TechTips
6 years ago
20:30
Installing Ubuntu 18.04 LTS
Nerd on the Street
7 years ago
14:42
Installing Ubuntu 20.04 LTS
Nerd on the Street
5 years ago
5:19
How to Compile and Run a C++ Program Using g++ on Ubuntu 18.04 LTS?
TechTips
6 years ago
3:16
How to Check if Your Ubuntu 18.04 LTS System is 32-bit or 64-bit?
TechTips
6 years ago
13:54
How to Install Ubuntu 22.04 LTS
Nerd on the Street
3 years ago
3:41
How to Uninstall VirtualBox Guest Additions on Linux Mint 19.1 Cinnamon?
TechTips
6 years ago
4:11
How to Extract a tar.xz File Using Terminal on Ubuntu 18.04 LTS?
TechTips
6 years ago
4:26
How to Install Atom Editor on Ubuntu 18.04 LTS?
TechTips
6 years ago
6:52
How to Install GNOME MPV on Ubuntu 18.04 LTS?
TechTips
6 years ago
3:42
How to Fix 'Failed to Download Package Files, Check your internet Connection' on Ubuntu 18.04 LTS?
TechTips
6 years ago
4:07
How to Install Handbrake Video Converter and Encoder on Ubuntu 18.04 LTS?
TechTips
6 years ago
2:49
How to Fix Missing 'System Settings' or 'Settings' in Ubuntu 18 04 LTS?
TechTips
7 years ago
3:42
How to Fix 'Running in Software Rendering Mode' in Linux Mint 19.1 Cinnamon on VirtualBox?
TechTips
6 years ago
12:01
How to Install Kali Linux 2019.2 in VirtualBox on Windows 10?
TechTips
6 years ago
4:28
How to Run an AppImage on Ubuntu 18.04 LTS?
TechTips
6 years ago
5:15
How to Create App Shortcut to the Desktop on Ubuntu 18.04 LTS?
TechTips
6 years ago
4:04
How to Check Ubuntu Version Using Terminal?
TechTips
6 years ago
3:15
How to Uninstall Skype on Ubuntu 18.04 LTS?
TechTips
6 years ago
5:59
How to Completely Remove/Uninstall Opera Browser in Ubuntu 18.04 LTS?
TechTips
6 years ago
2:51
How to Download Ubuntu 18.04 LTS ISO File?
TechTips
7 years ago
Be the first to comment