I recently installed Fedora after switching from Windows 10, especially since Windows support is ending soon. After trying out several other distros like EndeavourOS and Ubuntu, I've finally decided to stick with Fedora and I'm using the Plasma desktop instead of GNOME. I'm loving the look of it, but I'm feeling a bit lost. I've already installed some basics like Chromium and VS Code, but I'm looking for some guidance on how to navigate this new environment. Also, since I decided to wipe my previous data, I'm unsure how storage works in Linux. In Windows, I could create different local drives and just wipe one during reinstallation without losing my data. But here, I need help understanding file management. Lastly, I've heard about running Windows applications through Wine—can someone explain how that works?
3 Answers
The Arch wiki is a fantastic resource for anything Linux-related! It's a great starting point for learning how to do things in Linux. Definitely check it out!
In Linux, everything is organized in a single directory tree starting from the root ('/'). There's a solid file manager in Fedora, so play around with it a bit! Also, I'd recommend not overcomplicating things with Wine or bottles unless you really need it. It's usually better to look for native Linux alternatives instead.
What are you looking to learn specifically—Linux in general or KDE Plasma? Here’s a quick guide to the Linux directory structure: Everything starts from the root and your personal files are found in '/home/(your username)'. If you're planning to change distros or reinstall, back up your home directory. As for running Windows apps, you'll need to install Wine (and maybe winetricks), then just run the .exe files through it. Just a heads up, it can be hit or miss, so try to find alternatives that are Linux-compatible first! Good luck!
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux