[R] R installation Ubuntu 18.04 missing dependency libreadline6

John Kane jrkr|de@u @end|ng |rom gm@||@com
Sun Mar 3 14:10:58 CET 2019


Thanks Rui,
Depending on how I try to install I get a different error. I am
starting to think that somehow the Ubuntu installation may be faulty.
I used a ISO that I had burned about a year ago.  I had no problem
then with a shared installation but who knows.

sudo apt-get update
sudo apt-get install r-base

results in
------------------------------------------------------------------------------------
john using jonh-T510:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 r-base : Depends: r-base-core (>= 3.5.2-1xenial) but it is not going
to be installed
          Depends: r-recommended (= 3.5.2-1xenial) but it is not going
to be installed
          Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
------------------------------------------------------------------------------

I downloaded the R-3.5.2.tar.gz file and tried compiling.
Results
------------------------------------------------------------------------------
 checking whether PCRE support suffices... yes
checking for pcre2-config... no
checking for curl-config... no
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: libcurl >= 7.22.0 library and headers are required
with support for https
-------------------------------------------------------------------------------
Symantic seems to feel that libcurs3  7.58.0-2ubuntu2 and
libcurl3-gnutls 7.58.0-2ubuntu3.6 are installed. Maybe I need to
install a few more flavours?

On Sun, 3 Mar 2019 at 07:33, Rui Barradas <ruipbarradas using sapo.pt> wrote:
>
> Hello,
>
> I never installed R on Ubuntu like you did it.
> I follow this:
>
> sudo apt-get update
> sudo apt-get install r-base
> sudo apt-get install r-base-dev
>
>
> And it works at the first try. See [1]
> The problems I [always] have are with missing Ubuntu libs needed by
> contributed packages, not with base R.
>
> [1] https://cran.r-project.org/bin/linux/ubuntu/README
>
> Hope this helps,
>
> Rui Barradas
>
>
> Às 11:20 de 03/03/2019, John Kane via R-help escreveu:
> >
> >   NOTE. This is a re-post of a message of Saturday 2018-03-03 sent with an incorrect header.
> >
> > To upgrade to R.3.5.2 from 3.4.4 I have been following the instructions at https://www.r-bloggers.com/installation-of-r-3-5-on-ubuntu-18-04-lts-and-tips-for-spatial-packages/ .
> >
> > I seem to have the repository properly connected and verified.
> >
> > I am getting an error: --------------------------------------------------------------------------------------------------- john using jonh-T510:~$ sudo apt install r-base r-base-core r-recommended Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help resolve the situation:
> >
> > The following packages have unmet dependencies: r-base-core : Depends: libreadline6 (>= 6.0) but it is not installable Recommends: r-base-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages. ------------------------------------------------------------------------------------------------- Earlier I was getting another error r-base-core : Depends: libpng12-0 but it is not installable but that was cured by installing libpng12-0 via the Ubuntu Software app.
> >
> > I cannot find what appears to be an installable version of libreadlines6.
> >
> > Ubuntu reports that the up-to-date version of libreadlines7.
> >
> > Should I consider this an R issue or an Ubuntu issue?
> >
> > In any case, has anyone encountered the problem and beaten it?
> >
> > Thanks
> >
> > ______________________________________________
> > R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



-- 
John Kane
Kingston ON Canada



More information about the R-help mailing list