How do I create my own custom PPA to share with the Ubuntu community? I am trying to create my own custom package set and I would really like to share it with the community.
Ubuntu – How to create a PPA
ppa
Related Question
- Ubuntu – How do i create the own php 5.3.3 package/ppa
- Ubuntu – How to create a PPA that just contains links to other PPAs
- Ubuntu – How to create a PPA for a Maven project
- Ubuntu – How to create a PPA for C++ program
- Ubuntu – Use one PPA in another PPA
- Ubuntu – How to transition PPA users from one PPA to another
Best Answer
Using a Personal Package Archive (PPA), you can distribute software and updates directly to Ubuntu users. Create your source package, upload it and Launchpad will build binaries and then host them in your own apt repository.
Here is a detailed explanation.