OpenSource Drive - ODrive is a Google Drive GUI for Linux, macOS, and Windows.
Assuming flatpak
, flatpak-builder
, and git
packages are installed, run the following commands:
$ git clone https://github.com/flathub/io.github.liberodark.OpenDrive.git
$ cd io.github.liberodark.OpenDrive/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user io.github.liberodark.OpenDrive.yml
# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user io.github.liberodark.OpenDrive
# ...and to clean-up everything
$ flatpak uninstall --unused --user
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak remote-delete --user flathub