Debian Install Build Dependencies

Posted on by
Debian Install Build Dependencies Rating: 6,6/10 7961votes

For a full list of dependencies, including the dependencies' dependencies, you can use: apt-rdepends --build-depends openoffice.org The command may remind you to install apt-rdepends first. You can use the following command to only show the ones that are not installed: apt-rdepends --build-depends --print-state openoffice.org grep NotInstalled See apt-rdepends --help for all the options.

See More On StackoverflowDebian Install Build Dependencies From Control File

Install the “build-essential” and “fakeroot” packages. For example: $ apt-get install build-essential fakeroot. Obtain and unpack an Open vSwitch source distribution and cd into its top level directory. Install the build dependencies listed under “Build-Depends:” near the top of debian/control. You can install these any way you. So you're trying to build a Debian package from an upstream source tree, but you're not sure what build dependencies you should install? I have this problem all the time. For example, if I wanted to build the unity source tree into a debian package, I'd branch it: $ bzr branch lp:unity.change into the. Jul 17, 2017 Debian Install Build Dependencies Of Package The main archive area forms the Debian distribution. Packages in the other archive areas (contrib, non-free. Try mk-build-deps from devscripts package. Mk-build-deps --install.

Note: This will generate a massive list. Ecoflam Bluette 107 Manualidades. Apt-rdepends -b xterm, for example, generates 8773 lines of output, and takes it's time doing it. If you only want to see the packages that are required to build the topmost package, i.e.

What do I need to install to build nautilus, run: apt-rdepends --build-depends --follow=DEPENDS nautilus This is roughly equivalent to Carsten Thiel's ( The following NEW packages will be installed), but the output format is a bit nicer. It also only shows the topmost package, whereas simulated apt-get also shows packages installed as dependencies of those. This also shows packages that are installed. But it may also show packages that are installed by default. Unfortunately, neither method is much help when you're trying to clean up your system after running apt-get build-dep.

As far as I know, there isn't a reliable method of finding which ones were installed except from looking at the apt log file at /var/log/apt/history.log.

Comments are closed.