
How Software Manager works
- FinixFighter
- Level 2
- Posts: 59
- Joined: Mon Oct 01, 2018 12:54 pm
- Location: Italy
- Contact:
How Software Manager works
Hi folks! These months I'm trying to make some small program in Java and while I was working I thought: how apps are made available in the software manager? I mean: if I make a program (for example) and I have the jar file, which steps I have to follow in order to make my app available in the software manager? Do I need to convert the jar file in a particular format? And then? Do I need to contact someone? I'm very curious about this, please enlight me! 

Re: How Software Manager works
To get it added to the Debian repositories (Ubuntu picks from those):
https://www.debian.org/doc/manuals/dist ... e-deb.html
For Ubuntu you can also create a PPA which your users will need to add before it appears in their software manager:
https://help.launchpad.net/Packaging/PP ... rcePackage
https://www.debian.org/doc/manuals/dist ... e-deb.html
For Ubuntu you can also create a PPA which your users will need to add before it appears in their software manager:
https://help.launchpad.net/Packaging/PP ... rcePackage
Re: How Software Manager works
Make a ppa and if enough people actually want to use it it should end up in the ubuntu repos. Software manager is just a front end for apt, as synaptic is. DOn't expect the repo maintainers to jump up and down over any new program.
- FinixFighter
- Level 2
- Posts: 59
- Joined: Mon Oct 01, 2018 12:54 pm
- Location: Italy
- Contact:
Re: How Software Manager works
Thank you everyone for your answers! 
