Bitcoin Forum

Bitcoin => Electrum => Topic started by: Pochi Spiccioli on October 26, 2019, 02:41:25 PM



Title: Snap package
Post by: Pochi Spiccioli on October 26, 2019, 02:41:25 PM
Why is the Linux snap version of Electrum stopping at 2.6.4 (while at the time of writing the current version is 3.3.8)? For the user, the snap package version is much simpler and faster to be installed and easily updatable on Linux systems compared to the AppImage or Python sources versions present on the official site.


Title: Re: Snap package
Post by: TryNinja on October 26, 2019, 02:43:37 PM
Yeah, I don't know why but it is heavily outdated (last update on 21 September 2016) - and that's a huge security issue considering that there are many vulnerabilities < 3.3.

I guess that's because they stopped using it after changing to AppImage. Maybe we should tell this to the dev? I saw many people complaining about this on a few forums/subreddits, but nothing was ever done.


Title: Re: Snap package
Post by: hugeblack on October 26, 2019, 03:01:35 PM
Why is the Linux snap version of Electrum stopping at 2.6.4 (while at the time of writing the current version is 3.3.8)? For the user, the snap package version is much simpler and faster to be installed and easily updatable on Linux systems compared to the AppImage or Python sources versions present on the official site.
I don't think that wallet will work but there is no link to download the wallet for on snapcraft the official website.
also, think that the wallet in the store was published by someone and not from the developers of the wallet, in general, you can read more here ---> Electrum wallet It’s totally outdated, broken, insecure version (https://forum.snapcraft.io/t/electrum-wallet/10882).


Ignore any wallet that is not linked to https://electrum.org/#download.


Title: Re: Snap package
Post by: Pochi Spiccioli on October 28, 2019, 09:58:40 AM
I hope that things will change as soon as possible: we all know how much easier it could be to install and keep update Electrum if it were also released as a snap package.
I thank everyone for the clarifications.


Title: Re: Snap package
Post by: Abdussamad on October 28, 2019, 08:07:57 PM
an official appimage is available on electrum.org. why not use that instead?


Title: Re: Snap package
Post by: Pochi Spiccioli on October 29, 2019, 09:19:00 AM
an official appimage is available on electrum.org. why not use that instead?
It is what I use, but if the snap package was updated it would be more convenient.


Title: Re: Snap package
Post by: TryNinja on October 29, 2019, 09:32:33 AM
It is what I use, but if the snap package was updated it would be more convenient.
I always prefer to update it manually, so that way I know what I’m downloading. Updates aren’t that frequently to be considered a bothersome (at least for me).


Title: Re: Snap package
Post by: Pochi Spiccioli on October 30, 2019, 08:11:44 AM
an official appimage is available on electrum.org. why not use that instead?
It is what I use, but if the snap package was updated it would be more convenient.

If you install Electrum from the source code, you only need to run 2 lines & it's more convenient than open .AppImage every time you run Electrum.
It's not as convenient as using snap package though.

Example :
Code:
wget https://download.electrum.org/3.3.8/Electrum-3.3.8.tar.gz
python3 -m pip install --user Electrum-3.3.8.tar.gz[fast]
I tried to install it from source code, but unfortunately it gave me some problems (https://bitcointalk.org/index.php?topic=5195923.0).