Last active
July 6, 2025 05:14
-
-
Save danilogco/8436230f95d06bd32f977b77b0b5a8ac to your computer and use it in GitHub Desktop.
Install Bluemail on Linux Mint/Debian/Ubuntu without snapshit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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