An elegant virtual machine manager for the desktop
Go to file
Yannick Mauray 15c09b6884
Packaging: Makefile
2021-10-20 02:30:40 +02:00
.idea Initial commit 2021-10-09 09:20:17 +02:00
assets Updated README.md 2021-10-20 02:03:08 +02:00
lib Use the new valid CSV format from `quickget list_csv` 2021-10-20 02:02:20 +02:00
linux Initial commit 2021-10-09 09:20:17 +02:00
.gitignore Packaging: Makefile 2021-10-20 02:30:40 +02:00
.metadata Initial commit 2021-10-09 09:20:17 +02:00
BUILDING.md Initial commit 2021-10-09 09:20:17 +02:00
Makefile Packaging: Makefile 2021-10-20 02:30:40 +02:00
README.md Updated README.md 2021-10-20 02:03:08 +02:00
analysis_options.yaml Initial commit 2021-10-09 09:20:17 +02:00
pubspec.yaml Bumped version number 2021-10-20 02:03:30 +02:00
quickgui.iml Initial commit 2021-10-09 09:20:17 +02:00

README.md

quickgui

A Flutter frontend for quickget.

Install

  • Download the binary.
  • Uncompress the tarball wherever you want.
  • From anywhere on the filesystem, run the app.
xz quickgui-a.b.c-d.tar.xz
tar xvf quickgui-a.b.c-d.tar
/path/to/quickgui

Alternativelly, use update-alternatives to install quickgui system-wide :

sudo update-alternatives --install /usr/local/bin/quickgui quickgui /path/to/quickgui 50

Build

If you don't want to run the binary, you can rebuild the application yourself :

  • Set up Flutter
  • Clone this repo,
  • Switch to the project's directory,
  • Build the project,
  • Run the app.
git clone https://github.com/ymauray/quickgui.git
cd quickgui
flutter build linux --release
./build/linux/x64/release/bundle/quickgui

You can also use update-alternatives for easier access to the app.

Usage

From the main screen, select the operating system you want to use. The list can be filtered.

Main screen

List of supported operating systems

The Ubuntu flavors

Then, select the version :

Main screen after selection of the operating system

Versions of the selected operating system

If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), they will be displayed :

Choose an option

Option is diplayed

Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where quickgui was invoked from. The spinner will tell you where the file is being downloaded.

All set !

Downloading