Help installing softflowd on Cloud Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danht
    Junior Member
    • Jul 2024
    • 1

    #1

    Help installing softflowd on Cloud Linux

    Hello everyone,

    I want to install softflowd on Cloud Linux. With Ubuntu, it can be installed with the command apt install softflowd, but I don't see a similar command on Cloud Linux. Is it replaced by a different name, or is there a suitable repository for Cloud Linux to install it using yum? (There is a way to build from the source code, but I cannot do it.)

    Thank you, everyone.
  • bogdan.sh
    Administrator
    • Nov 2016
    • 1220

    #2
    Is it possible to install softflowd on CentOS/RedHat type systems? I wasn't able to find any howto's, only to build from source code. Seems that's the only one way to do it.

    Comment

    • rosshaden
      Junior Member
      • Jul 2024
      • 3

      #3
      Cloud Linux doesn't have softflowd available directly through yum. Try enabling the EPEL repository with:​
      sudo yum install epel-release sudo yum install softflowd

      If that doesn't work, you might need to build from source or look for alternative flow tools.

      Hope this helps!

      Comment

      • Jesswade
        Junior Member
        • Dec 2024
        • 3

        #4
        Softflowd isn't in Cloud Linux's default repos. First, enable the EPEL repository:

        HTML Code:
        Copy code
        yum install epel-release
        Then try installing it:

        HTML Code:
        Copy code
        yum install softflowd
        If it's still unavailable, look for a third-party RPM or contact Cloud Linux support.

        Comment

        • SadyeTurcotte
          Banned
          • Feb 2025
          • 1

          #5
          Originally posted by Jesswade
          Softflowd isn't in Cloud Linux's default repos. First, enable the EPEL repository:

          HTML Code:
          Copy code
          yum install epel-release
          Then try installing it:

          HTML Code:
          Copy code
          yum install softflowd
          If it's still unavailable, look for a third-party RPM or contact Cloud Linux support.
          Your way is perfect and helpful, thank you very much.

          Comment

          Working...