Kexi/Snapshots: Difference between revisions

From KDE Community Wiki
No edit summary
(40 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Linux==
==Linux==
These are supported by '''.Appimages''' files [https://s3-eu-central-1.amazonaws.com/ds9-apps/index.html#!/kexi-master-appimage%2F here]. Pick one with the newest date.


* The download size is about 170MiB.
So called Nightly builds listed here:
* No need to uninstall previous version of Kexi - these version are independent and work without installation
* test of stable version ({{Kexi/StableLink}}): https://binary-factory.kde.org/job/Kexi_stable_flatpak/
* Kexi settings and recent files are obtained from the user account and shared with all Kexi versions.
* development (experimental) version ({{Kexi/UnstableLink}}): https://binary-factory.kde.org/job/Kexi_flatpak/


Details:
These are distribution-independent Flatpak repositories. How to use Flatpak is documented at https://flatpak.org.


* Definition page at https://github.com/appimage-packages/kexi.
===Short Flatpak How To ===
* More info about the technology: http://appimage.org. See "To run an AppImage..." for instructions.
* (one time) install Flatpak tools (see https://flatpak.org)
 
* (one time) add the KDE repository http://distribute.kde.org/flatpak-apps-testing to your Flatpak setup (use command line):
 
flatpak remote-add --if-not-exists kde http://distribute.kde.org/flatpak-apps-testing
 
* (one time) to install stable version of KEXI:
 
flatpak install kde org.kde.kexi-stable
 
* (one time) to install experimental (development) version of KEXI:
 
flatpak install kde org.kde.kexi
 
* to run KEXI (either version, you can make a shortcut or script for easy use):
 
flatpak --filesystem=$HOME run org.kde.kexi-stable
flatpak --filesystem=$HOME run org.kde.kexi
 
(--filesystem=$HOME gives KEXI access to your home folder, use --filesystem=/ to give access everywhere; without --filesystem KEXI will be run securely without access to your files)
 
* To update KEXI (either version, no need to uninstall first):
 
flatpak update kde org.kde.kexi-stable
flatpak update kde org.kde.kexi
 
* or update all installed Flatpak apps (so KEXI is updated too):
 
flatpak update
 
* to uninstall KEXI (either version):
 
flatpak uninstall kde org.kde.kexi
flatpak uninstall kde org.kde.kexi-stable
 
{{Note|You can use any Flatpak front end app such as "Discover" KDE app to add repository, install apps and perform updates: https://userbase.kde.org/Discover#How_to_handle_repositories}}


==Windows==
==Windows==
To be announced. [[Kexi/Contact|Ask us about availability]].
So called Nightly builds. Pick one of them:
* test of stable version ({{Kexi/StableLink}}): https://binary-factory.kde.org/job/Kexi_Release_win64/
* development (experimental) version ({{Kexi/UnstableLink}}): https://binary-factory.kde.org/job/Kexi_Nightly_win64/
 
 
In the ''Last Successful Artifacts'' section of the above pages click either:
* kexi-*******.7z for a 7z archive and when it downloads just uncompress it (using [https://www.7-zip.org/ 7-Zip] program)  to your folder of choice and run kexi-***.exe program.
* or kexi-*******.exe installer and when it downloads run it and let the installer guide you.
 
 
Notes:
* This is a 64 bit application requiring Windows 7 (64 bit) or newer. XP not supported (e.g. due to [https://wiki.qt.io/PlatformSupport Qt's requirements]).
* You can uncompress as many versions of KEXI from the 7z archive at the same time as you want.
* You can install as many minor versions of KEXI using the installer as you want, e.g. 3.2, 3.3, 3.4...


==macOS==
==macOS==
To be announced. [[Kexi/Contact|Ask us about availability]].
To be announced. [[Kexi/Contact|Ask us about availability]].
==Outdated==
No longer supported, at least for now.
* [[/Linux AppImages/]]

Revision as of 12:30, 12 April 2019

Snapshots of Kexi aka nightly builds.

Linux

So called Nightly builds listed here:

These are distribution-independent Flatpak repositories. How to use Flatpak is documented at https://flatpak.org.

Short Flatpak How To

flatpak remote-add --if-not-exists kde http://distribute.kde.org/flatpak-apps-testing
  • (one time) to install stable version of KEXI:
flatpak install kde org.kde.kexi-stable
  • (one time) to install experimental (development) version of KEXI:
flatpak install kde org.kde.kexi
  • to run KEXI (either version, you can make a shortcut or script for easy use):
flatpak --filesystem=$HOME run org.kde.kexi-stable
flatpak --filesystem=$HOME run org.kde.kexi

(--filesystem=$HOME gives KEXI access to your home folder, use --filesystem=/ to give access everywhere; without --filesystem KEXI will be run securely without access to your files)

  • To update KEXI (either version, no need to uninstall first):
flatpak update kde org.kde.kexi-stable
flatpak update kde org.kde.kexi
  • or update all installed Flatpak apps (so KEXI is updated too):
flatpak update
  • to uninstall KEXI (either version):
flatpak uninstall kde org.kde.kexi
flatpak uninstall kde org.kde.kexi-stable

Note

You can use any Flatpak front end app such as "Discover" KDE app to add repository, install apps and perform updates: https://userbase.kde.org/Discover#How_to_handle_repositories


Windows

So called Nightly builds. Pick one of them:


In the Last Successful Artifacts section of the above pages click either:

  • kexi-*******.7z for a 7z archive and when it downloads just uncompress it (using 7-Zip program) to your folder of choice and run kexi-***.exe program.
  • or kexi-*******.exe installer and when it downloads run it and let the installer guide you.


Notes:

  • This is a 64 bit application requiring Windows 7 (64 bit) or newer. XP not supported (e.g. due to Qt's requirements).
  • You can uncompress as many versions of KEXI from the 7z archive at the same time as you want.
  • You can install as many minor versions of KEXI using the installer as you want, e.g. 3.2, 3.3, 3.4...

macOS

To be announced. Ask us about availability.

Outdated

No longer supported, at least for now.