@everyone! Thank you very much for all the replies. I have now managed to verify and install both Electrum and Ledger Live on my Linux Mint and I am extremely happy with it.
For the newbies out there like myself who are trying to get away from Windows and plan to transition to Linux, below is the documentation I've recorded to let others know the issues I ran into during the installation process
To start, despite the fact that Electrum is a included Linux's "
Software Manager (it's like MS Store version of Windows)," it is still strongly advised that you verify and download the app from the official Electrum website so that you can check the AppImage's authenticity by reviewing this thread[1]. Similar to Ledger Live, their website also provides instructions on how to use
GtkHash to check the AppImage's authenticity.
Moreover, running both Electrum and LL in Linux isn't similar as to how Windows run these application because you need to download some sort of program called
udev rules that enables Ledger Nano device/Trezor to interact with Electrum and LL within that period of plugging/unplugging the hardware component. Otherwise you'll get an error that looks like this.
Fortunately, you can easily download the a file on the ledger's github by typing the wget command in the terminal.
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
Source: https://support.ledger.com/hc/en-us/articles/4404389606417-Download-and-install-Ledger-Live?docs=true[1]
/index.php?topic=5240594.0That's pretty much it
. As a beginner, trying to understand the nitty gritty of Linux is by far rewarding, you'll just need to research every move you are going to execute on the internet to avoid having issues. Plus, asking questions isn't illegal.
but I would suggest checking out new Fedora 36 instead of Linux Mint.
Fedora has better security, it has much newer kernel and software releases while being stable, and it's not based on Ubuntu like Linux Mint.
There is a bit learning curve when you switch to Linux but it pays off big time, and you will be much more secure from malware.
Thank you so much for the suggestion! As a learning tool for the Linux environment in the meantime, I'll try Linux Mint, and once I feel comfortable with it, I'll surely switch to Fedora as you recommended
. And it's true that learning Linux is pretty solid.
Before installing any Linux OS you should first test if it works with your hardware using some live USB stick.
Linux Mint works like magic in my laptop as compared with Windows LOL