sudo apt-get install python-software-properties Reading package lists... Done Building dependency tree... Done Package python-software-properties is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: software-properties-common E: Package 'python-software-properties' has no installation candidate
How can i fix this error?
python-software-properties
package will only be available for the versions below 12.04. – Avinash Raj Feb 19 '14 at 06:17python-software-properties
intorch/install-deps
after installingsoftware-properties-common
. – cag51 Aug 09 '18 at 18:30dpkg --listfiles python-properties-common
anddpkg --listfiles software-properties-common
indicates thatpython-properties-common
adds files for only Python version 2.7. And, thatsoftware-properties-common
provides files for Python 3. – marc-medley Feb 07 '19 at 19:46