On Mon, Sep 21, 2009 at 3:48 PM, Ralf Hemmecke <[email protected]> wrote: > > Hello, > > just for testing purposes, I'd need to uninstall an spkg. > Can that be done via a sage call with some specific option? > > I need the inverse of '-i packagename'. > > If this is non-automatized, how can I undo an installation by hand? > > Is it enough to remove the respective file under spkg/installed, so that > sage does no longer recognize that the package is actually still installed?
Yes, that will work perfectly. > I actually don't care whether the files that my package installed via > "make install" are still there, I only want that 'sage -i pkgname' > installs the package again (no, I don't want to give the -f option). You can also do "sage -f pkgname" to force install of the package even if it has already been installed. > > Ralf > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
