You should check out the checkinstall program that I sent a link about a few days ago. It basically does exactly that, with the advantage of creating packages for the programs.
Kyle Sexton
-----Original Message----- From: kclug-bounces@kclug.org [mailto:kclug-bounces@kclug.org] On Behalf Of Leo Mauler Sent: Tuesday, November 08, 2005 4:58 AM To: kclug@kclug.org Subject: Re: Program suggestion
A decent uninstaller for source-compiled and standalone installer applications. Some kind of installer "wrapper" which would make a record of installed files and either offer the option to uninstall them for you, or at least give you a "roadmap" to do it by hand.
It could be as simple as a script which does a recursive ls from root directory before and after the install, and then reports the changes in the "after" file. An added bonus would be if the whole process was automatic, such as the following command line (using an example standalone installer):
uninstaller /root/install/OOo/setup
...which makes the text dbase of the system, runs /root/install/OOo/setup, then makes another text dbase and reports the differences between the two.
It would be very nice to be able to have a batch install mode, where the second files dbase was then used as the baseline dbase for the second application installer. For example, since OpenOffice.org 2.0 now requires a current version of Java, it would be nice to be able to run first the Java standalone installer, then the OpenOffice.org 2.0 installer, all from the comfort of one "uninstaller wrapper" which then provides you with the necessary information to uninstall both of them.
For source-compiled applications, something to reverse "make install" would be nice too.
--- Arthur Pemberton pemboa@gmail.com wrote:
Can anyone suggest a small application CLI or GUI that just seems to be "missing" from Linux? Not necessarily an application that exists in Windows, but not in Linux, but a program that would make \ some part of your Linux experience better.
I am just dying to make a cool Linux app/project, but I am lacking ideas. For interface, I am considering console, GTK+ or Qt. For programming language, I am considering Python or C++;
I appreciate your ideas.
__________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com _______________________________________________ Kclug mailing list Kclug@kclug.org http://kclug.org/mailman/listinfo/kclug
I duno if checkinstall still works proper.. I had some weard issues with it but that may have been with my ssp setup. I do like checkinstall alot! there is also a nuke script for it that removes all files created by the install
Sexton, Kyle wrote:
You should check out the checkinstall program that I sent a link about a few days ago. It basically does exactly that, with the advantage of creating packages for the programs.
Kyle Sexton
-----Original Message----- From: kclug-bounces@kclug.org [mailto:kclug-bounces@kclug.org] On Behalf Of Leo Mauler Sent: Tuesday, November 08, 2005 4:58 AM To: kclug@kclug.org Subject: Re: Program suggestion
A decent uninstaller for source-compiled and standalone installer applications. Some kind of installer "wrapper" which would make a record of installed files and either offer the option to uninstall them for you, or at least give you a "roadmap" to do it by hand.
It could be as simple as a script which does a recursive ls from root directory before and after the install, and then reports the changes in the "after" file. An added bonus would be if the whole process was automatic, such as the following command line (using an example standalone installer):