how to copy rastertospl file to /usr/lib/cups/filter for printer install
how to copy rastertospl file to /usr/lib/
Thanks for the last answer! It put me in the right direction. I changed the sudp to sudo and the rest of the answer fixed my copy & therefore my printer problem.
Thank You!
terry
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu nautilus Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2015-10-08
- Last query:
- 2015-10-08
- Last reply:
- 2015-10-08
What is the output of:
lsb_release -a; uname -a
Thanks
Also, what location is the file in? We can then give a command to copy the file.
Terry G Wimmer (wimmer-terry) said : | #2 |
Linux terry-HP-Mini 3.13.0-65-generic #106~precise1-
Terry G Wimmer (wimmer-terry) said : | #3 |
this statement appears on the printer state line within the printer window. no output ever makes is to the printer.
terry
And the output of:
lsb_release -a
Thanks
Terry G Wimmer (wimmer-terry) said : | #5 |
I was able to copy the rastertospl file from the download folder to the home folder successfully but still cannot copy it to the usr/lib/
/home/terry is the folder it is in now
thanks
terry
|
#6 |
The /usr/lib/
sudp cp /home/terry/
will work. Executing this command will ask that you enter your password as confirmation for an administrative action, and when typing the password you will get no feedback on screen (no echo, not even '*' placeholders).
Maybe changing the file access settings will also be required; I recommend you compare the security settings of the /usr/lib/
Terry G Wimmer (wimmer-terry) said : | #7 |
Thanks Manfred Hampl, that solved my question.