I am trying to install xubuntu-desktop on my Ubuntu 18.04 LTS system running on Windows 10. I first met the error: tasksel: apt-get failed (100).
Following other threads I ran sudo apt update
and sudo apt upgrade
and while that did not change much I tried to run sudo dpkg --configure -a
, giving an error related to blueman:
This thread (Installing ubuntu-mate-desktop on 16.04, blueman configure issues) suggested to comment a line in the blueman.postint file. It might be basic, but how do I do within the Ubuntu terminal? Are there any better options to fix the issue?
Errors were encountered while processing: blueman
E: Sub-process /usr/bin/dpkg returned an error code (1)
. The thread I referred to in my first post says that this can be improved by commenting a line, but if I open the file blueman.postint in nano or vim it appears empty. – Jeroen Jun 03 '21 at 15:15