You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out removing snap feature. Seems to remove snap and snapd from running that was nice and quick, but it still shows up on /snap/* after running df.
To Reproduce
Steps to reproduce the behavior:
Run linutil
Select remove snaps
It seems to work
run df and see snaps show up on right side path row
Expected behavior
Snaps should not take extra space on system after tool is run.
Earlier I did not bother checking if snaps were in my system, but yeah after looking into this, the issue hasn't gone away.
Removing mountpoints and /snap:
sudo umount /snap/*/*
sudo rm /snap/ -r
After typing commands above and rebooting, the snap mount points come back, and the packages from snap still run.
Here's some systemd info if that helps:
Also to double check, I ran linutil again using the snap remover option. It still shows "snapd is not in your system" and doesn't change anything since changes were already made.
Describe the bug
I was trying out removing snap feature. Seems to remove snap and snapd from running that was nice and quick, but it still shows up on
/snap/*
after runningdf
.To Reproduce
Steps to reproduce the behavior:
df
and see snaps show up on right side path rowExpected behavior
Snaps should not take extra space on system after tool is run.
Screenshots
After running
df -h
:If applicable, add screenshots to help explain your problem.
Additional context
Running Lubuntu 20.04 (like Ubuntu 20.04)
Checklist
The text was updated successfully, but these errors were encountered: