
Galera-4 gawk libdbi-perl libgdbm-compat4 libmariadb3 libmpfr6 libperl5.28 libsigsegv2 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common mariadb-serverĠ upgraded, 18 newly installed, 0 to remove and 12 not upgraded.Īfter this operation, 248 MB of additional disk space will be used.Īfter the installation is complete, check the installed version: mysql -version The following NEW packages will be installed: Libdbd-mariadb-perl | libdbd-mysql-perl libterm-readkey-perl libhtml-template-perl

| libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl Gawk-doc libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl mailx mariadb-test netcat-openbsd perl-doc libterm-readline-gnu-perl Mariadb-server-10.5 mariadb-server-core-10.5 mysql-common perl psmisc socat Galera-4 gawk libdbi-perl libgdbm-compat4 libmariadb3 libmpfr6 libperl5.28 libsigsegv2 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common The following additional packages will be installed: sudo add-apt-repository 'deb buster main'Īnd finally, it carries out the installation sudo apt install mariadb-server Gpg: key F1656F24C74CD1D8: public key "MariaDB Signing Key " imported sudo apt-get install software-properties-common dirmngrĪfter you have done this, add the GPG key to it sudo apt-key adv -fetch-keys ''Įxecuting: /tmp/apt-key-gpghome.WyUWC7PYTX/gpg.1.sh -fetch-keys So, open a terminal and install the necessary packages to add the repository. These repositories have many mirrors around the world, I will use one that is in New York that should work well anywhere. The report shows a green status message that says active (running).For recent versions of MariaDB on Debian 10, we can use the repository provided by the developers. Enter the following command to confirm the Apache service is running: systemctl status apache2

The process takes a few moments to complete. Install Apache by entering the following command in the terminal: sudo apt install apache2 -y Step 1.2: Install ApacheĪpache is a web server software that processes requests and transmits data over an HTTP network. You now have the tools to install a LAMP stack and phpMyAdmin.

The wget utility allows you to download files directly from the terminal window. Open a terminal window and update your software package lists with the following command: sudo apt updateĮnter the following command to install the wget tool: sudo apt install wget -y Step 1.1: Update Software Packages and Install wget If you already have a LAMP stack installed, you can skip directly to the Download phpMyAdmin section. This section shows you how to install the supporting software to turn your Debian 11 system into a web server. PhpMyAdmin requires the LAMP stack to work correctly.

