This is a discussion on how to remove the application installed with "configure"? within the Linux Operating System forums, part of the Unix Operating Systems category; --> Some applications are installed by "configure", not rpm packages, How to remove them? Thanks Regards Case...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 2005-04-13, case <case@c.com> wrote: > Some applications are installed by "configure", not rpm packages, You mean by compiling the sources? Usually every application that you compile have a way to be de-installed that boils down to do a make uninstall in the source directory. See the documentation of the specific application. The last option is to hunt down the executables and delete them. Davide -- Windows: Microsoft's tax on computer illiterates. |
| |||
| (case <case@c.com>) scribbled: > Some applications are installed by "configure", not rpm packages, > > How to remove them? .... the "configure" script doesnt install the package, "make install" does. "make uninstall" to remove -- << http://michaeljtobler.homelinux.com (Beta Band - Quiet) >> Just once, I wish we would encounter an alien menace that wasn't immune to bullets. - The Brigadier, "Dr. Who" |
| |||
| case <case@c.com> wrote: > Some applications are installed by "configure", not rpm packages, > > How to remove them? "man rm" (if your question is really how to FIND the files to remove, ask it). Peter |
| |||
| Hello case (<case@c.com>) wrote: > Some applications are installed by "configure", not rpm packages, > > How to remove them? In some cases, running "make uninstall" in the source directory helps. For the future, use stow or checkinstall after compiling the software, that way you can get rid of it easier if make uninstall doesn't work. best regards Andreas Janssen -- Andreas Janssen <andreas.janssen@bigfoot.com> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps-sarge.html |
| |||
| "Peter T. Breuer" <ptb@lab.it.uc3m.es> wrote in message news:qj20j2-9qt.ln1@news.it.uc3m.es... > case <case@c.com> wrote: >> Some applications are installed by "configure", not rpm packages, >> >> How to remove them? > > "man rm" > > (if your question is really how to FIND the files to remove, ask it). Ahh, yes, and another completely useless answer to annoy the newbies. Case, some better written packages include a "make uninstall" command, but it's still fairly unusual and requires thought by the author to incorporate. You can see the results of a "make -n install" command to record what files are generated and where, and delete those. But if you're starting from scratch, I highly recommend looking into writing such packages into an RPM in order to manage them better. It teaches you a lot about how RPM's work, and allows you far superior package management, such as the ability to assign conflict or obsolescence information about related packages and keep them out of each other's way. |
| |||
| mjt wrote: > Just once, I wish we would encounter an alien menace that wasn't > immune to bullets. - The Brigadier, "Dr. Who" What made that especially amusing was that the aforementioned alien menace wasn't actually alien. It was made in England. |
| ||||
| Michael Hennebry <hennebry@web.cs.ndsu.nodak.edu> wrote: > mjt wrote: >> Just once, I wish we would encounter an alien menace that wasn't >> immune to bullets. - The Brigadier, "Dr. Who" > What made that especially amusing was that the aforementioned > alien menace wasn't actually alien. It was made in England. Lemme guess... Robot? Tom's first outing? |