I’m running Kubuntu Linux 8.10, and Rubygems 1.3.1.
I’m trying to remove a sizable number of outdated gem versions, using
the ‘gem update’ command. Initially, it appeared to be choking on
RedCloth. I kept getting:
~$ sudo gem cleanup
Cleaning up installed gems…
Attempting to uninstall RedCloth-4.1.1
ERROR: While executing gem … (Gem::InstallError)
Unknown gem RedCloth = 4.1.1
My immediately previous ‘gem list’ had shown (among other things) -
RedCloth (4.1.9, 4.1.1)
So I tried to uninstall RedCloth completely, thinking there must be
something wrong with it (although I’d seen no indication of this
elsewhere). Rubygems reported successfully uninstalling v. 4.1.9. No
mention of 4.1.1. It still appeared in the ‘gem list’.
Reissuing the command, I get this:
$ sudo gem uninstall RedCloth
ERROR: While executing gem … (Gem::InstallError)
Unknown gem RedCloth >= 0
So I went after it manually, and just deleted the gem and associated
docs.
But the problem just reappeared, with a different gem. Not a RedCloth
problem after all.
$ sudo gem cleanup
Cleaning up installed gems…
Attempting to uninstall bones-2.3.1
ERROR: While executing gem … (Gem::InstallError)
Unknown gem bones = 2.3.1
tomc@tomc-desktop:~$
I don’t understand the problem here. Can anyone offer me a clue?
Thanks!
Tom
–
Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)