mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
40 lines
1.6 KiB
Markdown
40 lines
1.6 KiB
Markdown
You can also use `quickget` with advanced options :
|
|
|
|
|
|
``` text
|
|
--download <os> <release> [edition] : Download image; no VM configuration
|
|
--create-config <os> [path/url] : Create VM config for a OS image
|
|
--open-homepage <os> : Open homepage for the OS
|
|
--show [os] : Show OS information
|
|
--version : Show version
|
|
--help : Show this help message
|
|
--url [os] [release] [edition] : Show image URL(s)
|
|
--check [os] [release] [edition] : Check image URL(s)
|
|
--list : List all supported systems
|
|
--list-csv : List everything in csv format
|
|
--list-json : List everything in json format
|
|
|
|
```
|
|
|
|
|
|
Here are some typical uses
|
|
|
|
``` shell
|
|
# show an OS ISO download URL for {os} {release} [edition]
|
|
quickget --url fedora 38 Silverblue
|
|
# test if an OS ISO is available for {os} {release} [edition]
|
|
quickget --check nixos unstable plasma5
|
|
# open an OS distribution homepage in a browser
|
|
quickget --open-homepage ubuntu-mate
|
|
# Only download image file into current directory, without creating VM
|
|
quickget --download elementary 7.1
|
|
```
|
|
|
|
The `--url`, `--check`, and `--download` options are fully
|
|
functional for all operating systems, including Windows and macOS.
|
|
|
|
Further information is available from the project [wiki](https://github.com/quickemu-project/quickemu/wiki/06-Advanced-quickget-features)
|
|
|
|
### Other Operating Systems
|
|
|
|
`quickget` also supports:
|