Welcome to Join US.
Dev2001

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 #

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

Calendar Apr 4, 2021
Edit Edit this page
本站总访问量: 您是本站第 位访问者