Three common lanes
Graphical software centers (Mint Software Manager, GNOME Software, KDE Discover) are the friendly front door. They install distro packages and often Flatpaks. For most people, search → install → launch is enough.
Package managers (apt on Debian/Ubuntu/Mint, dnf on Fedora) are the terminal form of the same idea. They resolve dependencies so you do not manually download DLL-style chaos.
Flatpak (and sometimes Snap) ships apps in sandboxed bundles that work across distros. Great for getting a newer browser or creative app without upgrading the whole OS. The tradeoff is disk space and slightly different file dialogs.
What not to do
- Do not install random .deb files from sketchy SEO blogs when the app is in the official store
- Do not mix five third-party repos “just because” - dependency hell is real
- Do not run curl | sudo bash installers unless you trust the vendor like you trust your bank
- Do not chase Windows EXE installers with Wine as the first option for everyday apps
Prefer official project instructions for the rare app that needs a vendor repo (some VPN clients, some hardware tools). Add one repo, install, leave the rest alone.
Removing software cleanly
Use the same tool you installed with. Software centers have a remove button. Package managers have remove/erase commands. Deleting an app folder by hand is a Windows habit that leaves services behind on Linux too - just in different places.
After big experiments, reboot once and check disk space. Flatpaks can accumulate runtimes; the software center or flatpak tools can prune unused pieces.
Shop standard
When we set up a Linux desktop for a customer, we install: browser, LibreOffice or OnlyOffice, VLC, a PDF tool if needed, and remote support agent only with permission. We document what we added. You should keep a simple note too - future troubleshooting is faster when you know what is “yours” versus “stock.”
When to stop DIY
When the stack exceeds DIY - drive failures, dual-boot disasters, locked accounts, or a machine that must be online for work tomorrow - contact CCPCREPAIR in Tahlequah. We do diagnostics with a flat quote after we know what is wrong. Call 918-228-5889 or use the form.
← Linux is easy series · All guides · Book a diagnosticField notes from the shop
At CCPCREPAIR in Tahlequah we see the same pattern repeatedly: people succeed with Linux when they slow down for backups, pick a mainstream distro, and treat the first week as landing the plane - updates, browser, printer - before theming and experimental drivers. They fail when they skip the backup, click through erase-disk options, or paste sudo commands they cannot explain.
Keep a live USB of the same distro in a drawer. It is a recovery tool as much as an installer. When something will not boot, the live session is how you copy files off and read logs without making the problem worse. That habit alone separates calm operators from emergency tickets.
If you share a machine with family, write a one-page note: distro name, username model (not the password), whether the disk is encrypted, and where the backups live. Future you - or a technician - will move faster with that sheet than with a vague memory of a YouTube video from three months ago.
Continue the series in order when you can, but jump ahead if you already know the topic. Every page ends with abort criteria and a path to contact the shop when risk climbs. Linux is easy when honesty about hardware and data comes first.