I am writing several bash scripts to install my Linode server. I am trying to find documentation for the python-software-properties package. Installing this package adds the ability to do something like the following:
$ add-apt-repository ppa:nginx/stable
Does anyone know where I can find documentation on python-software properties, or find out additional commands that it adds?
source
share