Linux downloads and information
Direct AppImage downloads
All versions
Installation instructions #
Automatic installation with AppImageLauncherWe recommend to follow the explanations on the page https://doc.ubuntu-fr.org/appimage#installer_un_appimage and to use AppImageLauncher to install the app.
Manual installation- Move the file UpSignOn-7.9.0-x86_64.AppImage to /home/<your_user_name>/Applications/
- Make this file executable
chmod +x /home/<votre_nom_utilisateur>/Applications/UpSignOn-7.9.0-x86_64.AppImage
- Create the file /usr/share/applications/UpSignOn.desktop, and add the following content to it/usr/share/applications/UpSignOn.desktop
[Desktop Entry] Encoding=UTF-8 Type=Application Categories=Utility; Name=UpSignOn Comment=Password manager Exec=/home/<your_user_name>/Applications/UpSignOn-7.9.0-x86_64.AppImage %u Icon=eu.upsignon.upsignon StartupNotify=false Terminal=false Hidden=false MimeType=x-scheme-handler/upsignon;
- Make this file executable
chmod +x /usr/share/applications/UpSignOn.desktop
- Update the desktop entry cache
sudo update-desktop-database