Post

Install bazaar

Bazaar atau disingkat bzr adalah salah 1 jenis control version system atau content tracker seperti git.

Git secara default sudah terinstall tapi bzr harus diinstal sendiri.

1
2
3
4
wget http://launchpad.net/bzr/2.6/2.6.0/+download/bzr-2.6.0.tar.gz
tar xzf bzr-2.6.0.tar.gz
cd bzr-2.6.0
python setup.py install
This post is licensed under CC BY 4.0 by the author.