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 trial

Development Tools Console Foundations Installing Software Introduction to Package Managers

Nikolay Batrakov
Nikolay Batrakov
9,604 Points

linuxbrew or apt?

For I-dont-know-why reason :) I installed linuxbrew to my Ubuntu VM (maybe I just used to use it). Now, when I listened this lesson, I've released that apt is ALSO a package manager (wow, what a blast!). So, what do you think - shall I in general stick with apt only or it is worth doing to instal brew and use it?

Check this out.

LinuxBrew is 'for people living on the edge' i.e. want the latest software repositories while apt containes mostly older but stable repositories but you can get the latest repos using ppas

All in all either is fine

3 Answers

If you're on Ubuntu, use APT for sure. There's little benefit (and a lot of potential confusion) to using a non-standard package manager.

James Barnett
James Barnett
39,199 Points

If you are using another computer, like one at work or a web server you can expect either apt or yum to be on it. Apt is used on all debian-based systems of which Ubuntu is one. Yum is used on Red Hat based systems ( which include RHEL, Fedora and CentOS).

I would recommend you use apt though...its more standard since you will definately find it on almost all debian machines that you will ever work with just like James said