ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Solved How do I install gparted on RHEL 7.7 with GUI?

    IT Discussion
    rhel gparted
    3
    8
    11.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      1337
      last edited by 1337

      Hi Guys!

      How do I install gparted on RHEL 7.7 with GUI?

      Is it some repository I'm missing?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        GParted is not part of RHEL itself. But it is available from the EPEL.

        yum install epel-release -y
        

        Then you can install GParted.

        yum install gparted -y
        
        1 1 Reply Last reply Reply Quote 1
        • 1
          1337 @scottalanmiller
          last edited by 1337

          @scottalanmiller said in How do I install gparted on RHEL 7.7 with GUI?:

          GParted is not part of RHEL itself. But it is available from the EPEL.

          yum install epel-release -y
          

          Then you can install GParted.

          yum install gparted -y
          

          It didn't work to install epel-release like that because it couldn't find it. But with the info you gave me I managed to find this which had info on RHEL 7.
          https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F

          So I did:

          yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
          subscription-manager repos --enable "rhel-7-optional-rpms" --enable "rhel-7-extras-rpms" 
          

          And then I could install the gparted package. Thanks!

          JaredBuschJ 1 Reply Last reply Reply Quote 2
          • JaredBuschJ
            JaredBusch @1337
            last edited by

            @Pete-S yum install epel-release absolutely should work.

            1 1 Reply Last reply Reply Quote 0
            • 1
              1337 @JaredBusch
              last edited by

              @JaredBusch said in How do I install gparted on RHEL 7.7 with GUI?:

              @Pete-S yum install epel-release absolutely should work.

              If I understand correctly yum install epel-release only works on CentOS, not real RHEL.

              It was a fresh install too from rhel-server-7.7-x86_64-dvd.iso

              scottalanmillerS JaredBuschJ 2 Replies Last reply Reply Quote 0
              • 1
                1337
                last edited by

                @JaredBusch
                Looks like this:
                rhel_epel_install.png

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @1337
                  last edited by

                  @Pete-S said in How do I install gparted on RHEL 7.7 with GUI?:

                  @JaredBusch said in How do I install gparted on RHEL 7.7 with GUI?:

                  @Pete-S yum install epel-release absolutely should work.

                  If I understand correctly yum install epel-release only works on CentOS, not real RHEL.

                  It was a fresh install too from rhel-server-7.7-x86_64-dvd.iso

                  I think that's correct, an odd shortcoming of RHEL where CentOS is easier and more straightforward. A trivial thing to add to RHEL, but bizarre that it's left out in that way.

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @1337
                    last edited by

                    @Pete-S said in How do I install gparted on RHEL 7.7 with GUI?:

                    @JaredBusch said in How do I install gparted on RHEL 7.7 with GUI?:

                    @Pete-S yum install epel-release absolutely should work.

                    If I understand correctly yum install epel-release only works on CentOS, not real RHEL.

                    It was a fresh install too from rhel-server-7.7-x86_64-dvd.iso

                    Ah, you are correct. I skimmed the RHEL bit. Totally my bad.

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post