debtap
A tool to traverse deb package.
ref: here
install
install
before update: 国外源非常慢,需要换源:
sudo nvim /usr/bin/debtap
:%s/ftp.debian.org/mirrors.ustc.edu.cn/g
:%s/archive.ubuntu.com/mirrors.ustc.edu.cn/g
update debtap:
sudo debtap -u
usage
sudo debtap [file_name].deb
注意: 安装时会提示输入包名,以及license。包名随意,license就填GPL吧 上述操作完成后会在deb包同级目录生成xxx.tar.xz
文件静默模式
-q
略过除了编辑元数据之外的所有问题。debtap -q xxx.deb
略过所有的问题(不推荐)
debtap -Q xxx.deb
安装转换好的本地包
sudo yay -U xxx.tar.xz