I guess I'm confused about some Wine fundamentals. Only been on Linux for a few months, so forgive me. Your comment brings up a slew of questions. Observe!
Code: Select all
$ wine --version
wine-5.0
Code: Select all
$ apt show wine
Package: wine
Version: 4.0.2-1
[etc, etc....]
$ apt show wine-stable
Package: wine-stable
Version: 5.0.0~eoan
[etc, etc...]
- How does using the same four-letter word manage to invoke two different packages?
- If CLI command wine calls wine-stable package, what CLI command can one use to invoke the wine package?
a. If never, why is the wine package needed? I'm not even sure when/how it was installed. - What purpose would having two packages side-by-side serve? Shouldn't one package be able to handle all needs?
- More importantly, which Wine package is Lutris and Steam / Proton using?
Code: Select all
$ sudo apt remove wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'wine' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
How can the package be invoked through apt and yet cannot be removed by apt?
Please explain!
I found a similar topic on AskUbuntu but unfortunately the answer never dives into the how and why the wine package exists at all, nor does the referenced thread within that thread. Similarly, another topic asks about the other packages, but does not mention the "Ubuntu" wine package, specifically.