How to delete a profram without a package manager?

Discussion in 'Desktop Operation' started by BorderAmigos, Jul 21, 2009.

  1. BorderAmigos

    BorderAmigos New Member

    When a program is installed from source using configure, make, make install, the package managers (dpkg, aptitude, apt, and the gui ones) don't see it. What is the best way to uninstall it later?

    Can the directories and files just be deleted? (Thanks to not having a messy kluge called a 'registry').

    This may leave orphaned libraries etc.

    Specifically I want to delete gnump3d.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    If the files and libraries are located all over the filesystem, then it's difficult to delete the program. But if all files are in just one directory, you can simply delete the directory.
     
  3. Flash

    Flash New Member

    Sometimes you get lucky aswell and the source code has a option to uninstall. if you still have the source directory (or download a new one) check the Makefile for options, there might be a "Uninstall" or "Remove" option.
     

Share This Page