How To Install Wine On Kubuntu
Install & Use WineHQ in Ubuntu xx.04 LTS focal fossa
Final Updated: January i, 2022 Ubuntu
Wine which stands for "Wine Is Not an Emulator" is an application layer that allows the users to run Windows software on Linux. Notwithstanding, the compatibility of it is non 100 pct for each and every application out there meant specifically for Windows. Yet, it is quite constructive and from time to time many users utilize it where they need any software which is not available for Linux.
WineHQ is not only meant for Linux but as well other operating systems such as macOS and BSD tin can take its benefits. As I mentioned above it is not an Emulator instead it uses API conversion technology to make Linux corresponding to Windows respective functions to call DLL (Dynamic Link Library) to run Windows programs. Wine releases are completely open-source.
Enable 32-fleck architecture
It still supports 32-bit compages as there are many old applications that don't piece of work on 64-bit. Thus, if your system is 64-chip, first enable the 32-bit architecture back up using the below control:
sudo dpkg --add together-architecture i386
Add Wine repository key
This is an of import footstep as if you don't add the repo key, while installation an mistake will announced. Basically, the downloading and adding of the Key volition ensure, the packages we receive will from original source.
wget -O - https://dl.winehq.org/vino-builds/winehq.key | sudo apt-central add -
Get the WineHQ repository
- Ubuntu 20.04
sudo add together-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
- Ubuntu xix.ten
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
- Ubuntu eighteen.04 or Linux Mint 19.x
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
- Ubuntu xvi.04 or Linux Mint 18.x
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial principal'
Run system update command
To let the system know about the added repository and make information technology rebuild the APT cache, run the system update command:
sudo apt update
Install Wine on Ubuntu
This step will be common for all the operating systems running on this Linux. You can install the Wine as per your requirement from different branches.
- Stable co-operative
sudo apt install --install-recommends winehq-stable
- Development branch
sudo apt install --install-recommends winehq-devel
- Staging branch
sudo apt install --install-recommends winehq-staging
To check the version of this Windows software installer on Linux run:
vino --verison
Setup Wine
Configure Vino environment for Windows applications you tin ready it to 64-bit too equally 32-bit according to the software you lot want to install. Here we are setting it to 32-fleck.
consign WINEARCH=win32
export WINEPREFIX=~/.wine32
winecfg
The winecfg control will open the Wine Configuration window, however, it would say "Wine could not find vino-mono packages" so let it to install that along with others. Considering nosotros demand these packages for .Cyberspace framework based applications.
Vino Configuration
Select the Windows version which you default on your Linux system from the dropdown box. Graphics, themes, screen resolution, and more…
To install any Windows Awarding on Linux using the WINE. Just navigate to that directory-> Open command terminal in that location and run:
vino setupfilename.exe
Note: Supersede the setupfilename.exe with the executable file of that Windows software yous want to install. Hither I accept successfully installed Adobe Acrobat on my Ubuntu organization using the Wine open up source.
Remove Installed Apps
In example you want to uninstall the installed Windows applications using Vino, then simply go to All applications and search for uninstall. You will get the option to remove the apps for each installed program.
Uninstall Wine
For stable installation:
sudo apt remove winehq-stable
For Developer:
sudo apt remove winehq-devel
For staging:
sudo apt remove winehq-staging
After that delete the wine folder created under your dwelling directory:
rm -rf ~/.wine
In this style, we tin can enable the Wine repository to install on Ubuntu Linux systems.
Source: https://www.how2shout.com/linux/install-use-winehq-in-ubuntu-20-04-lts/
Posted by: christianwhournany.blogspot.com
0 Response to "How To Install Wine On Kubuntu"
Post a Comment