this post was submitted on 06 Sep 2025
145 points (98.0% liked)
linux4noobs
2852 readers
64 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Personally, I would recommend, if you're doing a lot of different things, just switching to a distro that is user friendly and not specialized* like Linux Mint and building up from there. I would hazard a guess that if a program works on a different Linux distro, it's probably gonna work on Mint, especially if it's something bigger like Flowblade, KDENLive, or others since a lot of companies tend to focus on development for Ubuntu ( which is what Mint is based on ) if they make Linux ports of their software.
I don't know the state of the software repositories they use, but if it isn't in there, it's probably gonna be available as a flatpak¹ or appimage² ( and probably be more up to date than the default repository something like Mint will use ) if it's available on Linux. If you went through Tuxedo, the chances of the hardware not working for most modern distro that isn't some obscure, niche distro is low, so I don't think that matters as much.
*Specialized as in a distro making a distro with mainly one thing, like playing games, in mind.
¹ Flatpak and AppImage are kinda universal. For flatpak, to start, I'd recommend going to the flathub website to find what you need if you aren't comfortable with a command terminal. Copy the command they give to install into a terminal and it should do a default installation. Most distros should have it installed and enabled by default at this point.
² AppImages are more like self contained programs containing everything it needs to run and will take up more space for the convenience of not needing to use the terminal to install or run.
Specisl thanks for the footnotes 🙏