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-propertiespackage will only be available for the versions below 12.04. – Avinash Raj Feb 19 '14 at 06:17python-software-propertiesintorch/install-depsafter installingsoftware-properties-common. – cag51 Aug 09 '18 at 18:30dpkg --listfiles python-properties-commonanddpkg --listfiles software-properties-commonindicates thatpython-properties-commonadds files for only Python version 2.7. And, thatsoftware-properties-commonprovides files for Python 3. – marc-medley Feb 07 '19 at 19:46