954,242 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Packaging software

As a novice programmer, I'm trying to figure out how I can make a software package from my code. It's Python, so it doesn't really need to be compiled.

But anyways, could anybody point me to a good resource where I can figure it out?

Thanks,
Jordy

JordyD
Newbie Poster
3 posts since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

Which platform are you planning to deploy it on? You can choose say, RPM for RH based distro's, or .debs for debian... or, go good old fashioned tar ball (.tar.gz) which is pretty universal.

Comatose
Taboo Programmer
Team Colleague
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
 
Which platform are you planning to deploy it on? You can choose say, RPM for RH based distro's, or .debs for debian... or, go good old fashioned tar ball (.tar.gz) which is pretty universal.

I wish to be able to deploy it on as many as possible. But more specifically, I would like it to be available for Ubuntu/Debain first, seeing as those seem to bemost popular at this point.EDIT:

I'd like to tarball it also, but only as an alternative if somebody's distro isn't supported.

JordyD
Newbie Poster
3 posts since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

http://www.linuxdevices.com/articles/AT8047723203.html is a pretty good starting point for making debs.
http://wiki.freegeek.org/index.php/Basic_Debian_Packaging is a short but good one.
https://wiki.ubuntu.com/PackagingGuide/Basic?action=show&redirect=HowToBuildDebianPackagesFromScratch And this one is a whole lot more work, but will help you understand it really (really) well.

Comatose
Taboo Programmer
Team Colleague
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
 
http://www.linuxdevices.com/articles/AT8047723203.html is a pretty good starting point for making debs. http://wiki.freegeek.org/index.php/Basic_Debian_Packaging is a short but good one. https://wiki.ubuntu.com/PackagingGuide/Basic?action=show&redirect=HowToBuildDebianPackagesFromScratch And this one is a whole lot more work, but will help you understand it really (really) well.

Thanks, I'll take a look at those.

JordyD
Newbie Poster
3 posts since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: