sudo apt update
sudo apt install xz-utilsunxz file.xz
In my case, I have a file koha_library.sql.xz
unxz koha_library.sql.xz
sudo apt update
sudo apt install xz-utilsLogin MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...