On Sun, Aug 30, 2009 at 14:54, DaVince<wineforum-user@xxxxxxxxxx> wrote: > You compiled the program from source, so it won't be in the package manager. Also, because you compiled it from source, please don't use the package manager for that application anymore. If you do, you'll screw things up because your package manager will try to install its own version of Wine over your self-compiled version. > It shouldn't conflict. A self-compiled versions should end up installed (although avoiding 'make install' makes sure) in /usr/local, while the package manager's should end up in /usr. It would not be clear which version would be used though.