To uninstall mariadb-server-10.0 just follow these instructions.
/parrot/jollyroger/main///install/index.html MariaDB database server binaries server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. Parrot 3.7 database 10.0.28-2
sudo apt-get remove mariadb-server-10.0
Which will remove just the mariadb-server-10.0 package itself.
sudo apt-get remove --auto-remove mariadb-server-10.0
This will remove the mariadb-server-10.0 package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for mariadb-server-10.0 then this will work.
sudo apt-get purge mariadb-server-10.0
Or similarly, like this mariadb-server-10.0
sudo apt-get purge --auto-remove mariadb-server-10.0
Package | mariadb-server-10.0 |
Version | 10.0.28-2 |
Maintainer | Debian MySQL Maintainers |
Description | MariaDB database server binaries server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | database |