Ubuntu – How to get the source code of a project from launchpad

launchpadopen sourcesource code

How to get the source code of a project from launchpad

Best Answer

You can install bzr

sudo apt-get install bzr

and then you can download any branch you want, for example: bzr branch lp:inkscape in any directory you want