Live data from Hacker News

Samsung Magician disk utility takes 18 steps and two reboots to uninstall

chalmovsky.com

1–10 of 259 posts

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#2
It's comic when reading but for sure this is tragic. I _have a feeling_ that bloat will continue increasing in the next years.

It makes me wonder why did large companies are investing so much in web and putting web devs to write disk utility desktop apps?

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#5
this reminds me, I still have an ancient version of iTunes on my old win7 box because something got corrupted at some point and now I can't uninstall it.

Not being able to simply remove a program like you would any other program is next level evil in my book.

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#6
I feel like the complaints here are…not really Samsung's fault?

> So I’ve dug around and found a cleanup script buried six folders deep inside the app bundle. Let’s try to run it:

> sh ~/Library/'Application Support'/Samsung/'Samsung Magician'/SamsungMagician.app/Contents/Resources/CleanupMagician_Admin_Mac.sh

> It ran. And my kitty exploded. Sweet kitty overflowed. Hundreds - literally hundreds - of lines of chown: Operation not permitted.

I mean, if you read on, you'll find that most of the things that were removed were from system folders that are owned by root? Presumably this was run without sudo…

> I rm -rf every Samsung folder I could find. The Preferences. The Caches. The LaunchAgents. The LaunchDaemons. The kernel extensions. The crash reports.

…that's where you put your stuff on macOS. Would you prefer that they picked some non-standard location you had to dig up?

> Package receipts in /private/var/db/receipts/ (Samsung left its receipts behind like a burglar leaving a bunch of turds in the living room)

This is again for your benefit so you know what was installed on your system

> Cached processes in /private/var/folders/7v//C/ (yes, Samsung is in there too)

That's getconf DARWIN_USER_CACHE_DIR

> I shut down my Mac. Held the power button. Booted into Recovery Mode. Opened Terminal. Ran csrutil disable. Rebooted. Opened Terminal. Deleted the kernel extensions.

That's just how kernel extensions are on Apple silicon

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#7

I feel like the complaints here are…not really Samsung's fault? > So I’ve dug around and found a cleanup script buried six folders deep inside the app bundle. Let’s try to run it: > sh ~/Library/'Application Support'/Samsung/'Samsung Magician'/SamsungMagician.app/Contents/Resources/CleanupMagician_Admin_Mac.sh > It ran. And my kitty exploded. Sweet kitty overflowed. Hundreds - literally hundreds - of lines of chown:…

Yeah, the two steps:

* going into some internal directory and running a script based on the name

* deleting a bunch of directories

Seem like pretty bad ideas. Especially for software provided by a hardware vendor, which is probably a little clunky and inherently touches deep stuff.

But not including a removal script seems like bad form.

Edit: On the other hand, I don’t actually know for certain that the tool doesn’t have an uninstall script. Just, that the author didn’t find it. This seems worth noting because the author really wasn’t giving them the benefit of the doubt on anything, see all of the irrelevant complaints about animations.

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#9
This type of writing is very grating on the nerves. It's not AI slop, but it feels the same way, where AI slop is trying to trick you into thinking every sentence is the pinnacle insight of human endeavor of all history, this writing stops every single sentence to say "Are you outraged? I'm outraged! You should be outraged! This is outrageous!"

Especially when the outrage is that the user didn't follow instructions to use sudo on an uninstaller that needs to touch root owned files.

Re: Samsung Magician disk utility takes 18 steps and two reboots to uninstall

#10

this reminds me, I still have an ancient version of iTunes on my old win7 box because something got corrupted at some point and now I can't uninstall it. Not being able to simply remove a program like you would any other program is next level evil in my book.

I have a modern application from the macOS App Store in a permanent update purgatory. I dared drag to delete it, now it won’t update nor open. But an update is always shown available!
Post reply on HN