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 trialcasey--- holly
637 PointsI 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
6,159 PointsManjaro is based on Arch so pacman -S git should work.
Jeff Busch
19,287 PointsTry:
sudo apt-get install git-core