Announcement

Collapse
No announcement yet.

Konsole error message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Konsole error message

    When I run:

    ~$ sudo apt update && sudo apt dist-upgrade

    from the Konsole, after entering my password the first two lines are error messages in red text:

    Code:
    Failed to start apt-news.service: Unit apt-news.service not found.
    Failed to start esm-cache.service: Unit esm-cache.service not found.​
    I've tried searching for an answer but haven't found anything yet!

    Constant change is here to stay!

    #2
    Fixed:

    Code:
    sudo dpkg-divert --rename --divert /etc/apt/apt.conf.d/20apt-esm-hook.conf.disabled --add /etc/apt/apt.conf.d/20apt-esm-hook.conf​
    Constant change is here to stay!

    Comment

    Working...
    X