I'd lke to run ncdu from ssh on my LibreElec box. Is there any addon which will install this?
Any addon with ncdu?
-
outhud -
April 4, 2020 at 6:43 AM -
Thread is Resolved
-
-
- Official Post
You haven't specified what machine you are running - but there are statics available here.
Tested on RPi3 and seems to run as expected.
-
Thanks. I'm running on Odroid C2, so aarch64.
I've downloaded the static, how can I install it? If I extract the tar and chmod +x and try to ./ncdu from that location, I get permission denied.
-
- Official Post
Where are you running it from ? /storage ? It runs fine on ARM, X86 and VIM (aarch64) so it might be an O2 issue.
What's the output of file ncdu
-
Where are you running it from ? /storage ? It runs fine on ARM, X86 and VIM (aarch64) so it might be an O2 issue.
What's the output of file ncdu
Thanks, I just had to move it to /storage like you mentioned. I was trying to run it from an external drive in /var/media/
-
- Official Post
/var/media/ is probably mounted with noexec.
The easiest way to "run" it is:
1) mkdir /storage/bin (move ncdu to this folder)
2) edit /storage/.profile and add PATH=/storage/bin:$PATH
log out and in again and it will run from any directory.