Every time I do an update or upgrade it takes a long time (several minutes) showing the following:
Processing triggers for man-db (2.9.4-2) ...
After that long wait, everything ends correctly.
Is there a way to get around this without putting the system at risk?
In this question, several solutions are suggested:
Solution 1:
sudo apt-get remove -y --purge man-db
Solution 2:
sudo mandb -t
rm -rf /var/cache/man
sudo mandb -c
Solution 3:
sudo apt install python3-pip
Is there a specific solution for Google Compute Engine?