View previous topic :: View next topic |
Author |
Message |
rattiraivo n00b
Joined: 06 Jun 2024 Posts: 35
|
Posted: Mon Jun 17, 2024 12:42 pm Post subject: What packages do I need in order to use wine? |
|
|
Looked through https://wiki.gentoo.org/wiki/Wine
Have installed virtual/wine with proton use -flag alongside app-emulation/wine-vanilla.
Yet I still can't run applications through the terminal using the "wine" command, it says it doesn't exist. What am I missing? |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2730 Location: Here and Away Again
|
Posted: Tue Jun 18, 2024 4:11 am Post subject: |
|
|
Did your main Wine not get set via eselect for some reason?
Try 'eselect wine list' for the available slots, and 'eselect set n' where n is the number for the one you want as the default.
Otherwise you can use the complete names such as 'wine-vanilla' or 'wine-vanilla-9999' for example with the version specified. _________________ Kindest of regardses. |
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2179
|
Posted: Tue Jun 18, 2024 7:30 am Post subject: Re: What packages do I need in order to use wine? |
|
|
rattiraivo wrote: | ...
Yet I still can't run applications through the terminal using the "wine" command, it says it doesn't exist. ... |
Which doesn't exist, wine or the applications (or the terminal!)? _________________ Greybeard |
|
Back to top |
|
|
rattiraivo n00b
Joined: 06 Jun 2024 Posts: 35
|
Posted: Sat Jun 22, 2024 2:35 pm Post subject: |
|
|
Wiki didn't mention the eselect part. Had to do a
Because eselect said /etc/eselect/wine/bin was missing from PATH, now it works.
Quote: | Which doesn't exist, wine or the applications (or the terminal!)? |
To clarify, I was talking about wine missing. :p |
|
Back to top |
|
|
Ionen Developer
Joined: 06 Dec 2018 Posts: 2853
|
Posted: Wed Jun 26, 2024 2:14 pm Post subject: |
|
|
It should normally be automatically added to PATH when re-login (the eselect-wine ebuild has a postinst warning about this the first time it is emerged, eselect wine itself warns too in case it was missed), if not then maybe you are overriding PATH somewhere in your $HOME config files.
Sourcing /etc/profile is just to have it take immediate effect without needing to re-login. |
|
Back to top |
|
|
|