Reputation: 5841
Downloading the R source and running ./configure
results in
checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
But sudo apt-get install libpcre3 libpcre3-dev
gives me
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpcre3 is already the newest version (2:8.39-3).
libpcre3-dev is already the newest version (2:8.39-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Upvotes: 0
Views: 2062