SOLVED - HELP - Reinstalling cqrlog on Ubuntu 24.04

1 post / 0 new
pt2td
SOLVED - HELP - Reinstalling cqrlog on Ubuntu 24.04

This week I upgraded my PC from Ubuntu 22.04 to 24.04 but cqrlog that was installed was no longer available. I tried to run it through the terminal but it was not recognized.
The cqrlog folder exists and I have a backup of my logs. When I tried to install through Synaptic, I suspended the installation because I was warned that the following packages would be removed:

mariadb-client,
mariadb-client-core,
mariadb-plugin-provider-bzip2,
mariadb-plugin-provider-lz4,
mariadb-plugin-provider-lzma
mariadb-plugin-provider-lzo
mariadb-plugin-provider-snappy
mariadb-server
mariadb-server-core

And the following would be installed:

default-mysql-server
libaio1t64
libmecab2
libprotobuf-lite32t64
mecab-ipatic
mecab-ipatic-utf8
mecab-utils
mysql-client-8.0
mysql-client-core-8.0
mysql-server-8.0
mysql-server-core-8.0
xplanet
xplanet-images

I would like to know if I should continue with the installation and what is the difference between installing through the terminal using

sudo add-apt-repository ppa:ok2cqr/ppa && sudo apt-get update
sudo apt-get install cqrlog

SOLVED
I installed using the repository of ok2cqr. Mariadb-server was removed and Mysql-server was installed. After this I reinstalled mariaDB-server again and all is working good.