Comments on: How to Install MediaWiki on Ubuntu 18.04 https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/ Linux Tutorials and Guides Tue, 14 Jun 2022 18:13:33 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Ofer https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-663 Tue, 14 Jun 2022 18:13:33 +0000 https://linuxhostsupport.com/blog/?p=958#comment-663 Excellent post. However, I would have added a case where one wants to install mediawiki on the local network, where a domain name is not registered and HTTPS is not required. 🙂

]]>
By: habi https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-602 Wed, 09 Mar 2022 10:02:52 +0000 https://linuxhostsupport.com/blog/?p=958#comment-602 In reply to admin.

Thanks. my version was 7.4, so i simply changed .2 to .4 in the codes.

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-601 Wed, 09 Mar 2022 07:16:01 +0000 https://linuxhostsupport.com/blog/?p=958#comment-601 In reply to habi.

You need to install PHP7.2 on your system by following the command below:

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2

Then install the PHP extensions again.

]]>
By: habi https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-600 Tue, 08 Mar 2022 13:54:05 +0000 https://linuxhostsupport.com/blog/?p=958#comment-600 $ sudo apt-get install imagemagick php7.2-fpm php7.2-intl php7.2-xml php7.2-curl php7.2-gd php7.2-mbstring php7.2-mysql php7.2-mysql php-apcu php7.2-zip
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package php7.2-fpm
E: Couldn’t find any package by glob ‘php7.2-fpm’
E: Couldn’t find any package by regex ‘php7.2-fpm’
E: Unable to locate package php7.2-intl
E: Couldn’t find any package by glob ‘php7.2-intl’
E: Couldn’t find any package by regex ‘php7.2-intl’
E: Unable to locate package php7.2-xml
E: Couldn’t find any package by glob ‘php7.2-xml’
E: Couldn’t find any package by regex ‘php7.2-xml’
E: Unable to locate package php7.2-curl
E: Couldn’t find any package by glob ‘php7.2-curl’
E: Couldn’t find any package by regex ‘php7.2-curl’
E: Unable to locate package php7.2-gd
E: Couldn’t find any package by glob ‘php7.2-gd’
E: Couldn’t find any package by regex ‘php7.2-gd’
E: Unable to locate package php7.2-mbstring
E: Couldn’t find any package by glob ‘php7.2-mbstring’
E: Couldn’t find any package by regex ‘php7.2-mbstring’
E: Unable to locate package php7.2-mysql
E: Couldn’t find any package by glob ‘php7.2-mysql’
E: Couldn’t find any package by regex ‘php7.2-mysql’
E: Unable to locate package php7.2-mysql
E: Couldn’t find any package by glob ‘php7.2-mysql’
E: Couldn’t find any package by regex ‘php7.2-mysql’
E: Unable to locate package php7.2-zip
E: Couldn’t find any package by glob ‘php7.2-zip’
E: Couldn’t find any package by regex ‘php7.2-zip’

]]>
By: Michael Alvarez https://linuxhostsupport.com/blog/how-to-install-mediawiki-on-ubuntu-18-04/#comment-351 Wed, 29 Apr 2020 20:36:44 +0000 https://linuxhostsupport.com/blog/?p=958#comment-351 Excellent tutorial. Worked as expected.

]]>