Issue
I am getting errors when I am trying to install the samsung linux drivers in my Fedora 23 installation. I uncompressed the file uld_v1.00.36_00.91.tar.gz and tried to run the install.sh file to install printing/scanning utilities.
$sudo sh install.sh
./noarch/scripting_utils: line 144: cd: ./noarch/..: Not a directory
INTERNAL ERROR: ABORT: ''DIST_DIR' is undefined', execution aborted
call stack:
[1]=./noarch/bash_debugging:34:_abort_execution
[2]=./noarch/package_utils:81:nls_init
[3]=./noarch/package_utils:248:environment_init
[4]=install.sh:11:main
Has anyone else confronted this? Are they not compatible with Fedora OS?
PS) I downloaded the driver from here http://www.samsung.com/uk/support/model/SL-C460FW/SEE
Solution
I managed to do it.
I was trying to install it from my "Downloads" directory. I moved the tar.gz file to /tmp/, decompressed it there and then executed again $sudo sh install.sh
in my uld directory.
I am not sure why it didn't work in my "Downloads" directory.
Answered By - GeorgeKaf