Etiquette for adding repository during rpm/deb install
Posted
by Craig Peterson
on Stack Overflow
See other posts from Stack Overflow
or by Craig Peterson
Published on 2010-03-17T20:37:54Z
Indexed on
2010/03/17
20:41 UTC
Read the original article
Hit count: 377
We're distributing a commercial application for Linux and we currently make it available for download as a .tar.gz, a .rpm, and a .deb. We're setting up both RPM and DEB repositories to make upgrading easier. Is it appropriate to add our repository to /etc/apt/sources.list
or /etc/yum.repos.d
automatically as part of the initial install? Are there any good reasons not to?
© Stack Overflow or respective owner