简体   繁体   中英

how to package software with its dependencies as one binary

in addition to providing the software via package managers, is there a way to provide the software with all its dependencies packaged into one for download. ie one big binary.

The goal is for users without permissions or with dependency issues to simply download the big binary and run it out of the box.

Note: Software can already be installed via apt-get but I want to offer the option to download it whole

You could try creating

rpm package for Suse/RHEL linux can be installed "rpm -ivh".

package (.pkg) in solaris and can be installed "pkg -d".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM