Install mysql-sandbox
Installing mysql-sandbox package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mysql-sandbox
mysql-sandbox package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysql-sandbox |
version | 3.1.04-1 |
description | Install and set up one or more MySQL server instances easily |
subsection | database |
website | mysqlsandbox.net |
maintainer | Mateusz Kijowski |
Uninstall mysql-sandbox
To remove just mysql-sandbox package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysql-sandbox
Uninstall mysql-sandbox and it’s dependent packages
To remove the mysql-sandbox package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysql-sandbox
Purging mysql-sandbox
If you also want to delete configuration and/or data files of mysql-sandbox from Debian Sid then this will work:
sudo apt-get purge mysql-sandbox
To delete configuration and/or data files of mysql-sandbox and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysql-sandbox