Skip to content

Instantly share code, notes, and snippets.

@B3none
Last active April 4, 2021 06:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save B3none/c7764441c91cc69e1543fb6e04acef32 to your computer and use it in GitHub Desktop.
How to install Sequeler

Sequeler Installation

Linux Ubuntu 18.04

Download the .deb package

cd ~/Downloads

wget http://packages.elementary.io/appcenter/pool/main/c/com.github.alecaddd.sequeler/com.github.alecaddd.sequeler_0.5.5_amd64.deb

Install the .deb package

sudo dpkg -i com.github.alecaddd.sequeler_0.5.5_amd64.deb

sudo apt-get install com.github.alecaddd.sequeler

Done

Please let me know in the comments if this helped you out or if you feel there should be extra steps.

@hernanBeiza
Copy link

Thanks! Works like a charm on Ubuntu 18.04.1 LTS

@Alecaddd
Copy link

Hi, I'm the creator of Sequeler. Thanks for sharing these instructions and helping other users installing it via deb package.
I'm not sure this installation method will account for future versions of the app.
The current version is v0.6.3

@maniadevice
Copy link

I used Flatpak. Installation was a charm.
https://flathub.org/apps/details/com.github.alecaddd.sequeler

@stalukder03
Copy link

It is not working on Ubuntu 20.04 LTS.
Could you please help me with this to install?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment