Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Install and run Windows applications

Parent

Install and run Windows applications

+1
−0

How do I install and run Windows applications downloaded from a website? Windows applications do not run natively on Linux, but can be run using Wine. When downloading these applications from a webpage, I will have a .exe or .msi installer in my Downloads directory. What are the next steps to install these on Linux? How do I then run the installed application? How do I add it to my applications list readily available with a mouse click in my desktop environment?[1] I should be able to use the application as if it is any other native application on my system.

Applications downloaded from a webpage may include their own built-in updater. Will that work as intended (automatic)?


  1. Having to resort to the Terminal to open the application, is not sufficient. It needs to be available when I search in my app launcher list, or open the GUI app list. ↩︎

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Shortcut is a separate question (4 comments)
Post
+0
−0

Installation

At least in KDE Plasma all you really need is to have the .exe files associated with wine. Right click > Open with in Dolphin will do the trick.

Once you got that covered, the installer can be run by just doubleclicking the exe, just like in windows. It will be installed to your default wine prefix (which might not be what you want. One prefix per program would be a more principled approach.)

Wine will also map windows desktop entries to freedesktop .desktop files. Your desktop environment should pick these up.

Tldr: Given a working wine and desktop environment, it should just work.

Updaters

I don't think that wine will install any daemons to your linux. I guess you could manually create e.g. a systemd service to run an updater with wine, but I would recommend against it. Many windows programs will anyway check for updates on launch and nag you about an outdated version.

Or just sign up to a release mailing list.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

1 comment thread

I already have Wine 6 bundled with the OS, as well as what I assume to be more up-to-date Wine versio... (2 comments)
I already have Wine 6 bundled with the OS, as well as what I assume to be more up-to-date Wine versio...

I already have Wine 6 bundled with the OS, as well as what I assume to be more up-to-date Wine versions stored somewhere by Lutris. Yet I don't have any such Wine-installation-programs to open Windows installers with. I'm not on KDE, but Gnome, although I've understood it such that the same should be available here. Point is, your answer is therefore missing one of the most crucial parts, namely getting to the first point at which your answer starts.

Iizuki‭ wrote 6 months ago

I'm beginning to see the issue. When I right click an installer .exe in Dolphin, it offers me the option "Open with Wine Windows Program Loader". However I can't seem to locate this anywhere else. This is what gets fired by doubleclicking as well.