How to make an apt repository

My application should deliver packages via apt repository. After we create ubuntu packages we need to publish them. What is an efficient way of creating a package repository?
1 answer

Reprepro is a way to solve the problem.

There is a nice tutorial on digitalocean: 'https://www.digitalocean.com/community/tutorials/how-to-use-reprepro-for...' on how to publish your packages.

It contains following instructions:

* Prepared and published a repository signing key
* Set up a repository with Reprepro, the repository manager
* Made the repository public with the web server Nginx
* Added the repository on another server

Comments

I was also searching for an efficent way to create package repositories. As in your answer I used then Reprepro and with the tutorial you shared it was very easy to do. Thank you

Marco Weber - Tue, 12/15/2020 - 14:35 :::

Yes, really very usefull tutorial

Oleksandr Nidzv... - Tue, 12/15/2020 - 16:47 :::

Thank you very much! I searched for a solution for this topic a while a go… in the end i did it the Same way as you described. This Post could have saved me a lot of time! Very good description

Moritz Ruoff Holzer - Wed, 12/22/2021 - 06:30 :::