Tôi đã kết thúc việc xử lý một phần mềm có nghĩa là được triển khai bằng dpkg. Gói .deb hoạt động tốt trên env thử nghiệm nhưng thất bại trong việc dàn dựng. Cả hai đều chạy cùng một phiên bản Ubuntu nhưng tôi không chắc chắn 100% về các cấu hình còn lại. Làm thế nào để gỡ lỗi vấn đề dpkg này hơn nữa?
Việc cài đặt thất bại như thế này:
sudo dpkg -i --debug=7337 package.deb
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
(Reading database ... 201812 files and directories currently installed.)
Unpacking myProprietarySoftware (from package.deb) ...
D000001: process_archive oldversionstatus=not installed
D000002: fork/exec /var/lib/dpkg/tmp.ci/preinst ( install )
dpkg: error processing package.deb (--install):
subprocess new pre-installation script returned error exit status 1
D000002: maintainer_script_new nonexistent postrm `/var/lib/dpkg/tmp.ci/postrm'
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
D000010: ensure_pathname_nonexisting running rm -rf
D000010: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
Errors were encountered while processing:
package.deb