Post
Topic
Board Electrum
Re: Electrum on debian 12
by
FatFork
on 11/10/2023, 08:28:27 UTC
Hi there.

Recently I decided to move to the Linux operating system due to security reasons and I was excited about it. I never used the Linux operating system before so I do not have any experience. I was trying to install Electrum's latest version on my Operating system which is Debian 12. The problem is, that whenever I write a command in my terminal, it always installs a backdated version of Electrum in my system. The command I am using is
Code:
sudo apt install electrum

I should mention one thing. The selected mirror server is deb.debian.org

Have you tried running
Code:
sudo apt update
sudo apt upgrade
respectively?

That should install available upgrades of all packages currently installed on your system, including Electrum.