How to Install buildd in Ubuntu 18.04



Install buildd by entering the following commands in the terminal:

sudo apt update
sudo apt install buildd

Description:

Daemon for automatically building Debian binary packages from Debian sources

The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . buildd is a daemon which will build Debian packages automatically using the wanna-build database to identify which packages need to be built. Note that the wanna-build database is not packaged, and requires installing separately.

Version: 0.75.0-1ubuntu1

Section: universe/devel