Posts: 302
Thanks: 26
Thanked 32 Times in 30 Posts
How to delete a profram without a package manager?
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').
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
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.
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.
Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 18 hours ago
2 days 7 hours ago
2 days 8 hours ago