Python software property documentation

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?

+3
source share
1 answer

"know the additional commands that he adds" - dpkg -L python-software-propertiesshows only add-apt-repositoryin / usr / bin /, so this is the only command that this package adds.

See man add-apt-repositoryfor documentation.

+5
source

All Articles