Announcement

Collapse
No announcement yet.

Update gives error Unit packagekit.service is masked

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

    Update gives error Unit packagekit.service is masked

    I'm trying to update to jammy and get that error. In full, it is

    GDBus.Error:org.freedesktop.systemd1.UnitMasked: Unit packagekit.service is masked.
    Last edited by Snowhog; Oct 25, 2022, 07:21 AM.
    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

    #2
    That is odd.

    Try:
    Code:
    sudo systemctl unmask packagekit.service
    sudo systemctl start packagekit.service
    and see if this still happens

    You may need to reboot.

    No idea why packagekit would be masked. Discover uses it, for example.

    Comment

    Working...
    X