Option 2: uncompress .tar.gz archive:
if .deb package is not working for some reason you can uncompress the .tar.gz archive and create soft link to cardano-hw-cli manually:
Uncompress:
tar -zxvf cardano-hw-cli-<VERSION>.tar.gz
Create soft link:
sudo ln -s /<PATH_TO_DIRECTORY> /usr/bin (to what path are they talking about here?)
or add to PATH. Edit ~/.bashrc :
vim ~/.bashrc
add path to the end of file on new line:
export PATH=<PATH_TO_DIRECTORY> (to what path are they talking about here?)
still need help with this if anyone knows anything.
Can anyone make a good tutorial for this?