HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pkgctl build — Build packages inside a clean `chroot`. More information: <https://manned.org/pkgctl-build>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbuildclipkgctl buildinsidechrootcleanpackages
linux

Problem

How to use the pkgctl build command: Build packages inside a clean chroot. More information: <https://manned.org/pkgctl-build>.

Solution

pkgctl build — Build packages inside a clean chroot. More information: <https://manned.org/pkgctl-build>.

Automatically choose the right build script to build packages in a clean chroot:
pkgctl build


Manually build packages in a clean chroot:
pkgctl build --arch {{architecture}} --repo {{repository}} --clean

Code Snippets

Automatically choose the right build script to build packages in a clean `chroot`

pkgctl build

Manually build packages in a clean `chroot`

pkgctl build --arch {{architecture}} --repo {{repository}} --clean

Context

tldr-pages: linux/pkgctl build

Revisions (0)

No revisions yet.