Top "Packaging" questions

Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system.

Generating a PHAR for a simple application

I'm experimenting in building CLI tools using the Symfony2 console library. I've got something basic working and now I want …

php packaging composer-php phar symfony-components
Python Packaging: Data files are put properly in tar.gz file but are not installed to virtual environment

I can't properly install the project package_fiddler to my virtual environment. I have figured out that MANIFEST.in is …

python packaging setuptools setup.py
How do I bundle a JRE in my JAR, so that it can run on systems without Java?

I want to bundle a JRE inside my executable JAR, so that the exe can run on any system. I …

java bundle exe packaging maven-shade-plugin
Packaging Go application for Debian

How can I put my Go binary into a Debian package? Since Go is statically linked, I just have a …

go debian packaging
Find versionnumber and versioncode of apk generated by android studio

I know that .apk files are zip files and when we extract them can parse manifest file inorder to finding …

android android-studio android-manifest apk packaging
Importing .jar files into Scala environment

Even after reading: Scala, problem with a jar file, I'm still a bit confused. I am trying to import some …

scala packaging json4s
How to cleanup sources to rebuild package with dpkg-buildpackage?

I'm playing with dpkg, but I got rather strange problem: Package can not be build second time after 1st package …

debian packaging deb dpkg
"setup.py upload" is failing with "Upload failed (401): You must be identified to edit package information"

When running.. python setup.py sdist register upload ..I get the following output: running register We need to know who …

python packaging setuptools
Diagnosing R Package build Error: pdfLatex Not Available

I am trying to build a package in R. I made the skeleton, and ran the command R CMD check …

r packaging pdflatex
java.lang.Exception vs. rolling your own exception

At what point would you create your own exception class vs. using java.lang.Exception? (All the time? Only if …

java exception class packaging