Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialUnsubscribed User
8,986 PointsI've installed SQLite on my Macbook, and now I can't uninstall the software, help?
If I execute which sqlite3, the bash answers /usr/bin/sqlite3. If I try rm command with -f flag, a Operation not permitted appears, If I try with sudo, same error. I want to uninstall the software because I'm not going to use it, I just installed it for practice the commands on this video.
Thanks!
1 Answer
Alexander Davison
65,469 PointsTry using the "uninstall" command. Look it up. I think that helps...
Hope that helps!
Joshua Yoerger
11,206 PointsJoshua Yoerger
11,206 PointsI suspect this has something to do with the fact that SQLite comes preinstalled on OS X and is used by a number of core OS X applications like Address Book, ICal, Safari, and Mail. SQLite has a very small footprint (hence it's name) and although you might not plan on using it, OS X certainly does! I wouldn't worry too much about trying to remove it if I were you. ;)
http://www.actualtech.com/sqlite_applications.php