Yum fails to find dependencies that seem to be installed alreadyHow do I enable a new repository in...

Tikzcd in beamer not working

Vector Space Axioms (additive identity)

Why is it that I have to play this note on the piano as A sharp?

How can faith be maintained in a world of living gods?

Contractor cut joist hangers to make them fit

Why would an airport be depicted with symbology for runways longer than 8,069 feet even though it is reported on the sectional as 7,200 feet?

How to find a reviewer/editor for my paper?

When did computers stop checking memory on boot?

How do you say "to hell with everything" in French?

Why should I always enable compiler warnings?

What is this sticking out of my wall?

Does the 2019 UA artificer need to prepare the Lesser Restoration spell to cast it with their Alchemical Mastery feature?

Owner keeps cutting corners and poaching workers for his other company

What's the biggest difference between these two photos?

Chandrayaan 2: Why is Vikram Lander's life limited to 14 Days?

How is lower/no gravity simulated on a planet with gravity, without leaving the surface?

After a few interviews, What should I do after told to wait?

Are programming languages necessary/useful for operations research practitioner?

Was Robin Hood's point of view ethically sound?

Stack class in Java 8

When does order matter in probability?

Maze generator & animator in Python

Are these 2 equivalent?

Why was "leaping into the river" a valid trial outcome to prove one's innocence?



Yum fails to find dependencies that seem to be installed already


How do I enable a new repository in CentOS?Trying to update php on CentOS 5.7yum repository install issue with cent os 7How to add default yum repositories for CentOS 7.3?yum + yum dependenciesCannot find a valid baseurl for repo : base problemcannot offline install vnc server on CentOS 7






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm unable to "yum install wireshark-gnome" or wireshark on a Centos 7 box. running from the SU prompt, I get this error at the end:




--> Running transaction check
---> Package wireshark.x86_64 0:1.10.14-16.el7 will be installed
--> Processing Dependency: libsmi.so.2()(64bit) for package: wireshark-1.10.14-16.el7.x86_64
--> Finished Dependency Resolution
Error: Package: wireshark-1.10.14-16.el7.x86_64 (base)
Requires: libsmi.so.2()(64bit)
Available: libsmi-0.4.8-13.el7.x86_64 (base)
libsmi.so.2()(64bit)
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
libsmi-0.4.8-13.el7.x86_64 has missing requires of libsmi.so.2()(64bit)



But, trying to find that missing library I get:




[root@localhost frank]# yum provides libsmi.so.2
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.hostduplex.com
* epel: mirrors.sonic.net
* extras: mirror.keystealth.org
* updates: mirror.hostduplex.com
libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
Repo : base
Matched from:
Provides : libsmi.so.2




libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
Repo : @base
Matched from:
Provides : libsmi.so.2



If i try to install the providing package:




[root@localhost frank]# yum install libsmi-0.4.8-13.el7.i686
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.hostduplex.com
* epel: mirrors.sonic.net
* extras: mirror.keystealth.org
* updates: mirror.hostduplex.com
Package libsmi-0.4.8-13.el7.i686 already installed and latest version
Nothing to do



I also tried installing the 64-bit package:




[frank@localhost ~]$ sudo yum install libsmi-0.4.8-13.el7.x86_64
[sudo] password for frank: Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile * base:
mirror.hostduplex.com * epel: mirrors.sonic.net * extras:
mirror.keystealth.org * updates: mirror.hostduplex.com Package
libsmi-0.4.8-13.el7.x86_64 already installed and latest version
Nothing to do



Though I'm not very experienced, it looks to me like I have the package that contains libsmi.so.2(), so what is the problem that I'm having. I updated my repos and completed yum transactions, but nothing seems to help.

Also I'd like to understand what's going on. Referring to libsmi.so.2() , what does the empty parentheses, ** "()" ** mean in the .so name. I've read about major, minor, version numbering, but I'm not sure how that fits in.










