[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux] Supprimer un logiciel



make uninstall  aussi :)
de temps en temps,

si non vi Makefile ...

Dominique



                                                                                                                                                    
                    deny                                                                                                                            
                    <deny@monaco.net>          To:     linux@lists.unixtech.be                                                                      
                    Sent by:                   cc:                                                                                                  
                    linux-admin@lists.u        Subject:     Re: [linux] Supprimer un logiciel                                                       
                    nixtech.be                                                                                                                      
                                                                                                                                                    
                                                                                                                                                    
                    05/10/02 05:53 PM                                                                                                               
                    Please respond to                                                                                                               
                    linux                                                                                                                           
                                                                                                                                                    
                                                                                                                                                    





make distclean
marche bien aussi

a++

staller et desinstaller des softs from sources
>
> find /* > before
> cd newsoft &&
> ./configure &&
> make &&
> make install
> find /* > after
> diff before after > newsoft_files
> rm before after
>
> le fichier newsoft_files contiendra les nouveaux fichiers installés
>
> > -----Original Message-----
> > From: Jean-Francois Straeten [mailto:jfstraeten@compuserve.com]
> > Sent: mercredi 8 mai 2002 21:47
> > To: linux@lists.unixtech.be
> > Subject: Re: [linux] Supprimer un logiciel
> >
> >
> > On Wed, May 08, 2002 at 07:22:10PM +0200, David TORTEVOIS wrote:
> > >
> > > Bonjour,
> > >
> > > Une question très basique : pour supprimer un logiciel installé
> > > autrement que par package (rpm...) cad à partir des
> > sources, on fait
> > > comment ? Pour l'instant, j'utilise la méthode violente (et pas
> mal
> > > bourrin ?) qui consiste à supprimer purement et simplement
> > le répertoire
> > > créé lors de l'install. Comment faut-il faire, parce que je
> > me dis que
> > > ce n'est pas le summum du comment-bien-agir ? Jusqu'à maintenant,
> > > j'ajoute puis je désinstalle grosso-modo certains softs
> > mais pour éviter
> > > un reformatage sauvage (ancien réflexe windoze), comment
> > faut-il s'y
> > > prendre?
> >
> >
> > Avec un peu de pot, il y une cible "uninstall" dans le Makefile qui
> > fait ça proprement pour toi (p. ex. les derniers sane et xsane).
> >
> > Sans pot, y a-t-il autre chose que la méthode bourrin ?
> >
> >
> > --
> >
_______________________________________________
Linux Mailing List
LCP - 11 Mai - http://www.unixtech.be/lcp.php
Archives: http://www.unixtech.be/mailman/listinfo/linux






**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


_______________________________________________
Linux Mailing List
LCP - 11 Mai - http://www.unixtech.be/lcp.php
Archives: http://www.unixtech.be/mailman/listinfo/linux