Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I tried yum install gparted

It says no package found.

Can I install rpm packages in CentOS or is that only for RedHat?

I mean, if I have rpm for RHEL, can I install it on CentOS 5?

share|improve this question
Was thinking, but since CentOS 5.5 gparted is included in the distrib, no? – Anarko_Bizounours Jun 17 '11 at 11:15

3 Answers

up vote 8 down vote accepted

GParted is available in the EPEL package library.

https://fedoraproject.org/wiki/EPEL

share|improve this answer

For CentOS newbies, this might also be helpful: To install the EPEL package library on CentOs: How to Install EPEL Repository on CentOS

share|improve this answer

CentOS is binary compatible to the matching RHEL release (e. g. CentOS 5.5 and RHEL 5.5). The RPM which works on RHEL of the same version should also work on CentOS.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.