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).
Reprepro
looks like a tool for that purpose but I would need a tutorial for that... – Name is carl Mar 10 '15 at 09:43