this post was submitted on 16 Jul 2023
391 points (100.0% liked)
Linux
48002 readers
996 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure what you were doing to break apt, but it was probably something pretty funky (or at least adding a bunch of repos without really thinking about it).
The thing with Linux is that it doesn't stop you doing stupid shit as much as Windows. If you know what you're doing, that's a really good thing. It's really annoying when your OS stops you doing something for your own protection if you know that you're not going to break anything. Simple example: Windows locks any file that's open, Linux doesn't. That's really convenient, but you can screw things up badly if you're not careful.
If you're a beginner, I would suggest sticking to the GUI, i.e. control panels, software installed, etc. in Ubuntu. If you ever go into command line, be really careful, and understand what you're doing. Definitely do not copy and paste commands you find online without understanding them reasonably well. Ubuntu puts in pretty good protections in its graphical tools. You'll be able to do whatever you need to do, but shouldn't break anything. Over time, you'll pick up some knowledge and be able to do more in the command line (etc.) without breaking things.
I'll shout out chatGPT for being a huge help explaining Linux commands or how to do certain things on Linux. If you have a guide you are following chatGPT will do a great job explaining the steps if you don't understand.
That might explain why so many have their systems "breaking over time". 🤭