Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin_manual/installation/example_ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ following commands in a terminal::

sudo apt update && sudo apt upgrade
sudo apt install apache2 mariadb-server libapache2-mod-php php-gd php-mysql \
php-curl php-mbstring php-intl php-gmp php-bcmath php-xml php-imagick php-zip
php-curl php-mbstring php-intl php-gmp php-xml php-imagick php-zip

* This installs the packages for the Nextcloud core system.
If you are planning on running additional apps, keep in mind that they might
Expand Down
2 changes: 0 additions & 2 deletions admin_manual/installation/php_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Required for specific apps:
:doc:`../configuration_files/external_storage/smb`)
* PHP module ftp (for FTP storage / external user authentication)
* PHP module imap (for external user authentication)
* PHP module bcmath (for passwordless login)
* PHP module gmp (for passwordless login)

Recommended for specific apps (*optional*):

Expand Down