HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

quickget — Download and prepare materials for building a Quickemu virtual machine. Note: The parameter "edition

Submitted by: @import:tldr-pages··
0
Viewed 0 times
preparecommandandclidownloadmaterialsquickgetfor
linux

Problem

How to use the quickget command: Download and prepare materials for building a Quickemu virtual machine. Note: The parameter "edition" is sometimes optional. See also: quickemu. More information: <https://github.com/quickemu-project/quickemu>.

Solution

quickget — Download and prepare materials for building a Quickemu virtual machine. Note: The parameter "edition" is sometimes optional. See also: quickemu. More information: <https://github.com/quickemu-project/quickemu>.

Display the list of all supported guest operating systems, versions, and variants in various formats:
quickget {{--list|--list-csv|--list-json}}


Download and create the virtual machine configuration for building a Quickemu virtual machine for an OS:
quickget {{os}} {{release}} {{edition}}


Download configuration for a Windows 11 VM with VirtIO drivers for Windows:
quickget windows 11


Download a macOS recovery image and creates a virtual machine configuration:
quickget macos {{mojave|catalina|big-sur|monterey|ventura|sonoma}}


Show an ISO URL for an operating system:
quickget --url {{os}} {{release}} {{edition}}


Test if an ISO file is available for an operating system:
quickget --check {{os}} {{release}} {{edition}}


Download an image without building any VM configuration:
quickget --download {{os}} {{release}} {{edition}}


Create a VM configuration for an OS image (this will move the ISO from the source directory):
quickget --create-config {{os}} {{path/to/iso}}

Code Snippets

Display the list of all supported guest operating systems, versions, and variants in various formats

quickget {{--list|--list-csv|--list-json}}

Download and create the virtual machine configuration for building a Quickemu virtual machine for an OS

quickget {{os}} {{release}} {{edition}}

Download configuration for a Windows 11 VM with VirtIO drivers for Windows

quickget windows 11

Download a macOS recovery image and creates a virtual machine configuration

quickget macos {{mojave|catalina|big-sur|monterey|ventura|sonoma}}

Show an ISO URL for an operating system

quickget --url {{os}} {{release}} {{edition}}

Context

tldr-pages: linux/quickget

Revisions (0)

No revisions yet.