Installing Daedalus Shelley Testnet in Linux
Installation instructions
These steps assume you are comfortable running scripts in a Linux terminal and are logged into a graphical desktop session as a user other than root.
-
Download the installer: Linux Installer
- Give executable permissions with:
chmod +x daedalus-1.1.0-STN1-shelley_testnet-13418.bin
- Run the installer* (for example):
~/Downloads/daedalus-1.1.0-STN1-shelley_testnet-13418.bin
-
Start Daedalus using any of these methods:
a.Using the desktop Application menu
b.Run ~/.local/bin/daedalus-shelley_testnet
c.Run daedalus-shelley_testnet (works on Linux distributions that put ~/.local/bin in $PATH)
* On some Linux distributions this may initially fail and request you to run some commands as root to enable kernel.unprivileged_userns_clone. If sudo is available, running these two commands should work:
-
sudo sysctl -w kernel.unprivileged_userns_clone=1
-
sudo sh -c "echo kernel.unprivileged_userns_clone=1 > /etc/sysctl.d/nix-user-chroot.conf"
- Continue running the Installer
Note: There is no need to uninstall Daedalus from Linux prior to any version upgrade however if you would like to completely remove Daedalus from Linux please see the following article in our support portal: How to uninstall Daedalus from Linux