Skip to content

Build a deb package

DEV2001 - Build a deb package

IDDEV2001
CategoryRelease Program
Namebuild a deb package
Instructor-
Length0.5 Hours
LevelIntroductory

Introduction

Develop a google sign in components.

Knowledge Points

Prerequisites

Target Audience

Slides

Reference

Video

Content

Terminal window
fpm -f -s dir \
-t deb \
-a amd64 \
-n test-package \
-v 1.1.0 \
-m 'Dean <dean@airdb.com>' \
--url 'https://www.airdb.com' \
-C ./build_dir/ \
--pre-install /run.sh \
--post-install /run.sh

dpkg —info test-package_1.1.0_amd64.deb

apt-cache show test-package_1.1.0_amd64.deb