Results 1 to 3 of 3

Thread: uninstall FANN library

  1. #1
    Join Date
    Apr 2012
    Beans
    12

    uninstall FANN library

    i used CMAKE to install FANN library via it . after CMAKE installated, i used below commands to install FANN :
    Code:
    cmake .
    sudo make install
    now FANN has installed in "usr/local". but i countered a problem with this library and want to remove it safely .
    how should i uninstall it?

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: uninstall FANN library

    try :

    sudo apt-get purge FANN

    or :

    sudo rm /usr/local/FANN

    note: write the exact package name (lowercase is not uppercase)
    note2: you can use nautilus to browse /usr/local folder to check this package

  3. #3
    Join Date
    May 2009
    Location
    Russia
    Beans
    83
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: uninstall FANN library

    Also
    Code:
     sudo make uninstall
    in the source directory.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •