Can't install libpcre3-dev on Ubuntu 20.04 focal
You have to install packages with versions specified:
sudo apt-get install libpcre3=2:8.39-12build1 libpcre3-dev=2:8.39-12build1
This happened because of the following: some time ago you have installed libpcre3
from PPA, but the PPA is now removed or disabled.