Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2023-08-28 | 7.3 kB | |
Advanced-Division-Flutter-Windows.exe | 2023-08-28 | 9.7 MB | |
Advanced-Division-Flutter-Linux.flatpak | 2023-08-28 | 7.0 MB | |
Advanced-Division-Kirigami-Linux.flatpak | 2023-08-28 | 487.3 kB | |
Advanced-Division-NWjs-Windows.exe | 2023-08-28 | 89.9 MB | |
Advanced-Division.html | 2023-08-28 | 498.0 kB | |
Advanced-Division-Kirigami-Linux.tar.gz | 2023-08-28 | 1.2 MB | |
Advanced-Division-Flutter-Linux.tar.gz | 2023-08-28 | 9.3 MB | |
Advanced-Division-NWjs-Linux.tar.gz | 2023-08-28 | 387.2 kB | |
Advanced-Division-Kirigami-Linux.deb | 2023-08-28 | 981.9 kB | |
Advanced-Division-Flutter-Linux.deb | 2023-08-28 | 7.7 MB | |
Advanced-Division-Flutter-Android.apk | 2023-08-28 | 20.5 MB | |
Totals: 12 Items | 147.7 MB | 0 |
Installation Instructions
Android
- Download the Advanced-Division-Flutter-Android.apk file to your Android device
- Try opening the file, allow installing apps from this source if prompted, more info here
- Once opened, click install
- After the process ended, the app should be installed
- You can uninstall it like other applications
Windows
Flutter
- Download the Advanced-Division-Flutter-Windows.exe file
- Follow the instructions in the wizard
- After finishing the wizard, the app should be installed
- The uninstaller should be in the install directory
NW.js
- Download the Advanced-Division-NWjs-Windows.exe file
- Follow the instructions in the wizard
- After finishing the wizard, the app should be installed
- The uninstaller should be in the install directory
Linux
Kirigami
Flatpak bundle
- Flatpak is a universal package distribution system for Linux, this method should work on most desktop Linux systems
- Download the Advanced-Division-Kirigami-Linux.flatpak file
- Open terminal (often can be done with Ctrl+Alt+T)
- Navigate to the directory, where the downloaded file is, e. g. by entering
cd ~/Downloads/
and pressing enter - Enter
flatpak install Advanced-Division-Kirigami-Linux.flatpak
and hit enter - If it doesn’t work, make sure you have Flathub repository enabled by entering
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
and trying the previous command again - You can uninstall the application with
flatpak remove cz.ratajs.advdiv
Deb
- You can install the program with a deb package if you use Debian‐based OS, like Ubuntu, Pop!_OS, Linux Mint, elementary OS or KDE neon
- Download the Advanced-Division-Kirigami-Linux.deb file
- Enter
sudo dpkg -i Advanced-Division-Kirigami-Linux.deb
and hit enter - You can uninstall the package with
sudo dpkg -r advdiv
or by downloading the .tar.gz file and running theuninstall.sh
script according to the instructions below if it doesn’t work
Archive with installation script
- You can use this method if neither of the previous worked for you or you don’t have a Debian‐based OS and don’t want to use Flatpak, but there could be problems with KDE dependencies (if you use KDE apps or Plasma desktop, you will likely have all the required packages installed)
- Download the Advanced-Division-Kirigami-Linux.tar.gz
- Decompress the archive
- Open terminal (often can be done with Ctrl+Alt+T)
- Navigate to the decompressed folder, e. g. by entering
cd ~/Downloads/AdvDiv-Kirigami
and pressing enter - Enter
chmod +x install.sh
, hit enter and then./install.sh
and press enter again - Enter your root password if prompted
- The app should be installed in a short time
- To uninstall the app, run the
uninstall.sh
file the same way asinstall.sh
- You can replace
install.sh
withinstall-noroot.sh
anduninstall.sh
withuninstall-noroot.sh
to install / uninstall the app only for the current user (doesn’t require root priviliges)
Flutter
Flatpak bundle
- Flatpak is a universal package distribution system for Linux, this method should work on most desktop Linux systems
- Download the Advanced-Division-Flutter-Linux.flatpak file
- Open terminal (often can be done with Ctrl+Alt+T)
- Navigate to the directory, where the downloaded file is, e. g. by entering
cd ~/Downloads/
and pressing enter - Enter
flatpak install Advanced-Division-Flutter-Linux.flatpak
and hit enter - If it doesn’t work, make sure you have Flathub repository enabled by entering
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
and trying the previous command again - You can uninstall the application with
flatpak remove cz.ratajs.advdiv-flutter
Deb
- You can install the program with a deb package if you use Debian‐based OS, like Ubuntu, Pop!_OS, Linux Mint, elementary OS or KDE neon
- Download the Advanced-Division-Flutter-Linux.deb file
- Enter
sudo dpkg -i Advanced-Division-Flutter-Linux.deb
and hit enter - You can uninstall the package with
sudo dpkg -r advdiv-flutter
or by downloading the .tar.gz file and running theuninstall.sh
script according to the instructions below if it doesn’t work
Archive with installation script
- You can use this method if neither of the previous worked for you or you don’t have a Debian‐based OS and don’t want to use Flatpak, but this way of installation doesn’t handle dependencies (according to the Flutter documentation, you will need: libgtk-3-0, libblkid1, liblzma5)
- Download the Advanced-Division-Flutter-Linux.tar.gz
- Decompress the archive
- Open terminal (often can be done with Ctrl+Alt+T)
- Navigate to the decompressed folder, e. g. by entering
cd ~/Downloads/AdvDiv-Flutter
and pressing enter - Enter
chmod +x install.sh
, hit enter and then./install.sh
and press enter again - Enter your root password if prompted
- The app should be installed in a short time
- To uninstall the app, run the
uninstall.sh
file the same way asinstall.sh
- You can replace
install.sh
withinstall-noroot.sh
anduninstall.sh
withuninstall-noroot.sh
to install / uninstall the app only for the current user (doesn’t require root priviliges)
NW.js
- Download the Advanced-Division-NWjs-Linux.tar.gz file
- Decompress the archive
- Open terminal (often can be done with Ctrl+Alt+T)
- Navigate to the decompressed folder, e. g. by entering
cd ~/Downloads/Advanced-Division
and pressing enter - Enter
chmod +x install.sh
, hit enter and then./install.sh
and press enter again - Enter your root password if prompted
- The app should be installed in a while (the speed depends on your internet connection)
- The uninstaller should be in the install directory (
/var/nw-apps/Advanced-Division/uninstall.sh
), you can execute it like the install script.
For web browser
- Download the Advanced-Division.html file
- Open it in your web browser