I am using ubuntu 18 on WSL.
using apt for example sudo apt autoremove I get error message:
Reading package lists... DoneBuilding dependency treeReading state information... DoneThe following packages were automatically installed and are no longer required: dns-root-data dnsmasq-base ebtables libdumbnet1 libllvm9 liblxc-common liblxc1 libyaml-0-2 linux-headers-4.15.0-88 linux-headers-4.15.0-88-generic lxcfs squashfs-tools uidmap xdelta3Use 'sudo apt autoremove' to remove them.Suggested packages: python-doc python-tkE: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: SuccessE: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: Successsame thing using sudo apt install python for example:
Reading package lists... DoneBuilding dependency treeReading state information... DoneThe following packages were automatically installed and are no longer required: dns-root-data dnsmasq-base ebtables libdumbnet1 libllvm9 liblxc-common liblxc1 libyaml-0-2 linux-headers-4.15.0-88 linux-headers-4.15.0-88-generic lxcfs squashfs-tools uidmap xdelta3Use 'sudo apt autoremove' to remove them.Suggested packages: python-doc python-tkE: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: SuccessE: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: SuccessWhat should I do?