Search⌘ K
AI Features

Exercise: Build Multiple Packages Using Separate Install Targets

Explore how to build multiple binary Debian packages from a single source package by using separate install targets. Learn to modify Makefile, control, and rules files to effectively split your software into distinct packages, and practice building and installing them to verify their functionality.

We'll cover the following...

Task

In ...