0
votes
1answer
40 views

Remove Ruby Installation to switch to RVM installations on MAC OS X

I wanted to start developing RoR on my Macbook (did it on Windows mostly). So i read some tutorials and ran into Homebrew. Tried it. This installed me ruby version 2.0.0p0. Later on I found RVM ...
0
votes
1answer
71 views

uninstall mysql from mac not working

I have done these steps: sudo rm /usr/local/mysql sudo rm -rf /usr/local/mysql* sudo rm -rf /Library/StartupItems/MySQLCOM sudo rm -rf /Library/PreferencePanes/MySQL* vim /etc/hostconfig and removed ...
1
vote
0answers
51 views

Uninstalling app from iOS Device thru command line

I'm running test on an app using UIAutomation, but I need a way to uninstall the app in a device (iPhone, iPad, iPod) without using jailbreak. Currently I´m using fruitstrap to upload the app to a ...
0
votes
0answers
265 views

uninstall mongodb on mac os x [closed]

I am trying to uninstall MongoDb on my mac os x. Is there a command to do that ? I tried " purge mongodb " command but I am not sure it did. Because, when I tried to start mongodb it started again. ...
0
votes
0answers
106 views

completely uninstall both postgresql mac (brew install on system)

I'm having lots of problems since I've tried to install psql over my mac. I'm suspecting on the system psql as the cause. I want a fresh retry over mac clean of psql. This post helped me getting ...
2
votes
1answer
354 views

Removing Node.Js from Mountain Lion [duplicate]

Possible Duplicate: How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X) I'm trying to remove Node.js from my system so I can reinstall it using the NVM version ...
3
votes
2answers
235 views

Too many different Python versions on my system and causing problems

During the past years, I have installed many Python libraries with various Python versions. To make them ready to work immediately, I installed them blindly without control. Currently they're causing ...
1
vote
2answers
474 views

Issue with uninstalling Xcode 3.2 on Mountain Lion

