How i do to unistall wine 1.8

Questions about Wine on Linux
Locked
Cat pawns
Newbie
Newbie
Posts: 3
Joined: Wed Jan 27, 2016 11:07 am

How i do to unistall wine 1.8

Post by Cat pawns »

I need reinstall and for that i need keep them clean.

I instaled from source i dont know how unistall.

Pls some help.
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: How i do to unistall wine 1.8

Post by dimesio »

Run sudo make uninstall from the build directory. If you built both 32 and 64 bit (WoW64) Wine, you have to do it from both build directories.
Cat pawns
Newbie
Newbie
Posts: 3
Joined: Wed Jan 27, 2016 11:07 am

Re: How i do to unistall wine 1.8

Post by Cat pawns »

ty man, on me reinstall i noticed a lot of warnings.
  • configure: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
    configure: libOSMesa development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
    configure: OpenCL development files not found, OpenCL won't be supported.
    configure: pcap development files not found, wpcap won't be supported.
    configure: libdbus development files not found, no dynamic device support.
    configure: lib(n)curses development files not found, curses won't be supported.
    configure: libsane development files not found, scanners won't be supported.
    configure: libv4l development files not found.
    configure: libgphoto2 development files not found, digital cameras won't be supported.
    configure: libgphoto2_port development files not found, digital cameras won't be auto-detected.
    configure: liblcms2 development files not found, Color Management won't be supported.
    configure: libpulse development files not found or too old, Pulse won't be supported.
    configure: gstreamer-0.10 base plugins development files not found, gstreamer support disabled
    configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
    configure: libcapi20 development files not found, ISDN won't be supported.
    configure: libcups development files not found, CUPS won't be supported.
    configure: libgsm development files not found, gsm 06.10 codec won't be supported.
    configure: libtiff development files not found, TIFF won't be supported.
    configure: libmpg123 development files not found (or too old), mp3 codec won't be supported.
    configure: libopenal development files not found (or too old), OpenAL won't be supported
    configure: openal-soft development files not found (or too old), XAudio2 won't be supported

    configure: WARNING: gettext tools not found (or too old), translations won't be built.

    configure: WARNING: libxml2 development files not found (or too old), XML won't be supported.

    configure: WARNING: libxslt development files not found, xslt won't be supported.

    configure: WARNING: libgnutls development files not found, no schannel support.

    configure: WARNING: libjpeg development files not found, JPEG won't be supported
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: How i do to unistall wine 1.8

Post by dimesio »

Those are missing dependencies. Wine will compile without them, but will be missing the listed functionality. You can ignore things you know for sure you don't need (e.g., if you don't have a scanner, you don't need libsane), but you should install most of them.
Locked