On a ubuntu server, I fail to update FOG from 1.5.10.1798 to 1.5.10.1870 :
before the update:
$ dpkg -l | grep mysql-client ii mysql-client 8.0.46-0ubuntu0.22.04.2 all MySQL database client (metapackage depending on the latest version) ii mysql-client-8.0 8.0.46-0ubuntu0.22.04.2 amd64 MySQL database client binaries ii mysql-client-core-8.0 8.0.46-0ubuntu0.22.04.2 amd64 MySQL database core client binariesthen:
$ sudo ./installfog.sh [...] * Checking package: liblzma-dev...............................OK * Checking package: m4........................................OK * Checking package: mariadb-server............................OK * Checking package: mysql-client..............................Failed! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! The installer was not able to run all the way to the end as !! !! something has caused it to fail. The following few lines are !! !! from the error log file which might help us figure out what's !! !! wrong. Please add this information when reporting an error. !! !! As well you might want to take a look at the full error log !! !! in /tmp/fogproject-1.5.10.1870/bin/error_logs/fog_error_1.5.10.1870.log !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ii libc6:amd64 2.35-0ubuntu3.13 amd64 GNU C Library: Shared libraries ii liblzma-dev:amd64 5.2.5-2ubuntu1 amd64 XZ-format compression library - development files ii m4 1.4.18-5ubuntu2 amd64 macro processing language ii mariadb-server 1:10.6.23-0ubuntu0.22.04.1 all MariaDB database server (metapackage depending on the latest version) dpkg-query: no packages found matching mysql-clientand if I check the packages:
$ dpkg -l | grep mysql-clientIt’s not there anymore.