I just installed GDLauncher using GitHub CLI and now I'm unsure how to run it. The installation created a folder named "GDLauncher-Carbon" in my Home directory. I chose GitHub CLI because I'm not comfortable with concepts like appimages. Can someone guide me on how to run GDLauncher? I'm getting confused with commands like sudo and feel like I'm not getting it right, especially since I'm used to Windows. I'm on Debian/Ubuntu (Pop!_OS) if that helps!
4 Answers
Always remember to mention your distro, hardware details, and any error messages when asking for help! It’s super helpful for those trying to troubleshoot.
When I first started with GitHub CLI, I was totally lost too! To clarify, you said you ran `gh repo clone gorilla-devs/GDLauncher`, but what commands did you follow after? Maybe sharing your steps can help others guide you better!
It looks like you forked GDLauncher, which means you’d need to compile the code and handle dependencies, which can get tricky. Instead of going down that rabbit hole, just use the AppImage or the .deb package. These options are way simpler. Just double-click the .deb file, and your software manager will handle everything. Plus, using a software store might save you a lot of hassle with future updates!
I get nervous using file types I don't understand, but I think I'll go for the AppImage. Thanks for clarifying!
Totally get that! Just take it one step at a time, and you'll get the hang of Linux eventually.
You probably don't need to run GDLauncher as root, and this project hasn't been updated in over two years, which is a concern. Instead, consider downloading the AppImage directly. Just go to the releases page, grab the AppImage, and run it. That way, you avoid compiling code and dealing with dependencies. Alternatively, check if there's a newer release via their Discord or explore other Minecraft launchers available on Flathub. It might save you some headaches!
Thanks for your input! It’s tough trying to get Linux running smoothly, but good to know there are easier options out there.
This sounds like solid advice. I really appreciate it! I’ll check out the AppImage approach.
I actually fell asleep before I could finish my thoughts! I appreciate everyone who’s tried to help so far.