mirror of https://github.com/linuxdeepin/linglong
1.3 KiB
1.3 KiB
% ll-pica-convert 1
NAME
ll-pica-convert - Convert deb packages to Linyaps packages
SYNOPSIS
ll-pica convert [flags]
DESCRIPTION
The ll-pica convert command is used to generate the linglong.yaml file needed by Linyaps and convert deb packages to Linyaps packages. This command supports converting from local deb files or downloading deb packages from repositories through the apt download command.
OPTIONS
- -b, --build
- Build Linyaps package
- -c, --config string
- Configuration file
- --exportFile string
- Export uab or layer (defaults to "uab")
- --pi string
- Package ID
- --pn string
- Package name
- -t, --type string
- Get application type (defaults to "local")
- --withDep
- Add dependency tree
- -w, --workdir string
- Working directory
- -V, --verbose
- Verbose output
EXAMPLES
Download deb package from repository and convert:
ll-pica init -w w --pi com.baidu.baidunetdisk --pn com.baidu.baidunetdisk -t repo
ll-pica convert -w w -b --exportFile
Convert from local deb file:
ll-pica convert -c com.baidu.baidunetdisk_4.17.7_amd64.deb -w w -b --exportFile layer
SEE ALSO
HISTORY
Developed in 2024 by UnionTech Software Technology Co., Ltd.