site banner

Tinker Tuesday for June 03, 2025

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

1
Jump in the discussion.

No email address required.

I've been using Ubuntu for O(decades) now and don't think I've ever used snap.

I only ever install stuff from the CLI using apt. Anything GUI or snap related I usually X out of.

Oh. There is a pop-up periodically that offers to update packages that I click okay on. I do notice it runs apt so I consider that fine.

Maybe I'll be rudely disappointed soon enough.

I would check if it's been installed -- snap list will either return file not found if you've avoided it or a list of snap installs if you haven't. Most post-14.x Ubuntu installs will include it, excluding a few server options, and will hook it into the apt-get behaviors.

That doesn't necessarily make it a huge deal -- if you aren't finding any performance issues, and you're not using the Snap Store to install random things, and you don't care much about (tbf, pretty trivial) telemetry, there's no reason to panic or do a fresh install. But it's good to be aware.

Hmm yeah, snap is installed (which I expected) and lists some random packages. Apparently I installed ghidra and thunderbird with it, both for one off projects.

Easy enough to just nuke them now, and snap entirely. Thank you for your vigilance, sir!