Bundle any RPM package + dependencies for offline installation
RPM package name as it appears in dnf install <name>
All RPM dependencies are included. Install with sudo dnf install packages/*.rpm
🛡Every bundle is scanned with ClamAV before download. If malware or a virus signature is detected, the bundle is blocked and never served. A scan_results.txt report is included in every zip.
rpm bundler
🔍
After Downloading the Zip
1
Locate the file Open your Downloads folder and find the .zip file.
2
Extract it Double-click the zip to extract, or run: unzip <filename>.zip
3
Open a terminal in the folder Right-click the extracted folder and choose "Open Terminal here", or run: cd <extracted-folder-name>
4
Run the install script chmod +x install.sh && sudo ./install.shInstalls the package and all its dependencies — no internet needed.
Or install manuallysudo dnf install -y packages/*.rpm