<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 06/23/2017 01:51 AM, Ambrogio
      Coletti wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKkaXqq4PLGiPMztfyk_YRnmLFL24_7F2LL65n2nW442yqgPkA@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <div dir="ltr">Hello<br>
            <br>
            I am not a linux expert.
            <div><br>
              The output of uname -r on my system returns:<br>
              2.6.32-696.3.1.el6.x86_64<br>
              <br>
              hence I am trying to install this rpm:<br>
              sudo yum install nut-2.7.4-9.fc27.x86_64.rpm <br>
              <br>
              <div>but I got failed dependencies.</div>
            </div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    You are trying to install packages built for Fedora 27 on a CentOS 6
    system. This is not possible.<br>
    You can<br>
    -  either use the [old] nut packages from the <a
      href="https://fedoraproject.org/wiki/EPEL">Fedora EPEL 6</a> 
    repository. Using EPEL is very simple nowadays, all you need to do
    is to run the following command:<br>
                yum install epel-release --enablerepo=extras<br>
    ( by default you might not even need the "--enablerepo=extras" part,
    the repository comes already enabled)<br>
                After that you just run         yum install nut ( or
    nut-client or whatever you need )<br>
    - or you can trust me ( I am a packager for Fedora since 2007 and
    also what they call a "sponsor" which basically means, among others,
    that I could also teach people how to package for Fedora and EPEL -
    but for the last 2-3 years I focused strictly on creating packages
    that can be used on CentOS systems ) and use the packages I made
    available via <a class="moz-txt-link-freetext" href="https://wolfy.fedorapeople.org/nut/">https://wolfy.fedorapeople.org/nut/</a> . If you want  to
    use my packages, you will need to download and install them
    manually, using ( after downloading the needed packages ) a command
    similar to:<br>
                yum install ./nut*rpm<br>
    If you encounter any issues with my packages ( NOT with nut itself
    but when installing or dl-ing the packages  ! ) feel free to contact
    me directy either by mail or via IRC ( I am " wolfy " on
    #centos-social/Freenode ) and I will be glad to assist you.<br>
    <br>
    <blockquote type="cite"
cite="mid:CAKkaXqq4PLGiPMztfyk_YRnmLFL24_7F2LL65n2nW442yqgPkA@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_quote">
          <div dir="ltr">
            <div>Is there a repository I am supposed to set up to get those
              dependencies from?</div>
          </div>
        </div>
      </div>
    </blockquote>
    No, you cannot do that. Fedora and CentOS are similar but the binary
    packages built for one of them cannot be used on the other one. If
    you want to use the official packages from the EPEL 6 repository,
    start with the first link I have provided.<br>
    <br>
  </body>
</html>