Build a deb package
此内容尚不支持你的语言。
DEV2001 - Build a deb package
ID | DEV2001 |
---|---|
Category | Release Program |
Name | build a deb package |
Instructor | - |
Length | 0.5 Hours |
Level | Introductory |
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