rkflashkit icon indicating copy to clipboard operation
rkflashkit copied to clipboard

./waf debian: no such file or directory. i'm having this issue on linux mint and sudo dpkg also not working.

Open bobbycharlton06 opened this issue 2 years ago • 1 comments

bobbycharlton06 avatar Feb 27 '22 05:02 bobbycharlton06

Here's the issue. You don't have that directory. You need to download this git repository, either as a zip or using git clone. Then navigate to the folder rkflashkit in the terminal run ./waf debian

dpkg doesn't work because it's trying to install a .deb package that doesn't exist. The reason it doesn't exist is because the ./waf debian command didn't run.

You'll need to change the dpkg command because the version of rkflashkit that is made is 0.1.5 but the command provided still has 0.1.4 so change the version and it will install.

Once you install rkflashkit, it still won't work because there is a missing python library that I haven't been able to find yet. I'm on Mint as well.

Ethanol6 avatar Mar 27 '23 06:03 Ethanol6