暂无描述

longjin 7a779bf370 ci: release glibc 1 月之前
docker 7a779bf370 ci: release glibc 1 月之前
packages 6a4e833046 feat: 添加Ubuntu 24.04支持& glibc打包 (#1) 1 月之前
.cnb.yml 7a779bf370 ci: release glibc 1 月之前
.gitignore bd613b6590 impl deb downloader 7 月之前
LICENSE bd613b6590 impl deb downloader 7 月之前
Makefile 6a4e833046 feat: 添加Ubuntu 24.04支持& glibc打包 (#1) 1 月之前
README.md bd613b6590 impl deb downloader 7 月之前
README_EN.md bd613b6590 impl deb downloader 7 月之前
main.py 6a4e833046 feat: 添加Ubuntu 24.04支持& glibc打包 (#1) 1 月之前

README.md

deb downloader

这是一个用来下载deb包及其依赖项,并解压到指定文件夹的工具

安装

make build-docker-ubuntu2204

使用

下载deb包及其依赖项

请将xxx替换成你要下载的deb包的名称

make PACKAGE_NAME=xxx download

解压deb包

这个命令将会把上述的deb包解压到output/sysroot文件夹中

make unpack

清理

make clean