Ir al contenido

Update Askimo App on Linux

Esta página aún no está disponible en tu idioma.

  • Your sessions, settings, and API keys in ~/.askimo/personal/ are untouched by the update.
  • No uninstall needed — dpkg -i upgrades in place.
Section titled “Option 1: Debian / Ubuntu (.deb) — Recommended”

x64 (AMD/Intel):

Terminal window
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/Askimo-Desktop-linux-x64.deb
sudo dpkg -i Askimo-Desktop-linux-x64.deb
sudo apt-get install -f # resolve any dependencies if needed

ARM64:

Terminal window
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/Askimo-Desktop-linux-arm64.deb
sudo dpkg -i Askimo-Desktop-linux-arm64.deb
sudo apt-get install -f

Relaunch Askimo from your application launcher or terminal when done.

Option 2: Universal JAR (All Linux Distributions)

Section titled “Option 2: Universal JAR (All Linux Distributions)”

Prerequisites: Java Runtime Environment (JRE) 21 or higher.

Choose your architecture:

Update steps:

  1. Download the JAR for your architecture.
  2. Replace your existing JAR with the new one.
  3. Restart Askimo:
Terminal window
java -jar askimo-desktop-linux-x64.jar # x64
# OR
java -jar askimo-desktop-linux-arm64.jar # ARM64
IssueFix
Dependency errors after DEB installRun sudo apt-get install -f
JAR won’t runVerify Java version: java -version (need 21+)
App still shows old versionConfirm the JAR file was actually replaced