bash: unimgc: Kommando nicht gefunden. -> How to install?
robochud opened this issue · 3 comments
robochud commented
Hi
I install the newest Debian 10.
I get the error "bash: unimgc: Kommando nicht gefunden."(command not found)
- git clone https://github.com/Shizmob/unimgc.git test
- cd test
- make
- unimgc
Thanks and greetings
Qwertylex commented
try ./unimgc -h
from inside of your test
directory
Qwertylex commented
if you want to install it, i guess just copy it to /usr/bin
or anywhere else on your $PATH
?
shizmob commented
What @Qwertylex said is correct, although I'd recommend /usr/local/bin
instead.