Skip to content

Unofficial / Community provided Dbeaver Community Edition AppImage

License

Notifications You must be signed in to change notification settings

valicm/dbeaver-ce-appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBeaver CE

DBeaver CE AppImage

Unofficial / Community provided Dbeaver Community Edition AppImage - stable release

DBeaver CE AppImage release

Get Started

  • stable release only
  • supports update of the AppImage

Executing

File Manager

Double-click the *.AppImage file and you are done!

In normal cases, the above method should work, but in some cases you need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution, or by terminal issuing command chmod +x dbeaver-ce-*.AppImage

AppImageLauncher

Use AppImageLauncher for better desktop integration ==> download AppImageLauncher

Terminal

chmod +x dbeaver-ce-*.AppImage
./dbeaver-ce-*.AppImage

Build

The AppImage is built from .tar.gz DBeaver package by GitHub Continuous Integration using this bash script https://github.com/valicm/appimage-bash.