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

I installed manjaro linux 3.12.20 xfce ascella. I'm installing git. Where do I find proper commands for version?

I installed manjaro linux 3.12.20 xfce ascella on a virtual maching. I'm trying to install git. Where do I find proper commands for the version? None of these work;

Debian/Ubuntu $ apt-get install git

Fedora $ yum install git

Gentoo $ emerge --ask --verbose dev-vcs/git

Arch Linux $ pacman -S git

openSUSE $ zypper install git

FreeBSD $ cd /usr/ports/devel/git $ make install

Solaris 11 Express $ pkg install developer/versioning/git

OpenBSD $ pkg_add git

2 Answers

Victoria Holland
Victoria Holland
6,159 Points

Manjaro is based on Arch so pacman -S git should work.

Try:

sudo apt-get install git-core