I want to publish my software (e.g. some are drivers which means they are .so
or .a
, some are applications) as closed source.
I've rented a server, so that people can download my software from there. But I want people to be able to install my software using apt-get
. I found that extras or partner repositories may be the way to do that.
Could anyone give me some advice on how I can publish my software as extras or partner repositories? I know PPAs need to published as open source.