I have a packages deb file with all dependencies deb file. Is it possible to create a final deb file(one file) using all. Say example firefox.deb has 10 dependency .deb file. So there is a order to install all the dependency then at last firefox.deb. May i create a fullFirefox.deb file which automatically maintain everything ? I do not have source, just have deb files.
|
feedback
|
|
It is possible, but you'll likely run in several issues. First, each package has it's own pre- and post-installation scripts and dependencies in the control file. Even if you make a package provide the contained packages using the
So, it's better not to create a God package, but install each package separately. If you need to install software offline, see How can I install software offline? How to create a God package (not recommended):
| |||||
feedback
|