Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Oof. You may want to rethink Alpine as a desktop if you're not familiar with how to debug it. You are in for a world of shuffling back and forth haha.
Alpine was originally meant for embedded devices to have a super tiny static footprint, hence it being based on busybox. APK as a package manager coupled with using dotfiles as a configuration language is always going to leave you second guessing whether something got missed, and questions like you're asking.
I would go back through the dep chain and make sure EVERYTHING is actually installed AND configured/linked. Even on image builds I've seen APK silently miss a dep due to a resolve error and continue. It's not built to be as thorough as something like rpm or apt, and it's very easy for something to get completely missed or just not configured or linked.
Good luck!
Thanks! I just wanted to give this one a good try and I'm not worried about a little testing/breakage since this is only a setup for a laptop that eventually want to use to run Jellyfin and Ente, plus I'm happy to learn.