aptitude -y upgrade

Discussion in 'Installation/Configuration' started by Robin.k, Oct 25, 2020.

  1. Robin.k

    Robin.k Member

    Hi, I run on Debian 10 with ISPconfig 3.1.15P. When I do with ISPconfig an OS-update I have still the message "system is not up to date". In Monitor tab, screen is blue and not Green.

    How to solve this problem?

    Thanks
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    It can take some time before the status is updated.

    You can double check if your system is up to date by logging in on the CLI and running
    Code:
    apt update
    If that gives the output "All packages are up to date.", just wait for the status to update.
    If there are packages that can be upgraded, run
    Code:
    apt upgrade
     
  3. Robin.k

    Robin.k Member

    Ok thanks, this works
     
    Th0m likes this.

Share This Page