0

I've seen that some software can be deployed a "deb url" like deb http://dl.google.com/linux/chrome/deb/ stable main

The "deb url" could be added via:

sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"
sudo apt-get update

I would like to know how I can publish my packages to my own domain (or dropbox).

1 Answers1

1

Setting up your own private repository using reprepro is not very hard.

Here are different tutorials: