- Install phpMyAdmin and Other Plugins
apt update
apt upgrade
apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl
- php-mbstring: A module for managing non-ASCII strings with different encodings
- php-zip: An extension that facilitates uploading .zip files to phpMyAdmin
- php-gd: Enables support for GD graphics library
- php-json: Provides support for JSON serialization
- php-curl: Allows PHP to communicate with other servers