From: Kefu Chai Date: Thu, 1 Jul 2021 08:34:55 +0000 (+0800) Subject: doc/install/get-packages: do not mention additional 3rd party packages X-Git-Tag: v17.1.0~1506^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3a41134592dfafb0b67c50dfb13f4354353e84f9;p=ceph-ci.git doc/install/get-packages: do not mention additional 3rd party packages 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 --- diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index dd6b14f433f..ed2f5476047 100644 --- a/doc/install/get-packages.rst +++ b/doc/install/get-packages.rst @@ -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.