I ran sudo apt-get install python-pip
from terminal. But I got the following error :-
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip
And when I ran the commmand sudo apt-get install python-setuptools python-dev build-essential.
from terminal, I got the following error :-
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-setuptools
E: Unable to locate package python-dev
E: Unable to locate package build-essential.
E: Couldn't find any package by glob 'build-essential.'
E: Couldn't find any package by regex 'build-essential.'
How do I solve this issue?