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 trialKevin Becerra
14,243 PointsI'm having trouble with updating my Mac's console
I'm trying to update my mac's console but I'm having trouble. In the course the command is sudo apt-get update
every time I try to run this command my computer tells me that the command does not exist. Is there a different set of commands used for macs. I was under the assumption that they also ran on Ubuntu
1 Answer
Christopher Augg
21,223 PointsKevin,
apt-get is a linux tool that is not included with OSX. The popular package managers to use are:
However, if you really want apt-get, there is Using Fink for apt-get on OSX
Hope this helps,
Chris