I chose to install from source, the process is (tested on SLES 10 SP2 i386):
- wget –no-check-certificate https://launchpad.net/bzr/1.10/1.10/+download/bzr-1.10.tar.gz
- zypper in python-devel python-xml
- tar xvfz bzr-1.10.tar.gz
- cd bzr-1.10/
- ./setup.py install
Now you should be able to run bzr from the command line.
Related posts:
#1 by Zkurvena Prace on June 11, 2009 - 12:38 pm
Quote
What about bzr updates or uninstall?
#2 by sharms on June 11, 2009 - 1:05 pm
Quote
Instead of doing setup.py install, you can do a setup.py bdist and build it cleaner. I don’t ever plan on uninstalling it.
The ‘correct’ way if you have a import system would be to get it from the OpenSUSE Build Service, they should have that package in a repo.