Description
Ventoy packaged into RPM from GitHub repo: https://github.com/ventoy/Ventoy
Provides:
- /usr/share/icons/ventoy.png (Icon for ventoy.desktop)
- /usr/share/applications/ventoy.desktop (GUI Application launcher that, depending of the CPU architecture launches the corresponding version of the precompiled ventoy-gui)
- /opt/ventoy (contains precompiled release files from https://github.com/ventoy/Ventoy)
NOTE(!): Amazon Linux Distro requires additional packages (https://gist.github.com/dimkir/52054dfca586cadbd0ecd3ccf55f8b98) for Ventoy GUI to work, currently the RPM is installed assuming the system is running in graphical mode, which is unfeasible for server systems running with just terminal interface.
Installation Instructions
sudo dnf copr enable karlisk/ventoy
sudo dnf install ventoy
If DNF can't find the package right after enabling Copr repo, you may try refreshing the DNF Cache: sudo dnf makecache
and running the install command again: sudo dnf install ventoy
Or do it together: sudo dnf install ventoy --refresh
On Distros other than Fedora it may be required to install DNF Copr plugin:
sudo dnf install 'dnf-command(copr)'
And it may be required to manually specify the repo apropriate for your Distro and CPU Architecture
Some examples:
sudo dnf copr enable karlisk/ventoy centos-stream-9-x86_64 sudo dnf copr enable karlisk/ventoy rhel-9-x86_64 sudo dnf copr enable karlisk/ventoy fedora-39-aarch64
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Amazonlinux 2023 | aarch64 (2)*, x86_64 (4)* | Amazonlinux 2023 (33 downloads) |
Centos-stream 8 | aarch64 (8)*, x86_64 (4)* | Centos-stream 8 (29 downloads) |
Centos-stream 9 | aarch64 (2)*, x86_64 (4)* | Centos-stream 9 (29 downloads) |
Fedora 39 | aarch64 (23)*, x86_64 (3192)* | Fedora 39 (1884 downloads) |
Fedora 40 | aarch64 (13)*, x86_64 (2545)* | Fedora 40 (1267 downloads) |
Fedora 41 | aarch64 (2)*, x86_64 (251)* | Fedora 41 (225 downloads) |
Rhel 8 | x86_64 (6)* | Rhel 8 (27 downloads) |
Rhel 9 | aarch64 (4)*, x86_64 (22)* | Rhel 9 (39 downloads) |
* Total number of downloaded packages.