quickgui
a flutter frontend for quickget.
install
quickemu
for this tool to work, you need to have quickget
, from the quickemu
package, in your current path
.
go to the quickemu
github page
for more information about installing the tool.
standard package
on ubuntu, quickgui
can be installed as a standard package.
first, add this ppa (this only needs to be done once) :
sudo add-apt-repository ppa:yannick-mauray/quickgui
sudo apt update
then, install the pacakge :
sudo apt install quickgui
pre-compiled binary
- 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
- download this repo,
- switch to the project’s directory,
- build the project,
- run the app.
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.
then, select the version :
if there are some options (windows language, pop!_os nvidia or intel, etc..), they will be displayed :
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.
Comments are closed.