Centos 6 - Install Fdupes

Introduction

This tutorial assumes you are using centos 6 and provides details on how to install fdupes if you are having problems because rpmforge needs to be added to your repositories.

  1. yum install wget
  2. For 32bit:
    wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm

    Or for 64 bit:
    wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
  3. rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
  4. rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm
  5. rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm
  6. yum install fdupes

Sources

Information this tutorial is based on is located here and here. I would advise consulting these if you run into any problems.

No comments:

Post a Comment