Is repackaging possible for Linux Debian operating system
I want to install multiple software on Linux operating system just in Windows we can create a wrapper and can install muptiple MSI packages with tools like InstallShield. Is there any way to do the same in Linux?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
pjgeutjens
11 years ago
Debian packages most often already come in a 'packaged' format (.deb is the debian-specific format)
running the correct dpkg or aptitude commands on target computers should get the job done
For more info have a look here: http://www.debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html
As a general principle, the various linux 'package formats' should be installable using natively available commandline tools