From shih.lee at gmail.com Tue Jun 1 12:17:46 2010 From: shih.lee at gmail.com (Shih-gian Lee) Date: Tue, 1 Jun 2010 12:17:46 -0400 Subject: [rubyosx-list] How to uninstall ruby? Message-ID: Hi there, I would like to uninstall the ruby that is installed via one-click installer. How do I do that? Thanks, Lee From shih.lee at gmail.com Tue Jun 1 13:19:56 2010 From: shih.lee at gmail.com (Shih-gian Lee) Date: Tue, 1 Jun 2010 13:19:56 -0400 Subject: [rubyosx-list] How to uninstall ruby? In-Reply-To: References: Message-ID: Hi, I used the Mac One-click-installer to install ruby. After the installation, it does not tell me what files being installed. How do I find out a list of files installed? Are the following files being installed to /usr/local/bin look correct? -rwxr-xr-x 1 root admin 377 Oct 30 2009 autospec -rwxr-xr-x 1 root admin 374 Oct 30 2009 cheat -rwxr-xr-x 1 root admin 3882 Oct 30 2009 erb -rwxr-xr-x 1 root admin 548 Oct 30 2009 gem -rwxr-xr-x 1 root admin 389 Oct 30 2009 gpgen -rwxr-xr-x 1 root admin 379 Oct 30 2009 irb -rwxr-xr-x 1 root admin 388 Oct 30 2009 mongrel_rails -rwxr-xr-x 1 root admin 386 Oct 30 2009 nokogiri -rwxr-xr-x 1 root admin 372 Oct 30 2009 rackup -rwxr-xr-x 1 root admin 1816452 Oct 30 2009 ragel -rwxr-xr-x 1 root admin 370 Oct 30 2009 rake -rwxr-xr-x 1 root admin 1543 Oct 30 2009 rdoc -rwxr-xr-x 1 root admin 1491 Oct 30 2009 ri -rwxr-xr-x 1 root admin 12740 Oct 30 2009 ruby -rwxr-xr-x 1 root admin 373 Oct 30 2009 spec -rwxr-xr-x 1 root admin 56856 Oct 30 2009 sqlite3 -rwxr-xr-x 1 root admin 153 Oct 30 2009 testrb -rwxr-xr-x 1 root admin 370 Oct 30 2009 thin -rwxr-xr-x 1 root admin 1680 Oct 30 2009 xml2-config -rwxr-xr-x 1 root admin 22600 Oct 30 2009 xmlcatalog -rwxr-xr-x 1 root admin 64316 Oct 30 2009 xmllint -rwxr-xr-x 1 root admin 2370 Oct 30 2009 xslt-config -rwxr-xr-x 1 root admin 28908 Oct 30 2009 xsltproc Thanks, Lee On Tue, Jun 1, 2010 at 12:17 PM, Shih-gian Lee wrote: > Hi there, > > I would like to uninstall the ruby that is installed via one-click > installer. How do I do that? > > Thanks, > Lee > From iainspeed at gmail.com Tue Jun 1 13:27:57 2010 From: iainspeed at gmail.com (Iain Barnett) Date: Tue, 1 Jun 2010 18:27:57 +0100 Subject: [rubyosx-list] How to uninstall ruby? In-Reply-To: References: Message-ID: <8A4A84A5-67A7-4DDE-8027-2ADAAF70FBB0@gmail.com> On 1 Jun 2010, at 18:19, Shih-gian Lee wrote: > Hi, > > I used the Mac One-click-installer to install ruby. After the installation, > it does not tell me what files being installed. How do I find out a list of > files installed? Are the following files being installed to /usr/local/bin > look correct? ... > > Thanks, > Lee > > On Tue, Jun 1, 2010 at 12:17 PM, Shih-gian Lee wrote: > >> Hi there, >> >> I would like to uninstall the ruby that is installed via one-click >> installer. How do I do that? >> >> Thanks, >> Lee >> I'm not sure exactly which files, but in the absence of knowledge then sorting/filtering by date created/modified is usually a good method of tracking down installed files. Iain From shih.lee at gmail.com Tue Jun 1 13:36:14 2010 From: shih.lee at gmail.com (Shih-gian Lee) Date: Tue, 1 Jun 2010 13:36:14 -0400 Subject: [rubyosx-list] How to uninstall ruby? In-Reply-To: <8A4A84A5-67A7-4DDE-8027-2ADAAF70FBB0@gmail.com> References: <8A4A84A5-67A7-4DDE-8027-2ADAAF70FBB0@gmail.com> Message-ID: Thanks. I was doing that. I found out a list of files that being installed to my /usr/loca/. I cracked open the Mac package installer and unzipped Archive.pax.gz. It has a list of folders and files being installed to the /usr/local/. I verified them against my initial search by date result and they look right. Thanks, Lee On Tue, Jun 1, 2010 at 1:27 PM, Iain Barnett wrote: > > On 1 Jun 2010, at 18:19, Shih-gian Lee wrote: > > > Hi, > > > > I used the Mac One-click-installer to install ruby. After the > installation, > > it does not tell me what files being installed. How do I find out a list > of > > files installed? Are the following files being installed to > /usr/local/bin > > look correct? > > ... > > > > > Thanks, > > Lee > > > > On Tue, Jun 1, 2010 at 12:17 PM, Shih-gian Lee > wrote: > > > >> Hi there, > >> > >> I would like to uninstall the ruby that is installed via one-click > >> installer. How do I do that? > >> > >> Thanks, > >> Lee > >> > > I'm not sure exactly which files, but in the absence of knowledge then > sorting/filtering by date created/modified is usually a good method of > tracking down installed files. > > Iain > > > > _______________________________________________ > rubyosx-list mailing list > rubyosx-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosx-list >