Ubuntu 18.04

Troubleshooting Upgrade 16.04 to 18.04

Printer does not working

1
2
sudo rmdir /usr/share/ghostscript/9.25/iccprofiles
sudo apt-get install --reinstall libgs9-common

Clear Systemd journal Log

  • location

    1
    /var/log/journal
  • Clear journal with size, age

1
2
journalctl --vacuum-time=7d
journalctl --vacuum-size=50M