From d1505b5408c29073d72cecadd63f3badd31d7738 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Wed, 16 Sep 2015 14:05:05 +0800 Subject: [PATCH] doc: delete wrong description of installing RPMs In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually. Signed-off-by: Li Peng --- doc/start/documenting-ceph.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 4fac6f043312..2d09db3ae3a0 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -420,19 +420,10 @@ For Debian/Ubuntu, execute:: sudo apt-get install gitk git-gui -For Fedora, execute:: +For Fedora/CentOS/RHEL, execute:: sudo yum install gitk git-gui -In CentOS/RHEL7, ``gitk`` and ``git-gui`` are not available in default or -``epel`` repository. So, use http://rpmfind.net/ to find them. Then, download -them from a mirror and install them. For example:: - - wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/gitk-1.8.3.1-4.el7.noarch.rpm - sudo yum install gitk-1.8.3.1-4.el7.noarch.rpm - wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/git-gui-1.8.3.1-4.el7.noarch.rpm - sudo yum install git-gui-1.8.3.1-4.el7.noarch.rpm - Then, execute:: cd {git-ceph-repo-path} -- 2.47.3