]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/install/get-packages: do not mention additional 3rd party packages
authorKefu Chai <kchai@redhat.com>
Thu, 1 Jul 2021 08:34:55 +0000 (16:34 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Jul 2021 08:38:56 +0000 (16:38 +0800)
since we are able to build and run on ubuntu focal without extra
dependencies of 3rd party packages, there is no need to mention them.
actually all of the removed packages are available in ubuntu focal.
some of them have different package names though.

the same applies to el8.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/install/get-packages.rst

index dd6b14f433fce822edc71f7f20ad5a255ede4449..ed2f5476047dde3f275c740f0e21eb72d14b53a5 100644 (file)
@@ -322,17 +322,6 @@ before attempting an install.
 Debian Packages
 ~~~~~~~~~~~~~~~
 
-Ceph requires additional third party libraries.
-
-- libaio1
-- libsnappy1
-- libcurl3
-- curl
-- libgoogle-perftools4
-- google-perftools
-- libleveldb1
-
-
 The repository package installs the repository details on your local system for
 use with ``apt``. Replace ``{release}`` with the latest Ceph release. Replace
 ``{version}`` with the latest Ceph version number. Replace ``{distro}`` with
@@ -353,15 +342,6 @@ To add the EPEL repository, execute the following
 
    sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
 
-Ceph requires the following packages:
-
-- snappy
-- leveldb
-- gdisk
-- python-argparse
-- gperftools-libs
-
-
 Packages are currently built for the RHEL/CentOS8 (``el8``) platforms.  The
 repository package installs the repository details on your local system for use
 with ``yum``. Replace ``{distro}`` with your distribution.