My son has recently switched to Linux Mint, thinking it would be user-friendly, but he's facing issues. When he runs the command `sudo apt update`, it results in a segmentation fault, which seems baffling for such a basic operation. We also encountered errors when trying to install Steam via `sudo apt install -y steam`. It appears there are input/output errors related to the package management system, and several UI elements are transparent, making it hard to read. He is considering other distributions due to these frustrations and I'm curious what might be causing these problems. Can anyone help?
3 Answers
It looks like you're dealing with potential filesystem corruption or even a hardware issue. The output you shared shows input/output errors, which often indicate something's wrong with the disk or filesystem. If `apt` is segfaulting, a reinstall might be the quickest fix. But first, check for hardware problems.
If mint’s software manager isn't working, you may want to think about a fresh install. Sometimes, configs get messed up, and starting over with something like Zorin could save you the headache! Just keep an eye on your filesystem health after reinstalling.
As a Mint user, I had a similar situation after switching. A good procedure is to start with `sudo apt-get update`, then try installing Steam with `sudo apt-get install steam-installer`. Make sure your storage is set up correctly, ideally with ext4 if you're using games. Don’t worry about losing saved games through Steam; they usually remain intact during such installations.

Totally agree! Sometimes reinstalling can solve these odd bugs, especially if the system isn't stable. Better to start fresh than troubleshoot endlessly.