I need to remove wine completely on Red Hat Linux 7.1 I tried "make uninstall" but it doesn't work completely.. It only uninstalls it partially. I didn't install it using rpm btw. So i can't do something like rpm -e wine. There's also no "dkpg" whatever command! Thanks. Didier.
not a problem. goto the /usr/local/bin, /usr/local/lib, and the /usr/local/include directories(or other if you did not use the default) one at a time. sort them by date. all the wine files will be together this way. find one or two that you know are from from wine. note the date and time on file. use that to determine which files to remove. an easy way to do this is with midnight commander, mc. this assumes that you were not compiling multipule packages and installing them at the same time. Bernard Didier Frederic Casse <sci80084@nus.edu.sg> wrote in message news:<191C91BDFE8ED411B84400805FBE794C136CE5B1@pfs21.ex.nus.edu.sg>...> I need to remove wine completely on Red Hat Linux 7.1 > > I tried "make uninstall" but it doesn't work completely.. It only > uninstalls it partially. I didn't install it using rpm btw. So i can't > do something like rpm -e wine. There's also no "dkpg" whatever command! > Thanks. > > Didier.
Bernard Didier Frederic Casse wrote:> > I need to remove wine completely on Red Hat Linux 7.1 > > I tried "make uninstall" but it doesn't work completely.. It only > uninstalls it partially. I didn't install it using rpm btw. So i can't > do something like rpm -e wine. There's also no "dkpg" whatever command!"make uninstall" should work completely removing the binaries (and sundries) from your tree that were installed by the "make install" command. What did it fail to uninstall? How do you know that it failed to uninstall something? This would be a defect that should be reported :) Are you talking about the source that you used to build the release? You can use "make distclean" to restore it to the state you unpacked it in, but I suspect that you'll want to do an "rm -r wine_tree".> Thanks. > > Didier.Ciao, Peter
Bernard Didier Frederic Casse <sci80084@nus.edu.sg> wrote in article <191C91BDFE8ED411B84400805FBE794C136CE5B1@pfs21.ex.nus.edu.sg>...> I need to remove wine completely on Red Hat Linux 7.1 > > I tried "make uninstall" but it doesn't work completely.. It only > uninstalls it partially. I didn't install it using rpm btw. So i can't > do something like rpm -e wine. There's also no "dkpg" whatever command! > Thanks. > > Didier. > >You might also try going to wine.codeweavers.com and into their FAQ and search on "Total cleanup". It should yield a nice 2-pager on which lib files need to be deleted etc. Bill