this post was submitted on 24 Sep 2024
48 points (98.0% liked)
Linux
48041 readers
771 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I didn't find any script that would install the apps you wanted, but I did find a script that will help you build your own (it's pretty easy). You can take inspiration from this one and modify it, so that whenever you reinstall your system, you'll run your script.
https://gist.github.com/engineervix/ed53aa410a22620013e04baca437abb3
Research what commands are used in Fedora to install what application and add them to your script. Then, give your .sh file execute permissions and run it. You can do this in a virtual machine first if you want.
...aaaand DONE and tested. That was amazingly simple, when there's a framework like that to work, and learn from. Thanks again.
Wow, that was fast. Glad it helped you.
Not to sound rude but I am fairly surprised to see this from a hexbear user. It seems like a lot of hexbear is just going around and trolling.
I can't say I agree with hexbear but I appreciate the normal (and very useful) comment
oh that is VERY nice, I even have a lenovo laptop. I think that will get me started for sure. Thank you