I’m not sure if this is a hardware or software problem. I downloaded Samsung’s Universal Printer Driver. It installed perfectly well on my laptop. But I’m, having a heck of a job trying to install it on my desktop.
Getting straight down to the nuts and bolts of the problem…
From the ULD folder Using Konsole I’m typing
sudo: install-printer.sh: command not found
stu@ZyXEL2:~/Downloads/uld>
or
sudo ./install-printer.sh
sudo: ./install-printer.sh: command not found
stu@ZyXEL2:~/Downloads/uld>
From the ULD folder Terminal Super User
install-printer.sh
If 'install-printer.sh' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf install-printer.sh
This looks to me like a pathing problem, which I don’t know how to fix?
I’ve checked that CUPS and SANE are both installed.
Any help appreciated.