share|improve this question

































    0















    I'm unable to "yum install wireshark-gnome" or wireshark on a Centos 7 box. running from the SU prompt, I get this error at the end:




    --> Running transaction check
    ---> Package wireshark.x86_64 0:1.10.14-16.el7 will be installed
    --> Processing Dependency: libsmi.so.2()(64bit) for package: wireshark-1.10.14-16.el7.x86_64
    --> Finished Dependency Resolution
    Error: Package: wireshark-1.10.14-16.el7.x86_64 (base)
    Requires: libsmi.so.2()(64bit)
    Available: libsmi-0.4.8-13.el7.x86_64 (base)
    libsmi.so.2()(64bit)
    You could try using --skip-broken to work around the problem
    ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
    libsmi-0.4.8-13.el7.x86_64 has missing requires of libsmi.so.2()(64bit)



    But, trying to find that missing library I get:




    [root@localhost frank]# yum provides libsmi.so.2
    Loaded plugins: fastestmirror, langpacks
    Loading mirror speeds from cached hostfile
    * base: mirror.hostduplex.com
    * epel: mirrors.sonic.net
    * extras: mirror.keystealth.org
    * updates: mirror.hostduplex.com
    libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
    Repo : base
    Matched from:
    Provides : libsmi.so.2




    libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
    Repo : @base
    Matched from:
    Provides : libsmi.so.2



    If i try to install the providing package:




    [root@localhost frank]# yum install libsmi-0.4.8-13.el7.i686
    Loaded plugins: fastestmirror, langpacks
    Loading mirror speeds from cached hostfile
    * base: mirror.hostduplex.com
    * epel: mirrors.sonic.net
    * extras: mirror.keystealth.org
    * updates: mirror.hostduplex.com
    Package libsmi-0.4.8-13.el7.i686 already installed and latest version
    Nothing to do



    I also tried installing the 64-bit package:




    [frank@localhost ~]$ sudo yum install libsmi-0.4.8-13.el7.x86_64
    [sudo] password for frank: Loaded plugins: fastestmirror, langpacks
    Loading mirror speeds from cached hostfile * base:
    mirror.hostduplex.com * epel: mirrors.sonic.net * extras:
    mirror.keystealth.org * updates: mirror.hostduplex.com Package
    libsmi-0.4.8-13.el7.x86_64 already installed and latest version
    Nothing to do



    Though I'm not very experienced, it looks to me like I have the package that contains libsmi.so.2(), so what is the problem that I'm having. I updated my repos and completed yum transactions, but nothing seems to help.

    Also I'd like to understand what's going on. Referring to libsmi.so.2() , what does the empty parentheses, ** "()" ** mean in the .so name. I've read about major, minor, version numbering, but I'm not sure how that fits in.










    share|improve this question





























      0












      0








      0








      I'm unable to "yum install wireshark-gnome" or wireshark on a Centos 7 box. running from the SU prompt, I get this error at the end:




      --> Running transaction check
      ---> Package wireshark.x86_64 0:1.10.14-16.el7 will be installed
      --> Processing Dependency: libsmi.so.2()(64bit) for package: wireshark-1.10.14-16.el7.x86_64
      --> Finished Dependency Resolution
      Error: Package: wireshark-1.10.14-16.el7.x86_64 (base)
      Requires: libsmi.so.2()(64bit)
      Available: libsmi-0.4.8-13.el7.x86_64 (base)
      libsmi.so.2()(64bit)
      You could try using --skip-broken to work around the problem
      ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
      libsmi-0.4.8-13.el7.x86_64 has missing requires of libsmi.so.2()(64bit)



      But, trying to find that missing library I get:




      [root@localhost frank]# yum provides libsmi.so.2
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
      * base: mirror.hostduplex.com
      * epel: mirrors.sonic.net
      * extras: mirror.keystealth.org
      * updates: mirror.hostduplex.com
      libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
      Repo : base
      Matched from:
      Provides : libsmi.so.2




      libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
      Repo : @base
      Matched from:
      Provides : libsmi.so.2



      If i try to install the providing package:




      [root@localhost frank]# yum install libsmi-0.4.8-13.el7.i686
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
      * base: mirror.hostduplex.com
      * epel: mirrors.sonic.net
      * extras: mirror.keystealth.org
      * updates: mirror.hostduplex.com
      Package libsmi-0.4.8-13.el7.i686 already installed and latest version
      Nothing to do



      I also tried installing the 64-bit package:




      [frank@localhost ~]$ sudo yum install libsmi-0.4.8-13.el7.x86_64
      [sudo] password for frank: Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile * base:
      mirror.hostduplex.com * epel: mirrors.sonic.net * extras:
      mirror.keystealth.org * updates: mirror.hostduplex.com Package
      libsmi-0.4.8-13.el7.x86_64 already installed and latest version
      Nothing to do



      Though I'm not very experienced, it looks to me like I have the package that contains libsmi.so.2(), so what is the problem that I'm having. I updated my repos and completed yum transactions, but nothing seems to help.

      Also I'd like to understand what's going on. Referring to libsmi.so.2() , what does the empty parentheses, ** "()" ** mean in the .so name. I've read about major, minor, version numbering, but I'm not sure how that fits in.










      share|improve this question
















      I'm unable to "yum install wireshark-gnome" or wireshark on a Centos 7 box. running from the SU prompt, I get this error at the end:




      --> Running transaction check
      ---> Package wireshark.x86_64 0:1.10.14-16.el7 will be installed
      --> Processing Dependency: libsmi.so.2()(64bit) for package: wireshark-1.10.14-16.el7.x86_64
      --> Finished Dependency Resolution
      Error: Package: wireshark-1.10.14-16.el7.x86_64 (base)
      Requires: libsmi.so.2()(64bit)
      Available: libsmi-0.4.8-13.el7.x86_64 (base)
      libsmi.so.2()(64bit)
      You could try using --skip-broken to work around the problem
      ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
      libsmi-0.4.8-13.el7.x86_64 has missing requires of libsmi.so.2()(64bit)



      But, trying to find that missing library I get:




      [root@localhost frank]# yum provides libsmi.so.2
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
      * base: mirror.hostduplex.com
      * epel: mirrors.sonic.net
      * extras: mirror.keystealth.org
      * updates: mirror.hostduplex.com
      libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
      Repo : base
      Matched from:
      Provides : libsmi.so.2




      libsmi-0.4.8-13.el7.i686 : A library to access SMI MIB information
      Repo : @base
      Matched from:
      Provides : libsmi.so.2



      If i try to install the providing package:




      [root@localhost frank]# yum install libsmi-0.4.8-13.el7.i686
      Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile
      * base: mirror.hostduplex.com
      * epel: mirrors.sonic.net
      * extras: mirror.keystealth.org
      * updates: mirror.hostduplex.com
      Package libsmi-0.4.8-13.el7.i686 already installed and latest version
      Nothing to do



      I also tried installing the 64-bit package:




      [frank@localhost ~]$ sudo yum install libsmi-0.4.8-13.el7.x86_64
      [sudo] password for frank: Loaded plugins: fastestmirror, langpacks
      Loading mirror speeds from cached hostfile * base:
      mirror.hostduplex.com * epel: mirrors.sonic.net * extras:
      mirror.keystealth.org * updates: mirror.hostduplex.com Package
      libsmi-0.4.8-13.el7.x86_64 already installed and latest version
      Nothing to do



      Though I'm not very experienced, it looks to me like I have the package that contains libsmi.so.2(), so what is the problem that I'm having. I updated my repos and completed yum transactions, but nothing seems to help.

      Also I'd like to understand what's going on. Referring to libsmi.so.2() , what does the empty parentheses, ** "()" ** mean in the .so name. I've read about major, minor, version numbering, but I'm not sure how that fits in.







      centos yum dependencies shared-library






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 45 mins ago







      Frank

















      asked 1 hour ago









      FrankFrank

      32 bronze badges




      32 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0
















          you need to install 64bit architeture of libsmi.so.2
          what you have installed (libsmi-0.4.8-13.el7.i686) looks like libsmi for a 32 bit architecture.



          For CentOS7,
          https://centos.pkgs.org/7/centos-x86_64/libsmi-0.4.8-13.el7.x86_64.rpm.html



          try



          yum install libsmi-0.4.8-13.el7.x86_64





          share|improve this answer


























          • Thanks. I tried that. but its already installed. I edited my OP to reflect that.

            – Frank
            44 mins ago











          • Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

            – Frank
            19 mins ago














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f539712%2fyum-fails-to-find-dependencies-that-seem-to-be-installed-already%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0
















          you need to install 64bit architeture of libsmi.so.2
          what you have installed (libsmi-0.4.8-13.el7.i686) looks like libsmi for a 32 bit architecture.



          For CentOS7,
          https://centos.pkgs.org/7/centos-x86_64/libsmi-0.4.8-13.el7.x86_64.rpm.html



          try



          yum install libsmi-0.4.8-13.el7.x86_64





          share|improve this answer


























          • Thanks. I tried that. but its already installed. I edited my OP to reflect that.

            – Frank
            44 mins ago











          • Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

            – Frank
            19 mins ago
















          0
















          you need to install 64bit architeture of libsmi.so.2
          what you have installed (libsmi-0.4.8-13.el7.i686) looks like libsmi for a 32 bit architecture.



          For CentOS7,
          https://centos.pkgs.org/7/centos-x86_64/libsmi-0.4.8-13.el7.x86_64.rpm.html



          try



          yum install libsmi-0.4.8-13.el7.x86_64





          share|improve this answer


























          • Thanks. I tried that. but its already installed. I edited my OP to reflect that.

            – Frank
            44 mins ago











          • Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

            – Frank
            19 mins ago














          0














          0










          0









          you need to install 64bit architeture of libsmi.so.2
          what you have installed (libsmi-0.4.8-13.el7.i686) looks like libsmi for a 32 bit architecture.



          For CentOS7,
          https://centos.pkgs.org/7/centos-x86_64/libsmi-0.4.8-13.el7.x86_64.rpm.html



          try



          yum install libsmi-0.4.8-13.el7.x86_64





          share|improve this answer













          you need to install 64bit architeture of libsmi.so.2
          what you have installed (libsmi-0.4.8-13.el7.i686) looks like libsmi for a 32 bit architecture.



          For CentOS7,
          https://centos.pkgs.org/7/centos-x86_64/libsmi-0.4.8-13.el7.x86_64.rpm.html



          try



          yum install libsmi-0.4.8-13.el7.x86_64






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 59 mins ago









          Cosmo ArunCosmo Arun

          564 bronze badges




          564 bronze badges
















          • Thanks. I tried that. but its already installed. I edited my OP to reflect that.

            – Frank
            44 mins ago











          • Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

            – Frank
            19 mins ago



















          • Thanks. I tried that. but its already installed. I edited my OP to reflect that.

            – Frank
            44 mins ago











          • Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

            – Frank
            19 mins ago

















          Thanks. I tried that. but its already installed. I edited my OP to reflect that.

          – Frank
          44 mins ago





          Thanks. I tried that. but its already installed. I edited my OP to reflect that.

          – Frank
          44 mins ago













          Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

          – Frank
          19 mins ago





          Actually I already had libsmi-0.4.8-13.el7.x86_64 installed, as you can see in my edited question. But it must have been missing the correct file, so I " yum removed" it and the "yum installed" wireshark-gnome and let it install the dependancy. Solved my problem. Thanks.

          – Frank
          19 mins ago



















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f539712%2fyum-fails-to-find-dependencies-that-seem-to-be-installed-already%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...