Wrong Wine version?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Silent
Newbie
Newbie
Posts: 4
Joined: Sat Jun 28, 2008 9:11 am

Wrong Wine version?

Post by Silent »

Hello people! I'm frequently using Wine, but have noticed there has been a couple of updates since last I used it, so I updated... But:

Package wine - 1.0-1.fc8.i386 is already installed.

If I write Wine --version it says wine-0.9.37
The features of the 1.0-1 doesn't work.

So, what have I done wrong here?




Any help appreciated.
John Drescher

Wrong Wine version?

Post by John Drescher »

On Sat, Jun 28, 2008 at 10:15 AM, Silent <[email protected]> wrote:
Hello people! I'm frequently using Wine, but have noticed there has been a couple of updates since last I used it, so I updated... But:

Package wine - 1.0-1.fc8.i386 is already installed.

If I write Wine --version it says wine-0.9.37
The features of the 1.0-1 doesn't work.

So, what have I done wrong here?
You somehow have 2 versions of wine installed? Did you ever install from source?

John
Silent
Newbie
Newbie
Posts: 4
Joined: Sat Jun 28, 2008 9:11 am

Re: Wrong Wine version?

Post by Silent »

John Drescher wrote:On Sat, Jun 28, 2008 at 10:15 AM, Silent <[email protected]> wrote:
You somehow have 2 versions of wine installed? Did you ever install from source?

John

I'm not sure what you mean by the "source"? I followed one of the wine installation guides. I can't remember which one though, soo.. I can find a folder called "winecomp" inside it, is the old version one.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wrong Wine version?

Post by vitamin »

Silent wrote:
John Drescher wrote:On Sat, Jun 28, 2008 at 10:15 AM, Silent <[email protected]> wrote:
You somehow have 2 versions of wine installed? Did you ever install from source?

John

I'm not sure what you mean by the "source"? I followed one of the wine installation guides. I can't remember which one though, soo.. I can find a folder called "winecomp" inside it, is the old version one.
In the terminal run

Code: Select all

which wine
If it returns something like "/usr/local/bin/wine" then you previously compiled and installed Wine yourself. And that directory you indicated above "winecomp" is most likely the source.

If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
Silent
Newbie
Newbie
Posts: 4
Joined: Sat Jun 28, 2008 9:11 am

Re: Wrong Wine version?

Post by Silent »

vitamin wrote:
Silent wrote:
John Drescher wrote:On Sat, Jun 28, 2008 at 10:15 AM, Silent <[email protected]> wrote:
You somehow have 2 versions of wine installed? Did you ever install from source?

John

I'm not sure what you mean by the "source"? I followed one of the wine installation guides. I can't remember which one though, soo.. I can find a folder called "winecomp" inside it, is the old version one.
In the terminal run

Code: Select all

which wine
If it returns something like "/usr/local/bin/wine" then you previously compiled and installed Wine yourself. And that directory you indicated above "winecomp" is most likely the source.

If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
So, you're saying I should go INTO my winecomp and do 'sudo make uninstall' ? Or the "/usr/local/bin/wine" then 'sudo make uninstall' there?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wrong Wine version?

Post by vitamin »

What does 'which wine' say?
James McKenzie

Wrong Wine version?

Post by James McKenzie »

Silent wrote:
vitamin wrote:
Silent wrote:
John Drescher wrote:
I'm not sure what you mean by the "source"? I followed one of the wine installation guides. I can't remember which one though, soo.. I can find a folder called "winecomp" inside it, is the old version one.
In the terminal run

Code:
which wine


If it returns something like "/usr/local/bin/wine" then you previously compiled and installed Wine yourself. And that directory you indicated above "winecomp" is most likely the source.

If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
So, you're saying I should go INTO my winecomp and do 'sudo make uninstall' ? Or the "/usr/local/bin/wine" then 'sudo make uninstall' there?





cd winecomp
sudo make uninstall
After this completes install the latest Fedora Wine version 1.0

I don't know the entire directory structure to the winecomp directory,
but that is what should be in the first line.

James McKenzie
Silent
Newbie
Newbie
Posts: 4
Joined: Sat Jun 28, 2008 9:11 am

Re: Wrong Wine version?

Post by Silent »

James McKenzie wrote:Silent wrote:
vitamin wrote:
Silent wrote:
In the terminal run

Code:
which wine


If it returns something like "/usr/local/bin/wine" then you previously compiled and installed Wine yourself. And that directory you indicated above "winecomp" is most likely the source.

If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
So, you're saying I should go INTO my winecomp and do 'sudo make uninstall' ? Or the "/usr/local/bin/wine" then 'sudo make uninstall' there?





cd winecomp
sudo make uninstall
After this completes install the latest Fedora Wine version 1.0

I don't know the entire directory structure to the winecomp directory,
but that is what should be in the first line.

James McKenzie
Interesting.. I uninstalled the winecomp, and immediately after did wine --version it says now: "Wine 1.0".

If I then do yum install wine, then it says that the package 1.0.1 have been installed... So, I guess my problem is solved. Thanks alot!
Locked