Publish application on Ubuntu's repo

Hello, I have made a software and now I want to publish it on Ubuntu’s app store or Ubuntu’s repo so that user can Install it using some command like:

sudo apt install software-name

Can anyone please tell me that How can I publish my software to Ubuntu’s software center??

Take a look at: https://snapcraft.io/. You can publish your own snaps. Then sudo snap install snap-name will work.

The old way of doing it was https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages, but this process has proved to be generally insurmountable for newcomers. Snaps fix this by removing a bunch of technical requirements from package developers by automating a bunch of security and safety related matters with confinement instead of requiring packagers to develop and prove safety and security in packaging.

2 Likes