How to Install git-remote-bzr software package in Debian 8 (Jessie)

How to Install git-remote-bzr software package in Debian 8 (Jessie)

git-remote-bzr software package provides bidirectional bridge between Git and Bazaar, you can install in your Debian 8 (Jessie) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install git-remote-bzr 

git-remote-bzr is installed in your system.

Make ensure the git-remote-bzr package were installed using the commands given below,

$ sudo dpkg-query -l | grep git-remote-bzr *

You will get with git-remote-bzr package name, version, architecture and description in a table

git-remote-bzr package basic information:

Distro Debian 8 jessie
Section Version Control Systems
Package git-remote-bzr
Version 0.2+20140705-2
Description bidirectional bridge between Git and Bazaar
Sub Section vcs


See Also, How to uninstall or remove git-remote-bzr software package from Debian 8 (Jessie)?