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.
Questions tagged [software-packaging]
107 questions
0
votes
1 answer
Registering an application to start on logon in a Debain package
I'm bundling my Java application as Debian package and I need my application to run at start up. Here's my DEB package structure:
+
|
+--+control
| |
| +--+control
| |
| +--+md5sums
| |
| +--+postinst
| |
| …

Mridang Agarwalla
- 43,201
- 71
- 221
- 382
-1
votes
1 answer
How to package vips for distribution?
I am trying to package the vips repository for distribution so I can double-click on it and install it on any Mac OS version. On Windows, this is easy - I just have to put the folder containing the binaries in the package. For Mac OS, I need to…

Prasad
- 1