Wrong Wine version?
Wrong Wine version?
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.
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.
Wrong Wine version?
On Sat, Jun 28, 2008 at 10:15 AM, Silent <[email protected]> wrote:
John
You somehow have 2 versions of wine installed? Did you ever install from source?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?
John
Re: Wrong Wine version?
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.
Re: Wrong Wine version?
In the terminal runSilent 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.
Code: Select all
which wine
If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
Re: Wrong Wine version?
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 wrote:In the terminal runSilent 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.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.Code: Select all
which wine
If it is indeed the source dir you can 'cd' into it and run 'sudo make uninstall'. That should remove your self-compiled Wine.
Re: Wrong Wine version?
What does 'which wine' say?
Wrong Wine version?
Silent wrote:
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
cd winecompvitamin wrote:
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?Silent wrote:
In the terminal runJohn 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.
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.
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
Re: Wrong Wine version?
Interesting.. I uninstalled the winecomp, and immediately after did wine --version it says now: "Wine 1.0".James McKenzie wrote:Silent wrote:cd winecompvitamin wrote:
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?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.
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
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!