如何指定 Linux Deb 档案的自定义存储库的依赖项
我正在使用 install4j V 5.0.9 并制作一个 Linux Deb 媒体文件。如何为 ubuntu 默认存储库中没有的其他依赖项指定存储库?
目的是添加java的依赖,不是openjdk而是sun-jdk。 sun jdk 位于其他存储库中(deb http://archive.canonical.com/ lucid 合作伙伴)。
I'm using install4j V 5.0.9 and I make a Linux Deb media file. How can I specify a repository for other dependencies that aren't in the default repository of ubuntu ?
The objectif is to add java for dependencies, not openjdk but sun-jdk. The sun jdk is in an other repository (deb http://archive.canonical.com/ lucid partner).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
install4j 中的 RPM 和 DEB 媒体文件目前不支持依赖项。
RPM and DEB media files in install4j do not support dependencies at this time.