LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't uninstall wine (https://www.linuxquestions.org/questions/linux-software-2/cant-uninstall-wine-231453/)

vincebs 09-16-2004 02:38 PM

Can't uninstall wine
 
Hi everyone,

I'm trying to uninstall an old version of Wine so I can install the newest release but when I run "make uninstall", I get this error:

update-desktop-database
make: update-desktop-database: Program not found
make: [uninstall] Error 127 (no changes)

I am running this as root from the /usr/src/wine-20040813/tools directory.

Any ideas?

mhearn 09-17-2004 07:36 AM

It's a known bug in Wine. Try running "make -k" to by pass it.

vincebs 09-17-2004 05:55 PM

When I type make -k, nothing happens. I get this:

make[1]: Entering directory `/usr/src/wine-20040813/tools/widl'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/widl'
make[1]: Entering directory `/usr/src/wine-20040813/tools/winebuild'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/winebuild'
make[1]: Entering directory `/usr/src/wine-20040813/tools/winedump'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/winedump'
make[1]: Entering directory `/usr/src/wine-20040813/tools/winegcc'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/winegcc'
make[1]: Entering directory `/usr/src/wine-20040813/tools/wmc'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/wmc'
make[1]: Entering directory `/usr/src/wine-20040813/tools/wrc'
make[1]: Nothing to do for `all'.
make[1]: Leaving directory `/usr/src/wine-20040813/tools/wrc'

After, I typed make uninstall and I get the same error.

vincebs 01-12-2005 01:08 PM

Anyone?

__J 01-12-2005 01:10 PM

make uninstall -k

__J 01-12-2005 01:13 PM

by the way, when you build your new one, you might want to try out checkinstall. Instead of running "make install" run "checkinstall" and it will make an rpm for you so uninstallations will be easier and you don't have to keep the src directory around. ( I have never used this on an rpm based distro before so I cannot vouch to how good it does on them, but It works great with slack and debian based)

vincebs 01-12-2005 01:14 PM

When I type that, it does the exact same thing as "make uninstall"

__J 01-12-2005 01:22 PM

then try make -k uninstall and see if that helps

Since your previous install was just from 08/04, you'll probably just have to overwrite it with the new install.


All times are GMT -5. The time now is 05:46 PM.