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
sudo apt install electrum
I should mention one thing. The selected mirror server is deb.debian.orgHave you tried running
sudo apt update
sudo apt upgrade
respectively?
That should install available upgrades of all packages currently installed on your system, including Electrum.