I recently switched from Windows to Mint Cinnamon and I'm feeling both excited and completely lost. I accidentally bricked my Windows by trying to remove some hidden McAfee files, so I'm determined to figure this Linux thing out. Here are my main questions:
1. What is a flatpak?
2. How do I use GitHub? I'm looking to get apps working like I would with a .exe file on Windows.
3. What key terms and functions should I know about as a beginner (and beyond)?
4. And lastly, how can I become fluent in Linux? Any tips would be greatly appreciated!
2 Answers
It's totally normal to feel overwhelmed at first! Linux is a different beast compared to Windows. Instead of .exe files, you'll be using package managers to install applications. When you talk about GitHub, remember it's not an app store; it's more like a huge repository of source code. To get apps running, look for AppImage files since they act like Windows executables and are usually easier to work with.
As for flatpaks, they are self-contained apps that include everything they need to run, which helps prevent compatibility issues across different Linux distributions. You can install them easily via the command line or your software manager.
For key terms, you'll want to know about the terminal (your command center), package managers (akin to app stores), and basic Linux commands to get around. The more you use Linux, the more fluent you'll become. Just dive in and experiment!
Yep, it’s all about mindset—once you get comfortable with using the terminal, you’ll find it becomes second nature.
To give you some clarity: you can't run Windows .exe files directly on Linux. If you absolutely need to run a Windows program, you can add it to Steam as a non-Steam game or use Wine, but it's better to explore Linux-native apps.
Flatpaks are pretty handy! They package everything together for easy installation and remain portable across different Linux distributions. It's like having your apps contained within their own "box." Check out software managers; they make installing Flatpaks and other apps a breeze!
Don't stress about knowing everything at once; just use your Linux system daily, and you'll start picking it up. Experiment by downloading themes or other customizable elements—hands-on experience is invaluable.
That makes sense! Also, there's no rush to learn everything. Just take it step by step and keep practicing.

That's good advice! Don't forget, the terminal can feel intimidating at first, but it's super powerful once you get the hang of it.