Uninstall

How do you uninstall a compiled version of Ruby in GNU/Linux?

Joakim Olsson wrote:

How do you uninstall a compiled version of Ruby in GNU/Linux?

rpm’s might come with an uninstall feature. If not that then you maybe
need to delete installed files by hand? Rename them to something else?
You can uninstall your gems by running gem uninstall.
GL.
-Roger

What distribution? When you say compiled, do you mean you built from
source
yourself, or did you use a package manager to build from source?


Gareth Howells, CertHE (Dunelm), BCS
CEO, GForce Industries

[email protected]
07862725134

GForce Industries
86, Warwick Avenue,
Quorn,
Loughborough,
LEICS.
LE12 8HE
----- Original Message -----
From: “Joakim Olsson” [email protected]
Newsgroups: comp.lang.ruby
To: “ruby-talk ML” [email protected]
Sent: Saturday, December 22, 2007 2:58 PM
Subject: Uninstall