I tried to install python3-pip using Synaptic. Before beginning installation, it gave the following message:
W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.15.0-42.45_amd64.deb
404 Not Found [IP: 91.189.91.23 80]
I instructed Synaptic to proceed with the installation. Afterwards, I found the missing file on a Ubuntu mirror site after finding only broken links to it on the Ubuntu site.
After installing the missing file, a pip3 --version
query states that it is not installed and Synaptic shows that python3-pip is not installed.
What can I do?