roberto@roberto-870-224:~$ cd ~/Downloads
roberto@roberto-870-224:~/Downloads$ ./daedalus-2.2.0-mainnet-14276.bin
bash: ./daedalus-2.2.0-mainnet-14276.bin: Permission denied
roberto@roberto-870-224:~/Downloads$
Asked
Active
Viewed 692 times
0

Terrance
- 41,612
- 7
- 124
- 183
-
Let's start with the most common reason: Did you remember to make the file executable? – user535733 Sep 20 '20 at 19:31
-
hi,how do i make it executable? – Roberto Beaumont Sep 20 '20 at 19:31
-
3Does this answer your question? How to make a file (e.g. a .sh script) executable, so it can be run from a terminal – user535733 Sep 20 '20 at 19:34
1 Answers
1
Change the permissions to executable...
chmod +x ./daedalus-2.2.0-mainnet-14276.bin

Enterprise
- 12,352
-
ok, this is what i get: roberto@roberto-870-224:~/Downloads$ chmod +x ./daedalus-2.2.0-mainnet-14276.bin roberto@roberto-870-224:~/Downloads$ – Roberto Beaumont Sep 20 '20 at 19:33
-
roberto@roberto-870-224:~/Downloads$ chmod +x ./daedalus-2.2.0-mainnet-14276.bin roberto@roberto-870-224:~/Downloads$ ./daedalus-2.2.0-mainnet-14276.bin ../run: 1: ./nix/store/slls7lvg8yfdv9ax8mfw653sxfq49shv-startup: not found roberto@roberto-870-224:~/Downloads$ – Roberto Beaumont Sep 20 '20 at 19:34
-
roberto@roberto-870-224:~/Downloads$ ./daedalus-2.2.0-mainnet-14276.bin ../run: 1: ./nix/store/slls7lvg8yfdv9ax8mfw653sxfq49shv-startup: not found roberto@roberto-870-224:~/Downloads$ – Roberto Beaumont Sep 20 '20 at 19:37
-
@RobertoBeaumont You might need to see https://forum.cardano.org/t/daedalus-1-0-0-not-installing-on-ubuntu-16-04/32364/2 – Terrance Sep 20 '20 at 19:40