Features
How to install Bazaar version control

Copyright © TechPad.co.uk
Follow these simple steps to get you up and running with Canonical's collaborative version control system bzr, or Bazaar on Ubuntu Karmic Koala 9.10.
Bazaar (or bzr) is a version control system developed by Canonical, the makers of the Ubuntu Linux operating system. It's becoming really popular with developers as it includes some nifty features to aid collaborative working and it's also among the easiest version control systems to use.
Step 1: Install Bazaar
On Ubuntu you can install Bazaar via a PPA repository. To get this set up, you'll find need to edit your sources.list APT configuration file with the command sudo gedit /etc/apt/sources.list and then add the following two lines at the bottom to tell APT to look for the repositories on the Launchpad site. Replace the word karmic with the name of the Ubuntu release you're running.
deb http://ppa.launchpad.net/bzr/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/bzr/ppa/ubuntu karmic main
Now you'll need to add the GPG keys to APT for this repository, as they're signed for security reasons. You can do this by entering the following command.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8C6C1EFD
This should imported the key and add it to your trusted keys file. You'll now need to run sudo apt-get update to ensure that your APT repositories are updated with the new PPA and then install the Bazaar application and some tools via the following command:
sudo apt-get update; sudo apt-get install bzr bzr-tools bzr-gtk
Published: TechPad.co.uk Monday 28 December 2009, 1:09 pm
Views: 17,335 times
Filed under: bzr Bazaar version control coding Ubuntu
Login to leave your comments
Please login









Recent comments
iplayer-dl is a Ruby application, which will run most easily on Linux or Mac (hence the Mac scree...
TechPad: 18:18 PM Aug 22nd, 2010
I don't understand how to use this. I have vista and firefox. Do I need to copy the iplayer int...
mufc1977: 15:15 PM Aug 21st, 2010
No worries, glad you got the buttons back in their rightful place!
TechPad: 13:13 PM Aug 12th, 2010
Disregard my previous comment: The FIRST time I tried it, it definitely didn't work. After addi...
freshrich: 1:01 AM Aug 10th, 2010
Great tutorial, but it doesn't work with Ubuntu Lucid. The only way I could get it to work was b...
freshrich: 1:01 AM Aug 10th, 2010