Announcement

Collapse
No announcement yet.

Glibc_2.34 ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Glibc_2.34 ?

    Trying to install an update to a program I have been running.
    I keep getting this error message......
    /installer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./installer)

    What am I doing wrong?
    Greg
    W9WD

    #2
    What are you trying to install, exactly? Links?
    Ubuntu 22.04 has glibc 2.35
    For some reason this thing wants an older version, which usually means it was built for older Linux versions. Something newer than Ubuntu 20.04 and older than 22.04.

    Comment


      #3
      Trying to do an upgrade on a program called PixInsight.
      I guess I installed 22.04 on this desktop, but not the one in the observatory. Out there I am still running 20.04
      So I guess I need to read up on installing 22.04.
      Just hoping I can do that upgrade without losing a bunch of expensive data.
      Greg
      W9WD

      Comment


        #4
        You might see if they offer different downloads that might be compatible?

        Otherwise, if you need that software upgrade for PixInsight, and an OS upgrade is desired, that is not difficult, though may need to be started manually, The Kubuntu parts of Ubuntu 20.04 did reach EOL last year, but the OS itself still has the Ubuntu 5 year lifespan. Not sure if the upgrade prompt works or not, if enabled in the Software Sources tool, but it can be manually started from the cli - to open the GUI tool.

        But of course, upgrading is not 100% foolproof. Data can be copied/backed up, then restored after a fresh install, or a failed upgrade.
        Still, a bit of work, especially if you have a lot of data and customized install.

        Comment


          #5
          I have the Kubuntu 22.04 install disk. Is there a way to do an upgrade from 20.04 from that?
          If not is there a terminal command that will upgrade from 20.04 to 22.04?
          Greg
          W9WD

          Comment


            #6
            Originally posted by GregM View Post
            Is there a way to do an upgrade from 20.04 from that?
            No it is not possible.
            Originally posted by GregM View Post
            If not is there a terminal command that will upgrade from 20.04 to 22.04?
            Three ways to do the same thing:
            https://help.ubuntu.com/community/Ja...ubuntu#Upgrade.
            Since you haven't seen the upgrade prompt, I suggest using krunner (alt-f2 or alt-space) and use the command provided to start the gui upgrade.
            If that doesn't work, let us know any messaging you see.
            In this case you may need to add a -d before the -m to 'force' it to start. I don't know if they turn off upgrade statuses on an Ubuntu derivative once it becomes EOL, or anything like that, so this could be a needed step.

            Comment


              #7
              greg@greg-OptiPlex-990:~$ sudo apt update && sudo apt full-upgrade
              [sudo] password for greg:
              Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
              Get:2 http://dl.google.com/linux/earth/deb stable InRelease [1,821 B]
              Get:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
              Err:2 http://dl.google.com/linux/earth/deb stable InRelease
              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E88979FB9B30ACF2
              Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
              Hit:5 http://ppa.launchpad.net/bablu-boy/nutty.0.1/ubuntu focal InRelease
              Hit:6 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
              Reading package lists... Done
              W: GPG error: http://dl.google.com/linux/earth/deb stable InRelease: The following signatures couldn't be verified because the public key
              is not available: NO_PUBKEY E88979FB9B30ACF2
              E: The repository 'http://dl.google.com/linux/earth/deb stable InRelease' is not signed.
              N: Updating from such a repository can't be done securely, and is therefore disabled by default.
              N: See apt-secure(8) manpage for repository creation and user configuration details.
              greg@greg-OptiPlex-990:~$




              ​Does this tell you anything?
              Greg
              W9WD

              Comment


                #8
                greg@greg-OptiPlex-990:~$ sudo do-release-upgrade -m desktop
                [sudo] password for greg:
                Checking for a new Ubuntu release
                Please install all available updates for your release before upgrading.
                greg@greg-OptiPlex-990:~$

                greg@greg-OptiPlex-990:~$ sudo do-release-upgrade -d -m desktop
                Checking for a new Ubuntu release
                There is no development version of an LTS available.
                To upgrade to the latest non-LTS development release
                set Prompt=normal in /etc/update-manager/release-upgrades.
                greg@greg-OptiPlex-990:~$



                Greg
                W9WD

                Comment


                  #9
                  Originally posted by GregM View Post
                  ​Does this tell you anything?
                  Yes, your google earth repo needs its security key updated
                  https://support.google.com/earth/thr...ed-again?hl=en

                  Then you should be able to update, then upgrade.

                  Another thing to note is that the PPA you added for nutty will be disabled as part of the upgrade process. The upgrade tool iirc will tell you this.

                  Comment


                    #10
                    Thanks
                    On that machine I would just as soon remove Google Earth.
                    Is there a terminal command to do that?
                    Greg
                    W9WD

                    Comment


                      #11
                      Side note: an alternative to Google Earth from KDE is Marble (see https://marble.kde.org/index.php).
                      Debian KDE & LXQt • Kubuntu & Lubuntu • openSUSE KDE • Windows • macOS X
                      Desktop: Lenovo ThinkCentre M75s • Laptop: Apple MacBook Pro 13" • and others

                      get rid of Snap script (20.04 +)reinstall Snap for release-upgrade script (20.04 +)
                      install traditional Firefox script (22.04 +)​ • install traditional Thunderbird script (24.04)

                      Comment


                        #12
                        Originally posted by GregM View Post
                        Thanks
                        On that machine I would just as soon remove Google Earth.
                        Is there a terminal command to do that?
                        Use discover or muon to uninstall it.
                        Then delete the file in /etc/apt/sources.list.d that mentions Google Earth in the name. Or disable it in your software sources tool.

                        Then update your system and try the upgrade again
                        It looks like my suggestion to add the -d won't work here. Hopefully the normal one works.

                        Comment


                          #13
                          It looks like I have gotten rid of Google Earth. Now when I run sudo apt-get update && sudo apt-get dist-upgrade I get this.....


                          greg@greg-OptiPlex-990:~$ sudo apt-get update && sudo apt-get dist-upgrade
                          [sudo] password for greg:
                          Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
                          Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
                          Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
                          Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
                          Hit:5 http://ppa.launchpad.net/bablu-boy/nutty.0.1/ubuntu focal InRelease
                          Reading package lists... Done
                          Reading package lists... Done
                          Building dependency tree
                          Reading state information... Done
                          Calculating upgrade... Done
                          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                          greg@greg-OptiPlex-990:~$




                          Greg
                          W9WD

                          Comment


                            #14
                            Also
                            greg@greg-OptiPlex-990:~$ sudo apt update && sudo apt full-upgrade
                            Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
                            Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
                            Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
                            Hit:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
                            Hit:5 http://ppa.launchpad.net/bablu-boy/nutty.0.1/ubuntu focal InRelease
                            Reading package lists... Done
                            Building dependency tree
                            Reading state information... Done
                            1 package can be upgraded. Run 'apt list --upgradable' to see it.
                            Reading package lists... Done
                            Building dependency tree
                            Reading state information... Done
                            Calculating upgrade... Done
                            Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
                            vlc-bin vlc-plugin-video-output libavformat58 libmagick++-6.q16-8
                            libavfilter7 libimage-magick-perl ffmpeg vlc-plugin-samba
                            libmagickcore-6.q16-6-extra libimage-magick-q16-perl imagemagick
                            libswresample3 vlc-plugin-qt libgegl-0.4-0 libzmq5 libmagickwand-6.q16-6
                            vlc-plugin-skins2 libgegl-common vlc-plugin-visualization vlc-l10n
                            vlc-plugin-notify libvlc5 libpostproc55 libvlccore9 libvlc-bin
                            imagemagick-6.q16 libeditorconfig0 libavcodec58 vlc libavutil56 vlc-data
                            libavdevice58 libswscale5 libopenexr24 libsdl2-2.0-0 libmysofa1
                            libmagickcore-6.q16-6 vlc-plugin-video-splitter vlc-plugin-base traceroute
                            python3-scipy libavresample4 imagemagick-6-common
                            Learn more about Ubuntu Pro at https://ubuntu.com/pro
                            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                            greg@greg-OptiPlex-990:~$


                            Greg
                            W9WD

                            Comment


                              #15
                              Assuming that you get the same errors as before when trying to start the upgrade?

                              Comment

                              Working...
                              X