installing problem

Questions about Wine on Linux
Locked
mina
Newbie
Newbie
Posts: 3
Joined: Mon Jul 07, 2014 11:00 am

installing problem

Post by mina »

hello i had try to install wine using command in this site http://www.tecmint.com/install-wine-in- ... nd-fedora/(1.6.2) but it doesn't work .
so i type that command

Code: Select all

yum install wine
(1.6.1) and it works fine but i would like to understand the reasons and diffrences
and if i am able to delete the first one(1.6.2) or it will effect the installed one
thanks :)
User avatar
dimesio
Moderator
Moderator
Posts: 13229
Joined: Tue Mar 25, 2008 10:30 pm

Re: installing problem

Post by dimesio »

The instructions you linked to were for building from source; yum installs a binary package. As to why building from source didn't work for you, the instructions you linked to are wrong.

As for deleting the one you built, you have to do make uninstall to remove it, and yes, you need to do that, because it will conflict with the binary package you installed.
mina
Newbie
Newbie
Posts: 3
Joined: Mon Jul 07, 2014 11:00 am

Re: installing problem

Post by mina »

thank you for replaying :)
Locked