Oren Golan wrote: > some info about my system: ubuntu 8.10, ruby 1.8.3, rubygems 1.3.1 > (installed from source) > > > Here are the gems I have and can't uninstall: > > addressable (2.0.1) > cgi_multipart_eof_fix (2.5.0) > cheat (1.2.1) > daemons (1.0.10) > data_objects (0.9.10.1) > do_mysql (0.9.10.1) > extlib (0.9.9) > fastthread (1.0.1) > gem_plugin (0.2.3) > mongrel (1.1.5) > > > when I try this: > sudo gem uninstall cheat > > I get this: > ERROR: While executing gem ... (Gem::InstallError) > Unknown gem cheat >= 0 What is the output of "gem env"? I'm guessing that you have multiple gem paths. Dan