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?
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?
GParted is available in the EPEL package library.
For CentOS newbies, this might also be helpful: To install the EPEL package library on CentOs: How to Install EPEL Repository on CentOS
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.
Just in case someone would have the same problem as I with missing libparted - you are most probably installing wrong version of gparted. On CentOS 6 you can simply use this:
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/gparted-0.6.0-1.el6.x86_64.rpm
You can make sure you use the latest version by going to this page: http://dl.fedoraproject.org/pub/epel/6/x86_64/
Try this: yum -y install epel-release gparted;