wimpysworld / desktopify

Convert Ubuntu Server for Raspberry Pi into a Desktop
https://www.youtube.com/watch?v=umtZuUJOU38
MIT License
520 stars 89 forks source link

lockfile issue with Lubuntu #75

Closed steeley closed 2 years ago

steeley commented 3 years ago

Using ubuntu server 64bit 20.04.lts when running the desktopify install command for lubuntu, it says there is a lockfile dpkg issue associated with unattended update mgr.

Removing these locks seems to fix it: sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock

pascalandy commented 3 years ago

thanks for the workaround!