Update Askimo App on Linux
Este conteúdo não está disponível em sua língua ainda.
Before You Start
Section titled “Before You Start”- Your sessions, settings, and API keys in
~/.askimo/personal/are untouched by the update. - No uninstall needed —
dpkg -iupgrades in place.
Option 1: Debian / Ubuntu (.deb) — Recommended
Section titled “Option 1: Debian / Ubuntu (.deb) — Recommended”x64 (AMD/Intel):
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/Askimo-Desktop-linux-x64.debsudo dpkg -i Askimo-Desktop-linux-x64.debsudo apt-get install -f # resolve any dependencies if neededARM64:
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/Askimo-Desktop-linux-arm64.debsudo dpkg -i Askimo-Desktop-linux-arm64.debsudo apt-get install -fRelaunch 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:
- Download the JAR for your architecture.
- Replace your existing JAR with the new one.
- Restart Askimo:
java -jar askimo-desktop-linux-x64.jar # x64# ORjava -jar askimo-desktop-linux-arm64.jar # ARM64Troubleshooting
Section titled “Troubleshooting”| Issue | Fix |
|---|---|
| Dependency errors after DEB install | Run sudo apt-get install -f |
| JAR won’t run | Verify Java version: java -version (need 21+) |
| App still shows old version | Confirm the JAR file was actually replaced |