Skip to content

Instantly share code, notes, and snippets.

@danilogco
Last active July 6, 2025 05:14
Show Gist options
  • Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.
Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.
Install Bluemail on Linux Mint/Debian/Ubuntu without snapshit
wget https://download.bluemail.me/BlueMail/deb/BlueMail.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb
sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb
sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb
sudo dpkg -i BlueMail.deb
# add --no-sandbox in the end of the launcher command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment