Hey there, I'm new on linux. Since yesterday I am running LBC at vmware but I don't really like it because vmware tools doesn't work for copy-paste, there is not even a scrollbar on console. So I have installed Ubuntu a new machine on vmware and all required packages as you mention on installation pages.
I have LBC perl file at downloads folder. From there I open the terminal.
I don't know what I have doing wrong but when I type:
sudo ./LBC -h
I get:
sudo: ./LBC: command not found
Installation of the packages progress:
sudo apt-get install libgmp3-dev
-
sudo apt-get update
sudo apt-get install libssl-dev
-
sudo apt install gcc
-
sudo apt install make
-
wget
https://lbc.cryptoguru.org/static/client/LBCI really like to make this work right, once I a planning to run this for a long time.
Any help would me appreciated.
Thanks in advance!
EDITAlso tried the method via WLS and I got exactly the same issue!
test@LAPTOP:~$ ./LBC -h
-bash: ./LBC: Permission denied
test@LAPTOP:~$ sudo ./LBC -h
sudo: ./LBC: command not found