Top "Software-packaging" questions

In package management systems, which are commonly used with Linux-based operating systems, a package is a specific piece of software which the system can install and uninstall.

What is the project directory structure for a standalone Java SE application?

What is the standard project directory structure of a standalone Java SE (Command Line based) application? src folder will contain …

java deployment software-packaging
Run unittest from a Python program via a command-line option

Here is my set up - project/ __init__.py prog.py test/ __init__.py test_prog.py I would like …

python unit-testing python-2.7 software-packaging
How to extract contents from 'Payload' file in a apple macOS update package?

I am extracting macOS sierra update package - macOSUpd10.12.1.pkg using following command to /tmp/macosupd directory. pkgutil --expand /Volumes/…

macos macos-sierra lzma software-packaging xz
what does the rpmbuild warning "File listed twice" ACTUALLY MEAN?

I need to specify common attributes for one of the major directories in the package, and special permission for some …

installation rpm rhel rpmbuild software-packaging
Define Version with script in RPM spec file

I have an RPM Spec file, building on rhel7 with rpmbuild, where I would like to define the Version with …

bash rpm rpmbuild software-packaging rpm-spec
How to static linking to glibc in cmake

I'm trying to build a package from Fedora that can run on a RedHat 6 machine. So I need to build …

cmake static-linking software-packaging
Android applications repackaging: Why does it not break the code?

I have been reading a lot about how malware writers repackage an existing benigh android .apk and repackage it to …

android security malware software-packaging
Hide Node js application source code

I'm developing a private web application for a company and they ask me to use their server to host it. …

node.js loopbackjs software-packaging