This error message is not very informative.
javac 11.0.11 is installed (the default version for Ubuntu 20.04 LT
Running R 4.1.1 and RStudio Version 1.4.1717
Thanks in advance for any suggestions on how to correct this problem.
Larry Hunsicker
larry@larry-VirtualBox:~$ sudo apt install libbz2 libbz2-dev
[sudo] password for larry:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libbz2 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:
bzip2 bzip2:i386
E: Package 'libbz2' has no installation candidate
larry@larry-VirtualBox:~$ sudo apt install bzip2
Reading package lists... Done
Building dependency tree
Reading state information... Done
bzip2 is already the newest version (1.0.8-2).
bzip2 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
To be sure that I was lacking a "-dev" library, I tried the following and got the following response:
larry@larry-VirtualBox:~$ sudo apt install bzip2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bzip2-dev
So that doesn't seem to have been the problem. But many thanks for the suggestion!
Larry Hunsicker