I just upgraded to Mountain Lion (from Snow Leopard) so as to take advantage of Xcode 4. Before installing Xcode 4, I would like to remove Xcode 3 (not required, but want to clean up before moving ...
0
votes
1answer
39 views

How to uninstall

Any idea how to uninstall Micro CloudFoundry? I am running on OSX. I searched throughout the cloudfoundry sites and with google to no avail. Thanks!
2
votes
1answer
1k views

Remove Qt libraries on Mac

I want to remove the installed Qt 4.8 libraries and install Qt 4.6 libraries on my mac. But when I try to install them I get: "Qt libraries cannot be installed on this disk. A newer version of ...
1
vote
1answer
278 views

How do I uninstall SBT in OS X?

I want to remove SBT (Simple Build Tool) from my Mac. How do I do this?
0
votes
0answers
173 views

Uninstaller tool for Package Maker on MAC OS X

I am new to MAC OS X. I have created installer using Package Maker. But I am unable to find a way to create uninstaller for this tool. I have searched through web and found one way to uninstall is ...
7
votes
3answers
9k views

How to uninstall Xcode 4.4 command line tools (Mac OS X 10.8 Mountain Lion)?

This SO post explains very well how to install command line tools for Xcode 4.4. But how to uninstall them?
0
votes
1answer
118 views

How do you use “n” to switch your version of Node?

I use a Mac. I just ran "n latest" to install the latest version of Node. Now I want to activate it, but am getting an error "File exists" when trying to make a symlink. What does this mean? How do ...
0
votes
1answer
122 views

Converting pre-installed apps/packages to Homebrew

I really like Homebrew. However, I consistently run into an issue with things that I installed before I learned of the magical OS X package manager. What I get is this: Error: The linking step did ...
1
vote
0answers
135 views

What is the most painless way to remove one version of python and not the other on OSX 10.7.4?

I accidentally installed 64 bit python a few weeks ago, and now all of my programs jump for it by default, instead of the more functional 32 bit python. Is there a painless way to uninstall 64 bit ...
0
votes
1answer
134 views

How to uninstall TYPO3 on Mac? [closed]

I installed TYPO3 via http://t3dmg.sourceforge.net/. I wanted to uninstall it, but could not find an uninstaller for Mac. I made the mistake of just finding all files with t3 or typo3 in it and ...
0
votes
0answers
80 views

Uninstall application mac os, del script

My app installed script in the system(this service mac os). How i can del this service when user remove application? To create an installer i used PackageMaker.
0
votes
1answer
122 views

How to uninstall the files the python3 DMG installer installed?

I want to delete what was installed. But I am not sure what was there or what wasn't. What should I delete? I believe it is somewhere in /Library/Frameworks/... but don't really know what I ...
7
votes
4answers
5k views

Uninstalling Xcode 3.2.6 from Lion 10.7.2

I've installed xCode 3.2.6 on my Lion 10.7.2. After install I can't find the xCode icon to launch it. I've got to know 3.2.6 doesn't support Lion. However, the worst thing happen when I tried to ...
2
votes
1answer
133 views

OS X kernel extension graphical uninstaller

XCode doesn't include uninstallation options for their packager. Generally users simply drag the app to the trash if they want to uninstall it - most apps are self contained in the app package. ...
3
votes
1answer
3k views

Uninstall Django on Mac OS X

I installed Django by downloading the tarball, then $ tar xzvf Django-1.3.1.tar.gz $ cd Django-1.3.1 $ sudo python setup.py install How do I uninstall Django? I can start by deleting the folder ...
20
votes
2answers
21k views

completely uninstall postgresql 9.0.4 from Mac OSX Lion

this question may look like a duplicate of: How to uninstall postgresql on my Mac (running Snow Leopard) however, there are two major differences. I'm running Lion and I'm trying to uninstall ...
3
votes
2answers
701 views

Correct way to install Mono Framework in OS X

Is there a correct way to install a new version of Mono (for example 2.10.5) having an older version already installed (for example 2.10.4)? Which way is it possible to follow? Uninstall the older ...
3
votes
1answer
1k views

How to uninstall wxpython 2.8 on Mac OSX 10.6

Some details of my machine and installed packages before proceeding further: Mac OSX version: 10.6.6 Python version: Activestate Python 2.7.1 wxpython version: wxpython 2.8 (uses Carbon API hence ...
0
votes
1answer
446 views

Installing older version of MySQL 5.5 on Mac OS X with latest version

I've installed MySQL 5.5.11 on my new macbook pro. Unfortunately, I quickly found out MySQL 5.5.11 doesn't fully work on mac os x :(. MySQL 5.5.8 was the last version that did work. As a new mac ...
5
votes
2answers
5k views

Uninstall python 3.2 on mac os x 10.6.7

According to the documentation from python.org, python 3.2 install on mac os requires an upgrade to tcl/tk 8.5.9 (for use of IDLE). In my haste, I have done both. Now my friend told me that python 3 ...
0
votes
1answer
241 views

how to detect files related to an app on a mac

I am wondering how an application like appzapper can detect the files related to an application? All ideas are welcome. Thanks for your help, Regards,
1
vote
1answer
839 views

Please help to clean up my RoR development environment

I started RoR development a few months ago, and being new to Mac... Time flies and now I have a lot different ruby versions, rails versions and gems versions located everywhere......And currently I ...
38
votes
3answers
36k views

How to uninstall Python 2.7 on a Mac OS X 10.6.4?

I want to completely remove Python 2.7 from my Mac OS X 10.6.4. I managed to remove the entry from the PATH variable by reverting my .bash_profile. But I also want to remove all directories, files, ...
10
votes
2answers
13k views

How to delete Eclipse completely (including settings and plugins) from Mac OS X?

My Eclipse with GAE broken and works strangely. So I deleted Eclipse from Application folder, but there are garbages left. I re-downloaded fresh new eclipse, but it runs with old settings, and broken ...
2
votes
1answer
632 views

How do I do a fresh install of Google App Engine?

I've been using GAE for months now, but very recently I've had difficulty getting the latest release (1.3.4) to work for me. I'd like to remove GAE and start from scratch and reinstall it. However, it ...
3
votes
2answers
117 views

Why use a Package Installer with your Macintosh App?

Why is it that some Mac Apps are perfectly happy to be simply copied into the /Applications folder, and others require installation-wizard software? Are there advantages to the wizards?
11
votes
2answers
18k views

How to uninstall postgresql on my Mac (running Snow Leopard)

Upgraded 10.6 from 10.5 and now postgres 8.1 is whacked. To make things worse I tried installing 8.4 which I'm pretty sure just made things ten times worse. Anyhow, the exception I'm getting when I ...
0
votes
1answer
356 views

Broke XAMPP trying to downgrade. Need to eradicate and re-install

When my laptop wiped a few months back, I had to re-install, and thinking I didn't have the original disk image anymore, I downloaded and installed what was then the latest version of XAMPP (1.7.2a). ...
63
votes
7answers
34k views

How do you uninstall MySQL from Mac OS X?

I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
1
vote
2answers
492 views

Uninstalling partially installed XCode + iPhone SDK

I tried to install XCode + the iPhone SDK on my mac, but the installer ran out of space during install and I'm left with something to the effect of 30 MB free on my hard disk. How do i remove it?
5
votes
5answers
4k views

Uninstall MacRuby

Does anyone know how to uninstall MacRuby? I was using RubyCocoa then decided to try out MacRuby, after installing MacRuby, RubyCocoa has stopped working. So I would like to remove MacRuby, but I ...
1
vote
5answers
5k views

How can I uninstall NetBeans on a mac?

I currently have NetBeans 6.5 installed on my mac running leopard. I searched Google on how to uninstall it and the NetBeans website says to right click on it, select "Show Package Contents" and the ...
18
votes
10answers
27k views

Uninstall Eclipse under OSX?

I'm running Eclipse SDK 3.4.0 on Mac OS X 10.5.6. Every time I try to install something new through "software updates", the message "The software items you selected may not be valid with your current ...