# How to install Wordpress on Arch Linux

DevFeed: [How to install Wordpress on Arch Linux](<https://devfeed.tech/articles/how-to-install-wordpress-on-arch-linux-25538.md>)

Original publisher: [Read original article](<https://www.marcogomiero.com/posts/2018/wordpress-arch/>)

Author: Marco Gomiero

Published: 2018-01-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Posts on Marco Gomiero](<https://devfeed.tech/sources/posts-on-marco-gomiero.md>)

Topics: [Arch Linux](<https://devfeed.tech/topics/archlinux.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [PHP](<https://devfeed.tech/topics/php.md>), [pacman](<https://devfeed.tech/topics/pacman.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [commands](<https://devfeed.tech/tags/commands.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [install](<https://devfeed.tech/tags/install.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [packages](<https://devfeed.tech/tags/packages.md>), [pacman](<https://devfeed.tech/tags/pacman.md>), [server](<https://devfeed.tech/tags/server.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

## AI overview

A tutorial for installing WordPress on Arch Linux, covering Apache setup, PHP configuration, and MariaDB installation.

## Source excerpt

Every time I've tried to install Wordpress on Arch Linux it was a tragedy. Sometimes a configuration was missing, sometimes stuff not well known was broken and I never found an updated and complete guide. So here you are! In all the following commands I've omitted "sudo". Please use it when it is necessary. Before starting make you sure that all the packages are updated. pacman -Syu Install Apache First of all, you need to install and configure Apache, the web server.