Fix: Add Fedora/RHEL support to Linux dev setup#40
Fix: Add Fedora/RHEL support to Linux dev setup#40VivekLumbhani wants to merge 1 commit intoSnapchat:mainfrom
Conversation
VivekLumbhani
commented
Nov 14, 2025
- Auto-detect package manager (apt/dnf/yum)
- Map package names for different distros
- Handle libtinfo5 installation for both Ubuntu and Fedora
- Fix Java package names for different distros
- Fixes Dev Setup error on Fedora #38
- Auto-detect package manager (apt/dnf/yum) - Map package names for different distros - Handle libtinfo5 installation for both Ubuntu and Fedora - Fix Java package names for different distros - Fixes Snapchat#38
DescriptionFixes #38 This PR adds support for Fedora/RHEL-based distributions by detecting the package manager (apt, dnf, or yum) and using the appropriate package names. Changes Made
Testing NeededCan someone with Fedora please test?
Package Name Mappings
@kaicsm Hey! I've implemented a fix for Fedora support. To test: Summary of Commands 1. Fork on GitHub (use the website)2. Clone and setupgit clone https://github.com/VivekLumbhani/Valdi.git 3. Create branchgit checkout -b fix-fedora-package-manager 4. Make your code changes (in the source file)5. Commit and pushgit add .
6. Create PR on GitHub (use the website) |
|
no way we made a pull request at the same time man |
|
“Hi! Just checking in—whenever you get a moment, could someone please review this PR? It adds Fedora/RHEL support and fixes issue #38. Thanks for your time!” |
|
This also conflicts with my PR #35 |
|
This PR currently has merge conflicts in linuxSetup.ts. It needs to be rebased or merged with main. |