sudo pacman -Syy
sudo pacman -S --noconfirm deepin
sudo pacman -Syu
sudo pacman -S audacious
Apache
pacman -S apache
nano /etc/httpd/conf/httpd.conf
#LoadModule authn_file_module modules/mod_authn_file.so
systemctl enable httpd
systemctl restart httpd
systemctl status httpd
MariaBD
pacman -S mysql
:: There are 2 providers available for mysql:
:: Repository extra
1) mariadb
:: Repository community
2) percona-server
Enter a number (default=1): 1
resolving dependencies...
looking for conflicting packages...
Packages (3) mariadb-clients-10.4.12-1 mariadb-libs-10.4.12-1
mariadb-10.4.12-1
Total Download Size: 38.65 MiB
Total Installed Size: 290.31 MiB
:: Proceed with installation? [Y/n] Y
mysql_install_db --user=root --basedir=/usr --datadir=/var/lib/mysql
- Hacemos que cargue al inicio
systemctl enable mysqld
systemctl start mysqld