This forum has been archived. All content is frozen. Please use KDE Discuss instead.

dependency problems with failure to install RStudio 1.4.1717

Tags: None
(comma "," separated)
pwrcul
Registered Member
Posts
83
Karma
0
OS
Simple overview:
I am using the GDebi linux package installation tool to install RStudio 1.4.1717. It generates multiple dependency errors and gives up. Attempts to resolve them have failed so far.
I also tried to install again a prior version, RStudio 1.3.959 that also fails (I think I succeeded in installing it several years ago under Neon built upon Ubuntu LTS).

Details:
RStudio has been discussed in this forum before. It is a free to individuals for non-profit use proprietary package. It is a fancier GUI front end with sizeable use for developing and modifying R language programs. (I just learned that there is a small KDE project, RKWard, that is a front end for R that I have not installed and tried yet. I would prefer to stay with RStudio that I used a good amount three years ago.)
I am running KDE Neon 5.22 with Kernel 5.4.0-73-generic (64 bit)
I have the Muon Package Manager 5.8.0 (It can access the libc6-i386, etc. but it won't let me Install it--the "Apply Changes" button is greyed out. It is similar with the other 32-bit libraries that the installation attempts identify.
There is discussion also in the Kubuntu community about Muon not being maintained, etc. and that Neon does not support it. I found warnings about directly installing one of the 32 bit libraries potentially causing problems. It might be done with Pkcon. (Maybe there is a way with Discover to resolve this, but I don't know what that would be.)

I am hoping one of the experienced and insightful persons here knows a reasonable path forward.


Here is my last attempt:
    jim@tabby7:~/Downloads$ gdebi rstudio-1.4.1717-amd64.deb
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Reading state information... Done
    Starting pkgProblemResolver with broken count: 3
    Starting 2 pkgProblemResolver with broken count: 3
    Investigating (0) lib32gcc-s1:amd64 < none -> 10.3.0-1ubuntu1~20.04 @un uN Ib >
    Broken lib32gcc-s1:amd64 Depends on libc6-i386:amd64 < none | 2.31-0ubuntu9.2 @un uH > (>= 2.2.4)
    Considering libc6-i386:amd64 0 as a solution to lib32gcc-s1:amd64 1
    Holding Back lib32gcc-s1:amd64 rather than change libc6-i386:amd64
    Investigating (0) libclang-common-10-dev:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN Ib >
    Broken libclang-common-10-dev:amd64 Depends on lib32gcc-s1:amd64 < none | 10.3.0-1ubuntu1~20.04 @un uH > (>= 4.2)
    Considering lib32gcc-s1:amd64 1 as a solution to libclang-common-10-dev:amd64 0
    Holding Back libclang-common-10-dev:amd64 rather than change lib32gcc-s1:amd64
    Investigating (0) libclang-10-dev:amd64 < none -> 1:10.0.0-4ubuntu1 @un uN Ib >
    Broken libclang-10-dev:amd64 Depends on libclang-common-10-dev:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (= 1:10.0.0-4ubuntu1)
    Considering libclang-common-10-dev:amd64 0 as a solution to libclang-10-dev:amd64 0
    Holding Back libclang-10-dev:amd64 rather than change libclang-common-10-dev:amd64
    Investigating (0) lib32stdc++6:amd64 < none -> 10.3.0-1ubuntu1~20.04 @un uN Ib >
    Broken lib32stdc++6:amd64 Depends on lib32gcc-s1:amd64 < none | 10.3.0-1ubuntu1~20.04 @un uH > (>= 10.3.0-1ubuntu1~20.04)
    Considering lib32gcc-s1:amd64 1 as a solution to lib32stdc++6:amd64 -1
    Holding Back lib32stdc++6:amd64 rather than change lib32gcc-s1:amd64
    Investigating (1) libclang-dev:amd64 < none -> 1:10.0-50~exp1 @un puN Ib >
    Broken libclang-dev:amd64 Depends on libclang-10-dev:amd64 < none | 1:10.0.0-4ubuntu1 @un uH > (>= 10~)
    Considering libclang-10-dev:amd64 0 as a solution to libclang-dev:amd64 9999
    Reinst Failed early because of libc6:amd64
    Reinst Failed because of libc6-i386:amd64
    Reinst Failed because of lib32gcc-s1:amd64
    Reinst Failed because of libclang-common-10-dev:amd64
    Done
    This package is uninstallable
    Cannot install 'libclang-dev'


Neon Plasma 5.20 User on 1 desktop and on Asus Transformer 3 Pro laptop. Win10 in VirtualBox for JMP stat package. Still 5.19 on older desktop.
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
You would need to enable 32 bit support ('Multiarch').
Neon does not have 32 bit support turned on by default, but it is easy to enable. After getting that, update your system and try again.

Also, Gdebi it is not necessary on Neon as Discover handles deb files without it.


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
pwrcul
Registered Member
Posts
83
Karma
0
OS
Thanks, claydoh,

I followed the advice on Linode above to install Multiarch support
I verified i386 support.

I tried to install rstudio-1.4.1717-amd64.deb using Discover and was told it failed because of dependencies.
I tried gdebi also and got more details. I then tried installs of libraries. All failed.

jim@tabby7:~/Downloads$ sudo pkcon install lib32gcc-s1
Resolving [=========================]
Testing changes [=========================]
Finished [=========================]
Fatal error: The following packages have unmet dependencies:
lib32gcc-s1: Depends: libc6-i386 (>= 2.2.4) but it is not going to be installed

jim@tabby7:~/Downloads$ pkcon install libc6-i386
Resolving [=========================]
Testing changes [=========================]
Finished [=========================]
Fatal error: The following packages have unmet dependencies:
libc6-i386: Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.3 is to be installed

jim@tabby7:~/Downloads$ pkcon install libc6
Resolving [=========================] Package not found: libc6
Command failed: This tool could not find any available package: No packages were found


Any suggestions?


Neon Plasma 5.20 User on 1 desktop and on Asus Transformer 3 Pro laptop. Win10 in VirtualBox for JMP stat package. Still 5.19 on older desktop.
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
I don't know. I had no issues installing the package myself.
Did you update before trying to install the package? You may need to update the package list after enabling 32 bit, not sure if it does this automatically.


However I noticed this:
Code: Select all
Fatal error: The following packages have unmet dependencies:
libc6-i386: Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.3 is to be installed

Now, libc6 should be 2.31-0ubuntu9.2) and your system wants to install 2.31-0ubuntu9.3. This is newer than what is in the normal repos:

Here is mine:
Code: Select all
$ apt policy libc6
libc6:
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
 *** 2.31-0ubuntu9.2 500
        500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9 500
        500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages


I wonder if you are seeing this bug:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1926918


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
pwrcul
Registered Member
Posts
83
Karma
0
OS
That bug looks ugly.

Here is what I got:
jim@tabby7:~/Downloads$ apt policy libc6
libc6:
Installed: 2.31-0ubuntu9.3
Candidate: 2.31-0ubuntu9.3
Version table:
*** 2.31-0ubuntu9.3 100
100 /var/lib/dpkg/status
2.31-0ubuntu9.2 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
2.31-0ubuntu9 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

Do I dare trying
pkcon install libc6=2.31-0ubuntu9.2

It may be failsafe if it prompts for the OK to remove > 100 packages.

Would I have to request the 9.3 version's removal?

I will do a bike ride.....


Neon Plasma 5.20 User on 1 desktop and on Asus Transformer 3 Pro laptop. Win10 in VirtualBox for JMP stat package. Still 5.19 on older desktop.
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
I'd suggest using apt for this job, pkcon might not show all of what it is asking apt to do, though it probably does

this will simulate the process without performing any actual changes:
Code: Select all
sudo apt install --dry-run libc6=2.31-0ubuntu9.2


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
pwrcul
Registered Member
Posts
83
Karma
0
OS
It wants to remove lots.
There's a long listing. I will try the List button to make it compact.
Sorry, it did not work. How can I put in a scrolling listing. I was not able to find out how?

    jim@tabby7:~/Downloads$ sudo apt install --dry-run libc6=2.31-0ubuntu9.2
    [sudo] password for jim:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Starting pkgProblemResolver with broken count: 2
    Starting 2 pkgProblemResolver with broken count: 2
    Investigating (0) libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mK Ib >
    Broken libc6-dev:amd64 Depends on libc6:amd64 < 2.31-0ubuntu9.3 -> 2.31-0ubuntu9.2 @ii pmD > (= 2.31-0ubuntu9.3)
    Considering libc6:amd64 27038 as a solution to libc6-dev:amd64 36
    Removing libc6-dev:amd64 rather than change libc6:amd64
    Investigating (0) build-essential:amd64 < 12.8ubuntu1.1 @ii mK Ib >
    Broken build-essential:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 8
    Broken build-essential:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 8
    Or group remove for build-essential:amd64
    Investigating (0) libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mK Ib >
    Broken libncurses-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libncurses-dev:amd64 5
    Broken libncurses-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libncurses-dev:amd64 5
    Or group remove for libncurses-dev:amd64
    Investigating (0) zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mK Ib >
    Broken zlib1g-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 4
    Broken zlib1g-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 4
    Or group remove for zlib1g-dev:amd64
    Investigating (0) libjpeg-turbo8-dev:amd64 < 2.0.3-0ubuntu1.20.04.1 @ii mK Ib >
    Broken libjpeg-turbo8-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libjpeg-turbo8-dev:amd64 3
    Removing libjpeg-turbo8-dev:amd64 rather than change libc-dev:amd64
    Investigating (0) libpng-dev:amd64 < 1.6.37-2 @ii mK Ib >
    Broken libpng-dev:amd64 Depends on zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mR >
    Considering zlib1g-dev:amd64 4 as a solution to libpng-dev:amd64 2
    Removing libpng-dev:amd64 rather than change zlib1g-dev:amd64
    Investigating (0) libpcre3-dev:amd64 < 2:8.39-12build1 @ii mK Ib >
    Broken libpcre3-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre3-dev:amd64 2
    Removing libpcre3-dev:amd64 rather than change libc6-dev:amd64
    Investigating (0) libbz2-dev:amd64 < 1.0.8-2 @ii mK Ib >
    Broken libbz2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 2
    Broken libbz2-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 2
    Or group remove for libbz2-dev:amd64
    Investigating (0) libpcre2-dev:amd64 < 10.34-7 @ii mK Ib >
    Broken libpcre2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre2-dev:amd64 2
    Removing libpcre2-dev:amd64 rather than change libc6-dev:amd64
    Investigating (0) gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken gfortran-9:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR > (>= 2.13-0ubuntu6)
    Considering libc6-dev:amd64 36 as a solution to gfortran-9:amd64 2
    Removing gfortran-9:amd64 rather than change libc6-dev:amd64
    Investigating (0) gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mK Ib >
    Broken gfortran:amd64 Depends on gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (>= 9.3.0-3~)
    Considering gfortran-9:amd64 2 as a solution to gfortran:amd64 2
    Removing gfortran:amd64 rather than change gfortran-9:amd64
    Investigating (0) libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken libstdc++-9-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR > (>= 2.13-0ubuntu6)
    Considering libc6-dev:amd64 36 as a solution to libstdc++-9-dev:amd64 2
    Removing libstdc++-9-dev:amd64 rather than change libc6-dev:amd64
    Investigating (0) libreadline-dev:amd64 < 8.0-4 @ii mK Ib >
    Broken libreadline-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses-dev:amd64 5 as a solution to libreadline-dev:amd64 2
    Removing libreadline-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (0) libicu-dev:amd64 < 66.1-2ubuntu2 @ii mK Ib >
    Broken libicu-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 2
    Broken libicu-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 2
    Or group remove for libicu-dev:amd64
    Investigating (0) libncurses5-dev:amd64 < 6.2-0ubuntu2 @ii mK Ib >
    Broken libncurses5-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR > (= 6.2-0ubuntu2)
    Considering libncurses-dev:amd64 5 as a solution to libncurses5-dev:amd64 2
    Removing libncurses5-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (0) libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg8-dev:amd64 Depends on libjpeg-turbo8-dev:amd64 < 2.0.3-0ubuntu1.20.04.1 @ii mR > (>= 1.1.90+svn722-1ubuntu6)
    Considering libjpeg-turbo8-dev:amd64 3 as a solution to libjpeg8-dev:amd64 2
    Removing libjpeg8-dev:amd64 rather than change libjpeg-turbo8-dev:amd64
    Investigating (0) libc6-dbg:amd64 < 2.31-0ubuntu9.3 @ii mK Ib >
    Broken libc6-dbg:amd64 Depends on libc6:amd64 < 2.31-0ubuntu9.3 -> 2.31-0ubuntu9.2 @ii pmD > (= 2.31-0ubuntu9.3)
    Considering libc6:amd64 27038 as a solution to libc6-dbg:amd64 -2
    Removing libc6-dbg:amd64 rather than change libc6:amd64
    Investigating (1) r-base-dev:amd64 < 4.1.0-1.2004.0 @ii mK Ib >
    Broken r-base-dev:amd64 Depends on build-essential:amd64 < 12.8ubuntu1.1 @ii mR >
    Considering build-essential:amd64 8 as a solution to r-base-dev:amd64 20
    Added build-essential:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mR >
    Considering gfortran:amd64 2 as a solution to r-base-dev:amd64 20
    Added gfortran:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libncurses5-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses5-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libncurses5-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libreadline-dev:amd64 < 8.0-4 @ii mR >
    Considering libreadline-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libreadline-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpcre2-dev:amd64 < 10.34-7 @ii mR >
    Considering libpcre2-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpcre2-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpcre3-dev:amd64 < 2:8.39-12build1 @ii mR >
    Considering libpcre3-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpcre3-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpng-dev:amd64 < 1.6.37-2 @ii mR >
    Considering libpng-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpng-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mR >
    Considering zlib1g-dev:amd64 4 as a solution to r-base-dev:amd64 20
    Added zlib1g-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libbz2-dev:amd64 < 1.0.8-2 @ii mR >
    Considering libbz2-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libbz2-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libicu-dev:amd64 < 66.1-2ubuntu2 @ii mR >
    Considering libicu-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libicu-dev:amd64 to the remove list
    Fixing r-base-dev:amd64 via keep of build-essential:amd64
    Fixing r-base-dev:amd64 via keep of gfortran:amd64
    Fixing r-base-dev:amd64 via keep of libncurses5-dev:amd64
    Fixing r-base-dev:amd64 via keep of libreadline-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpcre2-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpcre3-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpng-dev:amd64
    Fixing r-base-dev:amd64 via keep of zlib1g-dev:amd64
    Fixing r-base-dev:amd64 via keep of libbz2-dev:amd64
    Fixing r-base-dev:amd64 via keep of libicu-dev:amd64
    Investigating (1) build-essential:amd64 < 12.8ubuntu1.1 @ii mK Ib >
    Broken build-essential:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 8
    Broken build-essential:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 8
    Or group remove for build-essential:amd64
    Investigating (1) zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mK Ib >
    Broken zlib1g-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 4
    Broken zlib1g-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 4
    Or group remove for zlib1g-dev:amd64
    Investigating (1) g++-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken g++-9:amd64 Depends on libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (= 9.3.0-17ubuntu1~20.04)
    Considering libstdc++-9-dev:amd64 2 as a solution to g++-9:amd64 3
    Added libstdc++-9-dev:amd64 to the remove list
    Fixing g++-9:amd64 via keep of libstdc++-9-dev:amd64
    Investigating (1) libjpeg-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg-dev:amd64 Depends on libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mR >
    Considering libjpeg8-dev:amd64 2 as a solution to libjpeg-dev:amd64 2
    Removing libjpeg-dev:amd64 rather than change libjpeg8-dev:amd64
    Investigating (1) libpng-dev:amd64 < 1.6.37-2 @ii mK Ib >
    Broken libpng-dev:amd64 Depends on zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mR >
    Considering zlib1g-dev:amd64 4 as a solution to libpng-dev:amd64 2
    Removing libpng-dev:amd64 rather than change zlib1g-dev:amd64
    Investigating (1) libpcre3-dev:amd64 < 2:8.39-12build1 @ii mK Ib >
    Broken libpcre3-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre3-dev:amd64 2
    Removing libpcre3-dev:amd64 rather than change libc6-dev:amd64
    Investigating (1) libbz2-dev:amd64 < 1.0.8-2 @ii mK Ib >
    Broken libbz2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 2
    Broken libbz2-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 2
    Or group remove for libbz2-dev:amd64
    Investigating (1) libpcre2-dev:amd64 < 10.34-7 @ii mK Ib >
    Broken libpcre2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre2-dev:amd64 2
    Removing libpcre2-dev:amd64 rather than change libc6-dev:amd64
    Investigating (1) gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mK Ib >
    Broken gfortran:amd64 Depends on gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (>= 9.3.0-3~)
    Considering gfortran-9:amd64 2 as a solution to gfortran:amd64 2
    Removing gfortran:amd64 rather than change gfortran-9:amd64
    Investigating (1) libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken libstdc++-9-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR > (>= 2.13-0ubuntu6)
    Considering libc6-dev:amd64 36 as a solution to libstdc++-9-dev:amd64 2
    Removing libstdc++-9-dev:amd64 rather than change libc6-dev:amd64
    Investigating (1) libreadline-dev:amd64 < 8.0-4 @ii mK Ib >
    Broken libreadline-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses-dev:amd64 5 as a solution to libreadline-dev:amd64 2
    Removing libreadline-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (1) libicu-dev:amd64 < 66.1-2ubuntu2 @ii mK Ib >
    Broken libicu-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 2
    Broken libicu-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 2
    Or group remove for libicu-dev:amd64
    Investigating (1) libncurses5-dev:amd64 < 6.2-0ubuntu2 @ii mK Ib >
    Broken libncurses5-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR > (= 6.2-0ubuntu2)
    Considering libncurses-dev:amd64 5 as a solution to libncurses5-dev:amd64 2
    Removing libncurses5-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (2) r-base-dev:amd64 < 4.1.0-1.2004.0 @ii mK Ib >
    Broken r-base-dev:amd64 Depends on build-essential:amd64 < 12.8ubuntu1.1 @ii mR >
    Considering build-essential:amd64 8 as a solution to r-base-dev:amd64 20
    Added build-essential:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mR >
    Considering gfortran:amd64 2 as a solution to r-base-dev:amd64 20
    Added gfortran:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libncurses5-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses5-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libncurses5-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libreadline-dev:amd64 < 8.0-4 @ii mR >
    Considering libreadline-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libreadline-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libjpeg-dev:amd64 < 8c-2ubuntu8 @ii mR >
    Considering libjpeg-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libjpeg-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpcre2-dev:amd64 < 10.34-7 @ii mR >
    Considering libpcre2-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpcre2-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpcre3-dev:amd64 < 2:8.39-12build1 @ii mR >
    Considering libpcre3-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpcre3-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libpng-dev:amd64 < 1.6.37-2 @ii mR >
    Considering libpng-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libpng-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mR >
    Considering zlib1g-dev:amd64 4 as a solution to r-base-dev:amd64 20
    Added zlib1g-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libbz2-dev:amd64 < 1.0.8-2 @ii mR >
    Considering libbz2-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libbz2-dev:amd64 to the remove list
    Broken r-base-dev:amd64 Depends on libicu-dev:amd64 < 66.1-2ubuntu2 @ii mR >
    Considering libicu-dev:amd64 2 as a solution to r-base-dev:amd64 20
    Added libicu-dev:amd64 to the remove list
    Fixing r-base-dev:amd64 via keep of build-essential:amd64
    Fixing r-base-dev:amd64 via keep of gfortran:amd64
    Fixing r-base-dev:amd64 via keep of libncurses5-dev:amd64
    Fixing r-base-dev:amd64 via keep of libreadline-dev:amd64
    Fixing r-base-dev:amd64 via keep of libjpeg-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpcre2-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpcre3-dev:amd64
    Fixing r-base-dev:amd64 via keep of libpng-dev:amd64
    Fixing r-base-dev:amd64 via keep of zlib1g-dev:amd64
    Fixing r-base-dev:amd64 via keep of libbz2-dev:amd64
    Fixing r-base-dev:amd64 via keep of libicu-dev:amd64
    Investigating (2) build-essential:amd64 < 12.8ubuntu1.1 @ii mK Ib >
    Broken build-essential:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 20
    Broken build-essential:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to build-essential:amd64 20
    Or group remove for build-essential:amd64
    Investigating (2) zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mK Ib >
    Broken zlib1g-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 20
    Broken zlib1g-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to zlib1g-dev:amd64 20
    Or group remove for zlib1g-dev:amd64
    Investigating (2) g++-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken g++-9:amd64 Depends on libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (= 9.3.0-17ubuntu1~20.04)
    Considering libstdc++-9-dev:amd64 2 as a solution to g++-9:amd64 3
    Added libstdc++-9-dev:amd64 to the remove list
    Fixing g++-9:amd64 via keep of libstdc++-9-dev:amd64
    Investigating (2) libjpeg-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg-dev:amd64 Depends on libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mR >
    Considering libjpeg8-dev:amd64 2 as a solution to libjpeg-dev:amd64 20
    Added libjpeg8-dev:amd64 to the remove list
    Fixing libjpeg-dev:amd64 via keep of libjpeg8-dev:amd64
    Investigating (2) libpng-dev:amd64 < 1.6.37-2 @ii mK Ib >
    Broken libpng-dev:amd64 Depends on zlib1g-dev:amd64 < 1:1.2.11.dfsg-2ubuntu1.2 @ii mR >
    Considering zlib1g-dev:amd64 20 as a solution to libpng-dev:amd64 20
    Removing libpng-dev:amd64 rather than change zlib1g-dev:amd64
    Investigating (2) libpcre3-dev:amd64 < 2:8.39-12build1 @ii mK Ib >
    Broken libpcre3-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre3-dev:amd64 20
    Removing libpcre3-dev:amd64 rather than change libc6-dev:amd64
    Investigating (2) libbz2-dev:amd64 < 1.0.8-2 @ii mK Ib >
    Broken libbz2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 20
    Broken libbz2-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libbz2-dev:amd64 20
    Or group remove for libbz2-dev:amd64
    Investigating (2) libpcre2-dev:amd64 < 10.34-7 @ii mK Ib >
    Broken libpcre2-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libpcre2-dev:amd64 20
    Removing libpcre2-dev:amd64 rather than change libc6-dev:amd64
    Investigating (2) gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mK Ib >
    Broken gfortran:amd64 Depends on gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (>= 9.3.0-3~)
    Considering gfortran-9:amd64 2 as a solution to gfortran:amd64 20
    Added gfortran-9:amd64 to the remove list
    Fixing gfortran:amd64 via keep of gfortran-9:amd64
    Investigating (2) libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken libstdc++-9-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR > (>= 2.13-0ubuntu6)
    Considering libc6-dev:amd64 36 as a solution to libstdc++-9-dev:amd64 3
    Removing libstdc++-9-dev:amd64 rather than change libc6-dev:amd64
    Investigating (2) libreadline-dev:amd64 < 8.0-4 @ii mK Ib >
    Broken libreadline-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses-dev:amd64 5 as a solution to libreadline-dev:amd64 20
    Added libncurses-dev:amd64 to the remove list
    Fixing libreadline-dev:amd64 via keep of libncurses-dev:amd64
    Investigating (2) libicu-dev:amd64 < 66.1-2ubuntu2 @ii mK Ib >
    Broken libicu-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 20
    Broken libicu-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libicu-dev:amd64 20
    Or group remove for libicu-dev:amd64
    Investigating (2) libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg8-dev:amd64 Depends on libjpeg-turbo8-dev:amd64 < 2.0.3-0ubuntu1.20.04.1 @ii mR > (>= 1.1.90+svn722-1ubuntu6)
    Considering libjpeg-turbo8-dev:amd64 3 as a solution to libjpeg8-dev:amd64 20
    Added libjpeg-turbo8-dev:amd64 to the remove list
    Fixing libjpeg8-dev:amd64 via keep of libjpeg-turbo8-dev:amd64
    Investigating (3) r-base-dev:amd64 < 4.1.0-1.2004.0 @ii mK Ib >
    Broken r-base-dev:amd64 Depends on build-essential:amd64 < 12.8ubuntu1.1 @ii mR >
    Considering build-essential:amd64 20 as a solution to r-base-dev:amd64 20
    Removing r-base-dev:amd64 rather than change build-essential:amd64
    Investigating (3) libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mK Ib >
    Broken libncurses-dev:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR >
    Considering libc6-dev:amd64 36 as a solution to libncurses-dev:amd64 20
    Broken libncurses-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libncurses-dev:amd64 20
    Or group remove for libncurses-dev:amd64
    Investigating (3) g++-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken g++-9:amd64 Depends on libstdc++-9-dev:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (= 9.3.0-17ubuntu1~20.04)
    Considering libstdc++-9-dev:amd64 36 as a solution to g++-9:amd64 3
    Removing g++-9:amd64 rather than change libstdc++-9-dev:amd64
    Investigating (3) libjpeg-turbo8-dev:amd64 < 2.0.3-0ubuntu1.20.04.1 @ii mK Ib >
    Broken libjpeg-turbo8-dev:amd64 Depends on libc-dev:amd64 < none @un H >
    Considering libc6-dev:amd64 36 as a solution to libjpeg-turbo8-dev:amd64 20
    Removing libjpeg-turbo8-dev:amd64 rather than change libc-dev:amd64
    Investigating (3) gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mK Ib >
    Broken gfortran-9:amd64 Depends on libc6-dev:amd64 < 2.31-0ubuntu9.3 @ii mR > (>= 2.13-0ubuntu6)
    Considering libc6-dev:amd64 36 as a solution to gfortran-9:amd64 20
    Removing gfortran-9:amd64 rather than change libc6-dev:amd64
    Investigating (3) gfortran:amd64 < 4:9.3.0-1ubuntu2 @ii mK Ib >
    Broken gfortran:amd64 Depends on gfortran-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (>= 9.3.0-3~)
    Considering gfortran-9:amd64 36 as a solution to gfortran:amd64 20
    Removing gfortran:amd64 rather than change gfortran-9:amd64
    Investigating (3) libreadline-dev:amd64 < 8.0-4 @ii mK Ib >
    Broken libreadline-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR >
    Considering libncurses-dev:amd64 20 as a solution to libreadline-dev:amd64 20
    Removing libreadline-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (3) libncurses5-dev:amd64 < 6.2-0ubuntu2 @ii mK Ib >
    Broken libncurses5-dev:amd64 Depends on libncurses-dev:amd64 < 6.2-0ubuntu2 @ii mR > (= 6.2-0ubuntu2)
    Considering libncurses-dev:amd64 20 as a solution to libncurses5-dev:amd64 20
    Removing libncurses5-dev:amd64 rather than change libncurses-dev:amd64
    Investigating (3) libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg8-dev:amd64 Depends on libjpeg-turbo8-dev:amd64 < 2.0.3-0ubuntu1.20.04.1 @ii mR > (>= 1.1.90+svn722-1ubuntu6)
    Considering libjpeg-turbo8-dev:amd64 36 as a solution to libjpeg8-dev:amd64 20
    Removing libjpeg8-dev:amd64 rather than change libjpeg-turbo8-dev:amd64
    Investigating (4) g++:amd64 < 4:9.3.0-1ubuntu2 @ii mK Ib >
    Broken g++:amd64 Depends on g++-9:amd64 < 9.3.0-17ubuntu1~20.04 @ii mR > (>= 9.3.0-3~)
    Considering g++-9:amd64 36 as a solution to g++:amd64 6
    Removing g++:amd64 rather than change g++-9:amd64
    Investigating (4) libjpeg-dev:amd64 < 8c-2ubuntu8 @ii mK Ib >
    Broken libjpeg-dev:amd64 Depends on libjpeg8-dev:amd64 < 8c-2ubuntu8 @ii mR >
    Considering libjpeg8-dev:amd64 36 as a solution to libjpeg-dev:amd64 20
    Removing libjpeg-dev:amd64 rather than change libjpeg8-dev:amd64
    Done
    The following packages were automatically installed and are no longer required:
    icu-devtools libblas-dev libc-dev-bin libcrypt-dev libgfortran-9-dev
    liblapack-dev liblzma-dev libpcre16-3 libpcre2-32-0 libpcre2-posix2 libpcre32-3
    libpcrecpp0v5 libpng-tools linux-libc-dev
    Use 'sudo apt autoremove' to remove them.
    Suggested packages:
    glibc-doc
    The following packages will be REMOVED:
    build-essential g++ g++-9 gfortran gfortran-9 libbz2-dev libc6-dbg libc6-dev
    libicu-dev libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libncurses-dev
    libncurses5-dev libpcre2-dev libpcre3-dev libpng-dev libreadline-dev
    libstdc++-9-dev r-base-dev zlib1g-dev
    The following packages will be DOWNGRADED:
    libc6
    0 upgraded, 0 newly installed, 1 downgraded, 21 to remove and 336 not upgraded.
    Remv r-base-dev [4.1.0-1.2004.0]
    Remv build-essential [12.8ubuntu1.1]
    Remv g++ [4:9.3.0-1ubuntu2]
    Remv g++-9 [9.3.0-17ubuntu1~20.04]
    Remv gfortran [4:9.3.0-1ubuntu2]
    Remv gfortran-9 [9.3.0-17ubuntu1~20.04]
    Remv libbz2-dev [1.0.8-2]
    Remv libc6-dbg [2.31-0ubuntu9.3]
    Remv libpng-dev [1.6.37-2]
    Remv zlib1g-dev [1:1.2.11.dfsg-2ubuntu1.2]
    Remv libjpeg-dev [8c-2ubuntu8]
    Remv libjpeg8-dev [8c-2ubuntu8]
    Remv libjpeg-turbo8-dev [2.0.3-0ubuntu1.20.04.1]
    Remv libstdc++-9-dev [9.3.0-17ubuntu1~20.04]
    Remv libreadline-dev [8.0-4]
    Remv libncurses-dev [6.2-0ubuntu2] [libncurses5-dev:amd64 ]
    Remv libc6-dev [2.31-0ubuntu9.3] [libpcre3-dev:amd64 libpcre2-dev:amd64 libncurses5-dev:amd64 libicu-dev:amd64 ]
    Remv libicu-dev [66.1-2ubuntu2] [libpcre3-dev:amd64 libpcre2-dev:amd64 libncurses5-dev:amd64 ]
    Remv libncurses5-dev [6.2-0ubuntu2] [libpcre3-dev:amd64 libpcre2-dev:amd64 ]
    Remv libpcre2-dev [10.34-7] [libpcre3-dev:amd64 ]
    Remv libpcre3-dev [2:8.39-12build1]
    Inst libc6 [2.31-0ubuntu9.3] (2.31-0ubuntu9.2 Ubuntu:20.04/focal-updates [amd64])
    Conf libc6 (2.31-0ubuntu9.2 Ubuntu:20.04/focal-updates [amd64])
    jim@tabby7:~/Downloads$


Neon Plasma 5.20 User on 1 desktop and on Asus Transformer 3 Pro laptop. Win10 in VirtualBox for JMP stat package. Still 5.19 on older desktop.


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft