I have a couple of problems with snap.
The first one is:
fdisk is even worse:
Even blkid is not immune:
They clog mtab, show on df, anything to do with partitions.
Mildly to wildly annoying.
The second (and this is worse):
Add them up, it's more than 20 seconds dev-looping its navel at startup.
Funny? No. Worth it? Not to me. Acceptable? Not really.
----------------------------------------------------
So, two questions:
The first, is anything being done - to the best of your knowledge - to address these problems?
The second, if I wanted to get rid of snaps.
Basically, I have nothing in there of much use to me except wine.*
So, assuming I'd want to re-install and re-configure it, just remove snapd? And the /snap directory?
Or anything else?
I have searched far and wide , and am still confused.
* I could swear I did not snap-install wine.
I may be wrong - I've installed a few distros lately - but I really think I added the repos for wine-HQ and installed that. I even have a winehq.key in my /home...
What may have happened is, checking out Discover, I noticed it had a Tiberian Sun game. It uses Wine, and had its own snap (I've removed it now)
So Discover snapped the Wine...
The first one is:
Code:
~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 54.4M 1 loop /snap/core18/1066 loop1 7:1 0 42.8M 1 loop /snap/gtk-common-themes/1313 loop2 7:2 0 54.4M 1 loop /snap/core18/1055 loop3 7:3 0 14.1M 1 loop /snap/guake-cl/1 loop4 7:4 0 74M 1 loop /snap/wine-platform-3-stable/6 loop5 7:5 0 218.6M 1 loop /snap/wine-platform-runtime/23 loop6 7:6 0 35.3M 1 loop /snap/gtk-common-themes/1198 loop7 7:7 0 88.5M 1 loop /snap/core/7270 loop8 7:8 0 456.4M 1 loop /snap/wine-platform/128 loop9 7:9 0 88.4M 1 loop /snap/core/7169 loop10 7:10 0 216.4M 1 loop /snap/wine-platform-runtime/6 etc.
Code:
~$ sudo fdisk -l Disk /dev/loop0: 54.4 MiB, 57069568 bytes, 111464 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes and so on.
Code:
/dev/loop0: TYPE="squashfs" ... /dev/loop10: TYPE="squashfs" [squashfs? I'll squash you in a minute :]
Mildly to wildly annoying.
The second (and this is worse):
Code:
~$ systemd-analyze blame | head -n 20 12.054s NetworkManager-wait-online.service 3.683s dev-sdb1.device 2.455s systemd-journal-flush.service 1.813s dev-loop10.device 1.811s dev-loop8.device 1.809s dev-loop9.device 1.636s dev-loop4.device 1.613s dev-loop5.device 1.601s dev-loop7.device 1.597s dev-loop6.device 1.594s dev-loop3.device 1.546s dev-loop2.device 1.535s dev-loop1.device 1.528s dev-loop0.device 1.316s snapd.service 1.042s udisks2.service 546ms systemd-udev-trigger.service 478ms NetworkManager.service 412ms upower.service 383ms networkd-dispatcher.service
Funny? No. Worth it? Not to me. Acceptable? Not really.
----------------------------------------------------
So, two questions:
The first, is anything being done - to the best of your knowledge - to address these problems?
The second, if I wanted to get rid of snaps.
Basically, I have nothing in there of much use to me except wine.*
So, assuming I'd want to re-install and re-configure it, just remove snapd? And the /snap directory?
Or anything else?
I have searched far and wide , and am still confused.
* I could swear I did not snap-install wine.
I may be wrong - I've installed a few distros lately - but I really think I added the repos for wine-HQ and installed that. I even have a winehq.key in my /home...
What may have happened is, checking out Discover, I noticed it had a Tiberian Sun game. It uses Wine, and had its own snap (I've removed it now)
So Discover snapped the Wine...
Comment