[ python-Feature Requests-963845 ] There ought to be a way to uninstall

SourceForge.net noreply at sourceforge.net
Wed Jun 2 08:42:44 EDT 2004


Feature Requests item #963845, was opened at 2004-05-31 23:49
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=963845&group_id=5470

>Category: None
>Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kaleissin (kaleissin)
Assigned to: Nobody/Anonymous (nobody)
Summary: There ought to be a way to uninstall

Initial Comment:
There ought to be a way to uninstall, if for no other
reason that it is polite behavior in a civilized society :)

The usual way to uninstall something from a "package"
seems to be to keep a list of all installed files
somewhere. Doing the equivalent of a "find . -print" at
the right point during "bdist/build" should do the
trick, or maybe a command of its own, the filelist to
be stored in the sdist-result?

Such a list of files would also be useful for
packagers, be it maintainers of .rpm, .deb or *BSD ports.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-06-02 14:42

Message:
Logged In: YES 
user_id=21627

Moving to RFE tracker.

Notice that binary packages (created by bdist_rpm or
bdist_wininst) do support uninstall.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=963845&group_id=5470



More information about the Python-bugs-list mailing list