Uninstall package from SqueakMap?

Colin Putney cputney at wiresong.ca
Fri Aug 22 08:43:58 UTC 2003


> Joel Shellman <joel at ikestrel.com> wrote:
>> Is there a way to uninstall something I just installed from SqueakMap?
>> Right clicking shows download, install, but there's no uninstall.
>
> Not yet, no. Uninstallation of general fileIns are... well, in theory 
> it
> is more or less impossible, at least if you look at the general case! 
> :)
>
> But Monticello for example might be able to offer uninstallation (or it
> already does?) of packages packaged using it.

Yes, but it's not presented by the UI. It doesn't require that the 
package be maintained with Monticello, but the package does have to 
follow the PackageInfo conventions.

Evaluate this:

(MCPackage named: 'SomePackage') unload


Colin



More information about the Squeak-dev mailing list